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') argument
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]);
107 * @param integer $lvl
112 function search_qsearch(&$data, $base, $file, $type, $lvl, $opts) argument
119 return search_universal($data, $base, $file, $type, $lvl, $opts);
133 * @param integer $lvl
138 function search_index(&$data, $base, $file, $type, $lvl, $opts) 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.php429 * @param int $lvl -1 = error, 0 = info, 1 = success, 2 = notify
435 function msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC) argument
447 'lvl' => $errors[$lvl],
/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) argument
294 if ($data['dir_nest'] < $lvl) $data['dir_nest'] = $lvl;
/dokuwiki/inc/Feed/
H A DFeedCreator.php140 $lvl = 1,