Lines Matching defs:lvl
25 * @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
138 function search_index(&$data, $base, $file, $type, $lvl, $opts)
151 return search_universal($data, $base, $file, $type, $lvl, $opts);
163 * @param integer $lvl
168 function search_namespaces(&$data, $base, $file, $type, $lvl, $opts)
171 return search_universal($data, $base, $file, $type, $lvl, $opts);
188 * @param integer $lvl
193 function search_media(&$data, $base, $file, $type, $lvl, $opts)
256 * @param integer $lvl
261 function search_mediafiles(&$data, $base, $file, $type, $lvl, $opts)
304 * @param integer $lvl
309 function search_list(&$data, $base, $file, $type, $lvl, $opts)
336 * @param integer $lvl
341 function search_pagename(&$data, $base, $file, $type, $lvl, $opts)
375 * @param integer $lvl
380 function search_allpages(&$data, $base, $file, $type, $lvl, $opts)
494 * @param int $lvl - Current recursion depht
501 function search_universal(&$data, $base, $file, $type, $lvl, $opts)
566 $item['level'] = $lvl;