Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
Module%3Anumber_list%2Fdata%2Fmt - Dictious

10 Results found for " Module:number_list/data/mt"

Module:number list/data/mt

local m_numutils = require(&quot;Module:<span class="searchmatch">number</span> <span class="searchmatch">list</span>/utils&quot;) local power_of = m_numutils.power_of export.additional_<span class="searchmatch">number</span>_types = { { key = &quot;attr_cardinal&quot;...


Module:sandbox/array

unpack function array_methods:type() local <span class="searchmatch">mt</span> = getmetatable(self) return type(<span class="searchmatch">mt</span>) == &quot;table&quot; and <span class="searchmatch">mt</span>.__type or nil end function array_methods:adjustIndex(index)...


Module:User:Theknightwho/scripts/charToScript

local scripts_<span class="searchmatch">mt</span> = {__index = function(t, k) return setmetatable({0, 0}, weights_<span class="searchmatch">mt</span>) end} local scripts = setmetatable({}, scripts_<span class="searchmatch">mt</span>) text =...


Module:IPA/data

as /i̯ u̯/. For example, <span class="searchmatch">list</span> /au/ or /aʊ/, but do not <span class="searchmatch">list</span> /aw/ or /au̯/. The <span class="searchmatch">data</span> in this table is used to count the <span class="searchmatch">number</span> of syllables in a word....


Module:User:Benwing2/scripts/charToScript

are combinations of other scripts. local scripts_<span class="searchmatch">mt</span> = {Jpan = true, Kore = true} local weights_<span class="searchmatch">mt</span> = { __lt = function(a, b) if a[1] + a[2] ~=...


Module:scripts/charToScript

are combinations of other scripts. local scripts_<span class="searchmatch">mt</span> = {Jpan = true, Kore = true} local weights_<span class="searchmatch">mt</span> = { __lt = function(a, b) if a[1] + a[2] ~=...


Module:User:Benwing2/table

loaded_<span class="searchmatch">data</span> then return copy elseif <span class="searchmatch">mt</span>_flag == &quot;keep&quot; then setmetatable(copy, <span class="searchmatch">mt</span>) elseif <span class="searchmatch">mt</span>_flag ~= &quot;none&quot; then setmetatable(copy, make_copy(<span class="searchmatch">mt</span>...


Module:data consistency check

not success then log(result, ...) end end local messages_<span class="searchmatch">mt</span> = {} function messages_<span class="searchmatch">mt</span>:__index(k) local val = Array() self[k] = val return val end...


Module:sandbox/table

local <span class="searchmatch">mt</span> = getmetatable(orig) if <span class="searchmatch">mt</span> ~= nil then local <span class="searchmatch">mt</span>_copy = deepcopy(<span class="searchmatch">mt</span>, includeMetatable, already_seen) setmetatable(copy, <span class="searchmatch">mt</span>_copy) ...


Module:User:Theknightwho/table

local <span class="searchmatch">mt</span> = getmetatable(orig) if <span class="searchmatch">mt</span> ~= nil then local <span class="searchmatch">mt</span>_copy = deepcopy(<span class="searchmatch">mt</span>, includeMetatable, already_seen) setmetatable(copy, <span class="searchmatch">mt</span>_copy) ...