Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/
H A Dsearch.php25 * @param int $lvl Recursion Level
30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural')
65 if (call_user_func_array($func, [&$data, $base, $dir, 'd', $lvl, $opts])) {
66 search($data, $base, $func, $opts, $dir, $lvl + 1, $sort);
71 call_user_func_array($func, [&$data, $base, $file, 'f', $lvl, $opts]);
86 * int $lvl - Current recursion depht
107 * @param integer $lvl
112 function search_qsearch(&$data, $base, $file, $type, $lvl, $opts)
119 return search_universal($data, $base, $file, $type, $lvl, $opts);
133 * @param integer $lvl argument
27 search(& $data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural') global() argument
108 search_qsearch(& $data, $base, $file, $type, $lvl, $opts) global() argument
162 search_namespaces(& $data, $base, $file, $type, $lvl, $opts) global() argument
188 search_media(& $data, $base, $file, $type, $lvl, $opts) global() argument
255 search_mediafiles(& $data, $base, $file, $type, $lvl, $opts) global() argument
302 search_list(& $data, $base, $file, $type, $lvl, $opts) global() argument
333 search_pagename(& $data, $base, $file, $type, $lvl, $opts) global() argument
371 search_allpages(& $data, $base, $file, $type, $lvl, $opts) global() argument
487 search_universal(& $data, $base, $file, $type, $lvl, $opts) global() argument
[all...]
H A DAjax.php199 $lvl = count(explode(':', $ns));
204 $data[$item]['level'] = $lvl + 1;
332 $lvl = count(explode(':', $ns));
337 $data[$item]['level'] = $lvl + 1;
H A Dinfoutils.php372 * @param int $lvl -1 = error, 0 = info, 1 = success, 2 = notify
378 function msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC)
390 'lvl' => $errors[$lvl],
410 echo "ERROR(" . $msgdata['lvl'] . ") " . $msgdata['msg'] . "\n";
425 * lvl => int, level of the message (see msg() function);
355 msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC) global() argument
/dokuwiki/lib/scripts/
H A Dtoolbar.js172 var lvl = currentHeadlineLevel(edid),
176 lvl += props.mod;
177 if(lvl < 1) lvl = 1;
178 if(lvl > 5) lvl = 5;
180 tags = (new Array(8 - lvl)).join('=');
/dokuwiki/lib/plugins/acl/
H A Daction.php73 $lvl = count(explode(':', $ns));
79 $data[$item]['level'] = $lvl + 1;
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php286 * @param int $lvl Current recursion depht
290 public function searchCountCallback(&$data, $base, $file, $type, $lvl, $opts)
294 if ($data['dir_nest'] < $lvl) $data['dir_nest'] = $lvl;
289 searchCountCallback(& $data, $base, $file, $type, $lvl, $opts) global() argument
/dokuwiki/
H A Dfeed.php