Lines Matching refs:type

106  * @param string $type
112 function search_qsearch(&$data, $base, $file, $type, $lvl, $opts) argument
119 return search_universal($data, $base, $file, $type, $lvl, $opts);
132 * @param string $type
138 function search_index(&$data, $base, $file, $type, $lvl, $opts) argument
151 return search_universal($data, $base, $file, $type, $lvl, $opts);
162 * @param string $type
168 function search_namespaces(&$data, $base, $file, $type, $lvl, $opts) argument
171 return search_universal($data, $base, $file, $type, $lvl, $opts);
187 * @param string $type
193 function search_media(&$data, $base, $file, $type, $lvl, $opts) argument
196 if ($type == 'd') {
254 * @param string $type
260 function search_mediafiles(&$data, $base, $file, $type, $lvl, $opts) argument
264 if ($type == 'd') {
302 * @param string $type
308 function search_list(&$data, $base, $file, $type, $lvl, $opts) argument
311 if ($type == 'd') return false;
334 * @param string $type
340 function search_pagename(&$data, $base, $file, $type, $lvl, $opts) argument
343 if ($type == 'd') return true;
373 * @param string $type
379 function search_allpages(&$data, $base, $file, $type, $lvl, $opts) argument
384 ($type == 'd' && count($parts) >= $opts['depth'])
385 || ($type != 'd' && count($parts) > $opts['depth'])
392 if ($type == 'd') {
492 * @param string $type - Type either 'd' for directory or 'f' for file
500 function search_universal(&$data, $base, $file, $type, $lvl, $opts) argument
506 $item['id'] = pathID($file, ($type == 'd' || !empty($opts['keeptxt'])));
515 if ($type == 'd') {
538 if ($type == 'd') {
548 if ($type == 'd') {
564 $item['type'] = $type;
577 if ($type == 'f') {