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

10 Results found for " Module:array/sandbox"

Module:sandbox/array

local <span class="searchmatch">Array</span> = {} local <span class="searchmatch">array</span>_constructor, m_table, m_fun -- Copy table library so as not to unexpectedly change the behavior of code that -- uses it....


Module:sandbox/documentation-module

[&quot;cologneblue&quot;] = &quot;Cologne Blue&quot;; [&quot;modern&quot; ] = &quot;Modern&quot;; } local <span class="searchmatch">Array</span> = require &quot;Module:<span class="searchmatch">array</span>&quot; local function compare_pages(page1, page2, text) return &quot;[&quot;...


Module:documentation

local export = {} local <span class="searchmatch">array</span>_module = &quot;Module:<span class="searchmatch">array</span>&quot; local debug_track_module = &quot;Module:debug/track&quot; local frame_module = &quot;Module:frame&quot; local fun_is_callable_module...


Module:User:Erutuon/02

function get_all_matches(str, pattern) local matches = require &#039;Module:<span class="searchmatch">array</span>&#039;() for match in str:gmatch(pattern) do matches:insert(match) end return...


Module:fun/documentation

others. Functions that take an <span class="searchmatch">array</span> as their second argument are available as methods in the <span class="searchmatch">arrays</span> created by Module:<span class="searchmatch">array</span>, with the arguments reversed...


Module:sandbox/number list/show

require(&quot;Module:table&quot;).keysToList(number_type_indices) local <span class="searchmatch">Array</span> = require(&quot;Module:<span class="searchmatch">array</span>&quot;) local output = <span class="searchmatch">Array</span>() for number, data in require(&quot;Module:table&quot;).sortedPairs(module...


Module:User:Erutuon/08

local export = {} local <span class="searchmatch">Array</span> = require &quot;Module:<span class="searchmatch">array</span>&quot; -- Convert lines of tab-separated items to a table. function export.tabs_to_table(frame) local...


Module:User:Erutuon/06

fill_<span class="searchmatch">array</span>(lower, higher) local <span class="searchmatch">array</span> = {} local <span class="searchmatch">array</span>_i = 1 for i = lower, higher do <span class="searchmatch">array</span>[<span class="searchmatch">array</span>_i] = i <span class="searchmatch">array</span>_i = <span class="searchmatch">array</span>_i + 1 end return <span class="searchmatch">array</span> end...


Module:sandbox/fun

check(1, func, &quot;function&quot;) check(2, iterable, iterableTypes) local <span class="searchmatch">array</span> = {} local iterator = type(iterable) == &quot;string&quot; and iterString or iterable[1]...


Module:User:Jberkel/sandbox

function get_all_matches(str, pattern) local matches = require &#039;Module:<span class="searchmatch">array</span>&#039;() for match in str:gmatch(pattern) do matches:insert(match) end return...