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

10 Resultaten gevonden voor " Module:table"

Module:table

Inserting new values into a <span class="searchmatch">table</span> using a local &quot;index&quot; variable, which is incremented each time, is faster than using &quot;<span class="searchmatch">table</span>.insert(t, x)&quot; or &quot;t[#t +...


Module:debug

&#039;&quot;&#039; elseif t == &quot;<span class="searchmatch">table</span>&quot; then local str_<span class="searchmatch">table</span> = {} <span class="searchmatch">table</span>.insert(str_<span class="searchmatch">table</span>, &quot; {&quot;) for key, val in require(&quot;Module:<span class="searchmatch">table</span>&quot;).sortedPairs(value...


Module:i18n

cc-by-sa 3.0 local function <span class="searchmatch">table</span>Merge(t1, t2, overwrite) for k,v in pairs(t2) do if type(v) == &quot;<span class="searchmatch">table</span>&quot; and type(t1[k]) == &quot;<span class="searchmatch">table</span>&quot; then -- since type(t1[k])...


Module:Tabular data

return html<span class="searchmatch">Table</span> end --- Returns a tabular data page as a wikitext <span class="searchmatch">table</span>. --- Usage: {{#invoke:Tabular data | wikitable | <span class="searchmatch">Table</span> name }} function...


Module:gender and number

return parts[1] end return <span class="searchmatch">table</span>.concat(parts, &quot;&amp;nbsp;&quot;) end for _, spec in ipairs(specs) do if type(spec) ~= &quot;<span class="searchmatch">table</span>&quot; then spec = {spec = spec}...


Module:Broodkruimel

local p = {} -- Openingstag voor alle tabellen in de broodkruimel p.<span class="searchmatch">table</span> = &#039;&lt;<span class="searchmatch">table</span> cellspacing=&quot;1&quot; cellpadding=&quot;0&quot;&gt;&#039; -- Curly dinges voor achter vertakkingen...


Module:km-pron

= 1, #syls do <span class="searchmatch">table</span>.insert(newWord, <span class="searchmatch">table</span>.concat(allSyl[sylId])) end text = gsub(text, (gsub(originalWord, &quot;%-&quot;, &quot;%-&quot;)), <span class="searchmatch">table</span>.concat(newWord, &quot;%-&quot;)...


Module:Langs

]] local <span class="searchmatch">table</span>ToJsonArrayStr <span class="searchmatch">table</span>ToJsonArrayStr = function (a<span class="searchmatch">Table</span>) local str = &#039;&#039; for i, v in ipairs(a<span class="searchmatch">Table</span>) do -- can&#039;t use <span class="searchmatch">table</span>.concal w/...


Module:parameters

numeric indexes in a <span class="searchmatch">table</span>, -- so that the values are tightly packed like in a normal Lua <span class="searchmatch">table</span>. local remove_holes = require(&quot;Module:<span class="searchmatch">table</span>&quot;).compressSparseArray...


Module:memoiseren

unpack ----- M E M O I Z A T I O N----- -- Memoizes a function or callable <span class="searchmatch">table</span>. -- Supports any number of arguments and return values. -- If the optional...