Search results

Results 1 – 20 of 53
Advanced search

Search in namespaces:

There is a page named "Module:Buffer" on Wikipedia

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • methods were developed independently and any resemblance to other string buffer libraries would be coincidental. Furthermore, many methods will not work...
    27 KB (4,689 words) - 16:15, 15 May 2015
  • described further in their respective sections: Buffer:stream Buffer-HTML Element-Buffer Buffer-variable Buffer-nil _G (callable) Last but not least, this...
    85 KB (12,010 words) - 15:37, 16 January 2023
  • methods were developed independently and any resemblance to other string buffer libraries would be coincidental. Furthermore, many methods will not work...
    28 KB (4,646 words) - 10:30, 19 May 2019
  • local buffer = {} return function(sep) local b = buffer buffer = {} return table.concat(b, sep) end, function(text) buffer[#buffer + 1] =...
    245 bytes (32 words) - 09:30, 14 December 2015
  • local newBuffer = require('Module:OutputBuffer') Then, create the buffer and the functions that act on it. local getBuffer, print, printf = newBuffer() local...
    2 KB (157 words) - 16:26, 7 July 2020
  • local getArgs = require('Module:Arguments').getArgs local buffer = require("Module:Buffer")('{|') function p.main(frame) local args = getArgs(frame...
    515 bytes (80 words) - 15:45, 20 April 2018
  • require('strict') local newBuffer = require('Module:OutputBuffer') local mt = {} function mt.__index(t, title) return function(frame) local getBuffer, print, printf...
    908 bytes (135 words) - 06:42, 21 October 2022
  • args = 'Template:Asbox' local templatestyles = 'Asbox/styles.css' local p, Buffer, stubCats = { --Prevents dupli-cats... get it? Maybe not? cats = setmetatable({}...
    12 KB (1,824 words) - 05:19, 19 August 2021
  • StringBuilder.new() local sb = {} setmetatable(sb,StringBuilder) sb._buffer = {} sb._mode = 'convert' sb._separator = '' return sb end ...
    3 KB (324 words) - 13:06, 11 September 2013
  • then diff_buffer = diff_buffer..'<ins>'..token..'</ins>' elseif status == "out" then diff_buffer = diff_buffer..'<del>'..token....
    9 KB (1,237 words) - 02:14, 16 May 2024
  • level) end end local ret = {} -- Adds a positional parameter to the buffer. local function addPositional(key) local val = args[key] if not val...
    2 KB (368 words) - 06:31, 1 April 2020
  • then diff_buffer = diff_buffer..'<ins>'..token..'</ins>' elseif status == "out" then diff_buffer = diff_buffer..'<del>'..token....
    9 KB (1,237 words) - 02:13, 16 May 2024
  • level) end end local ret = {} -- Adds a positional parameter to the buffer. local function addPositional(key) local val = args[key] if not val...
    2 KB (368 words) - 14:04, 18 December 2014
  • local glossing_type, displaying_messages, free_translation, msg, buffer ------------------- -- General settings ------------------- local conf...
    32 KB (4,631 words) - 18:17, 21 July 2024
  • match_buffer = {} local index = 1 match_index = -match_index for w in iterator do match_buffer[index] = w -- Circular buffer with length...
    18 KB (2,843 words) - 07:13, 7 April 2022
  • local getArgs = require('Module:Arguments').getArgs local buffer = require("Module:Buffer")('{|') local p = {} p.main = function(frame) printtext...
    1 KB (169 words) - 02:32, 31 August 2019
  • local glossing_type, displaying_messages, free_translation, msg, buffer ------------------- -- General settings ------------------- local conf...
    32 KB (4,618 words) - 06:30, 28 January 2024
  • local frame, glossing_type, displaying_messages, free_translation, msg, buffer ------------------- -- General settings ------------------- local conf...
    21 KB (3,029 words) - 07:41, 7 February 2024
  • require('strict') local genBuffer = require('Module:OutputBuffer') local getArgs = require('Module:Arguments').getArgs local delink = require('Module:Delink')...
    2 KB (322 words) - 21:33, 21 June 2023
  • Wikipedia diff URLs to the {{diff}} template format. local newBuffer = require('Module:OutputBuffer') local p = {} local function decodeUrl(url) if type(url)...
    2 KB (245 words) - 01:12, 11 September 2020
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)