Search results

Jump to navigation Jump to search

  • Format the messages local ret = Array() for modname, msglist in m_table.sortedPairs(messages) do ret:insert(export.format_message(modname, msglist)) end...
    33 KB (4,909 words) - 15:56, 27 February 2023
  • insert(str_table, " {") for key, val in require("Module:table").sortedPairs(value, tsort) do table.insert(str_table, " " .. prefix .. "\t[" ....
    6 KB (763 words) - 13:33, 4 January 2022
  • table, key, value) end return setmetatable({}, mt) end function sortedPairs(t) local i = 1 local keys = mw.clone(t.sortedKeys) return function()...
    2 KB (362 words) - 23:33, 14 September 2017
  • end, process_word)) return table.concat(m_fun.mapIter(process_count, m_table.sortedPairs(count, count_comp_gen(count))), "\n") end return export...
    3 KB (364 words) - 05:04, 29 October 2018
  • local already_seen = {} for code, data in require("Module:table").sortedPairs(mw.loadData("Module:scripts/data")) do local characters = data.characters...
    3 KB (400 words) - 08:49, 4 February 2018
  • '[\1-\127\194-\244][\128-\191]*' local sorted_pairs = require('Module:table').sortedPairs local Array = require("Module:array") local tick, cross = '[[File:Yes...
    13 KB (1,861 words) - 17:28, 6 August 2022
  • numerical keys, sparseIpairs is probably more efficient. ]] function export.sortedPairs(t, keySort) local check = _check('keysToList') check(1, t, 'table')...
    20 KB (2,798 words) - 17:43, 17 February 2023
  • args[i]) i = i + 1 end for key, value in require("Module:table").sortedPairs(args) do if type(key) == "string" then table.insert(output, "|"...
    14 KB (1,357 words) - 23:48, 19 December 2017
  • link_username(user) .. ": " .. data.points end, require("Module:table").sortedPairs(users, compare(users))), "\n") end local function generate_statistics(games)...
    15 KB (2,057 words) - 08:25, 5 March 2023
  • -- sortedPairs saves a list of keys so that we can modify the table -- while iterating over it. for key, form in require "Module:table".sortedPairs(data...
    23 KB (3,624 words) - 20:44, 15 April 2022
  • script .. "</code>]]" end for code, data in require("Module:table").sortedPairs(data_tables) do local canonicalName, family, scripts = data[1], data[3]...
    6 KB (822 words) - 15:59, 27 February 2023
  • individual = { ]] for codepoint, script in require "Module:table".sortedPairs(val.individual) do output:insert_format( [[ [0x%05X] = "%s", ]],...
    18 KB (2,380 words) - 20:48, 29 March 2019
  • sort1 < sort2 end end for key1, value1 in require("Module:table").sortedPairs(detection_table, sort) do if key1:find '^longest' then out:insert('*...
    23 KB (3,447 words) - 20:10, 3 March 2023
  • language", "type" : "regular"}]]) end for k, v in require "Module:table".sortedPairs(tests) do if type(k) == "string" and k:sub(1, 5) == "test_" then local...
    5 KB (609 words) - 23:20, 26 April 2019
  • .. k] then mw.log(k) end end for k, v in require "Module:table".sortedPairs(tests) do if type(k) == "string" then local new_k = k:gsub("^test_(...
    7 KB (754 words) - 19:08, 13 March 2020
  • size(IPA_keyword_data) + 2) / 2) for IPA, keywords in require "Module:table".sortedPairs(IPA_keyword_data, compare) do i = i + 1 if column_length and i ==...
    8 KB (1,135 words) - 10:14, 17 December 2017
  • expected) end) end for k, v in require "Module:table".sortedPairs(tests) do if type(k) == "string" and k:sub(1, 5) == "test_" then local...
    6 KB (711 words) - 15:59, 1 February 2023
  • entry_title .. "]]") end) end for k, v in require "Module:table".sortedPairs(tests) do if type(k) == "string" then local new_k = k:gsub("^test_(...
    5 KB (632 words) - 23:57, 3 December 2021
  • returned by an iterator. Can be used in combination with {{code|lua|sortedPairs}} in [[Module:table]]. {{code|lua|func}} has the same signature described...
    2 KB (318 words) - 23:05, 18 April 2020
  • ulen = mw.ustring.len local sorted_pairs = require "Module:table".sortedPairs local is_whitespace = require "Module:Unicode data".is_whitespace ...
    2 KB (241 words) - 03:32, 22 February 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)