Search results

Jump to navigation Jump to search
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • messages are carried in multiple 160-byte short messages in a chain. Characters not in GSM 03.38 require two bytes. "brevis/breve, brevis M – Latin is...
    30 KB (3,804 words) - 16:04, 6 September 2021
  • the luac 5.1 compiler): function <factorial.lua:1,7> (9 instructions, 36 bytes at 0x8063c60) 1 param, 6 slots, 0 upvalues, 6 locals, 2 constants, 0 functions...
    50 KB (5,494 words) - 18:22, 2 January 2022
  • "string") str = mw.text.decode(str, true) -- Search for the leading bytes that introduce the UTF-8 encoding of the -- code points U+0340-U+10FFFF...
    16 KB (2,420 words) - 10:01, 8 August 2023
  • {{urlencode:text}}. local function byte(char) return string.format('%%%02X', string.byte(char)) end return text:gsub('[^ %w%-._]', byte):gsub(' ', '+') end local...
    1 KB (158 words) - 10:53, 27 February 2023
  • local quote = string.byte('"') local comma = string.byte(oldChar) local quoted = false for pos = 1, #str do if str:byte(pos) == quote then ...
    4 KB (398 words) - 13:11, 23 November 2021
  • = ('%s0%%s%s'):format( ('%x%s%s'):format(chr:byte(), safe, safe), ('%s%x'):format(safe, chr:byte()) ) if not self[self[1]] then self[self[1]]...
    2 KB (286 words) - 09:06, 27 December 2021
  • loop through all of the bytes and calculate the checksum if v == string.byte( "X" ) then -- if checkdigit is X (compares the byte value of 'X' which is...
    9 KB (1,331 words) - 19:27, 4 December 2022
  • { _name1 = "byte", _symbol = "B", utype = "information", scale = 8, prefixes = 1, default = "bit", link = "Byte", }, ["DW-tonne"]...
    2 KB (312 words) - 05:15, 15 January 2023
  • s:byte( 1, 1 ), s:byte( 2, 2 ), s:byte( 3, 3 ) ); ...
    35 KB (3,786 words) - 18:54, 4 December 2022
  • true ) s = ask:sub( i + 2, j - 1 ):upper() n = s:byte( 1, 1 ) if n == 88 then n = tonumber( s:sub(...
    31 KB (3,542 words) - 18:12, 9 December 2022
  • message about the error, and if known, the JSON text being parsed and the byte count -- where the problem was discovered. You can replace the default...
    26 KB (3,371 words) - 13:13, 23 November 2021
  • guidelines suggest archiving when the talk page exceeds 75 KB (or 75,000 bytes), or has multiple resolved or stale discussions. However, when to archive...
    31 KB (3,124 words) - 14:36, 2 January 2022
  • decimal return result end local pos = string.len(x); while x:byte(pos) == string.byte('0') do pos = pos - 1 result = result - 1 if pos <= 0 then...
    14 KB (2,218 words) - 04:50, 25 August 2021
  • 2382/1000000 Post-expand include size: 63476/2048000 bytes Template argument size: 9517/2048000 bytes Expensive parser function count: 2/500 --> The example...
    47 KB (5,591 words) - 19:32, 1 January 2022
  • 4124). {{PAGESIZE:fullpagename}} Size of named page in bytes (for example, this page is 29,285 bytes). {{PROTECTIONLEVEL:action|fullpagename}} Protection...
    29 KB (652 words) - 10:46, 7 September 2021
  • through all of the bytes and calculate the checksum if v == string.byte ("X" ) then -- if checkdigit is X (compares the byte value of 'X' which...
    72 KB (11,148 words) - 15:43, 14 January 2023
  • through all of the bytes and calculate the checksum if v == string.byte ("X" ) then -- if checkdigit is X (compares the byte value of 'X' which...
    72 KB (11,198 words) - 19:12, 20 February 2023
  • escapeString(str) if #pattern > 9999 then -- strings longer than 10000 bytes can't be put into regexes pattern = escapeString(mw.ustring.sub(str, 1...
    29 KB (4,236 words) - 13:47, 16 March 2023
  • byte(mw.ustring.sub(lett,1,1))-65 if T1>8 then T1 = T1-1 end local T2 = nil if mw.ustring.len(lett)>1 then T2 = mw.ustring.byte(mw...
    14 KB (2,601 words) - 20:31, 26 March 2023
  • v:gsub('(%[%[[^%[%]]-)|(.-%]%])', '%1\0%2') -- replace pipe in piped link with a zero byte v = v:gsub('|', '&#124;') -- escape '|' v...
    17 KB (2,452 words) - 06:08, 6 May 2021
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)