Lines Matching defs:search
4 * DokuWiki search functions
20 * @param array &$data The results of the search are stored here
21 * @param string $base Where to start the search
30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural')
38 throw new RuntimeException('No valid $base passed to search() - possible misconfiguration or bug');
66 search($data, $base, $func, $opts, $dir, $lvl + 1, $sort);
76 * The following functions are userfunctions to use with the search
87 * array $opts - option array as given to search()
313 //only search txt files
328 * $opts['query'] is the search query
345 //only search txt files
397 //only search txt files
465 * This is a very universal callback for the search() function, replacing
495 * @param array $opts - option array as given to search()