Home
last modified time | relevance | path

Searched refs:elt (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php160 foreach ($elts[0] as $elt) {
166 switch ($elt) {
181 if (str_starts_with($elt, '\\'))
182 $pattern .= $elt;
183 else $pattern .= str_replace('/', '\/', $elt);
/dokuwiki/inc/lang/hu/
H A Dsubscr_digest.txt
H A Dsubscr_single.txt
H A Dconflict.txt
/dokuwiki/inc/lang/hu-formal/
H A Dconflict.txt
/dokuwiki/lib/scripts/
H A Dfileuploader.js29 qq.indexOf = function(arr, elt, from){ argument
30 if (arr.indexOf) return arr.indexOf(elt, from);
38 if (from in arr && arr[from] === elt){