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