Lines Matching defs:a
17 * This function recurses into a given base directory
78 * directory. When a directory is given to the function it has to
93 * would break the recursion (You can have an nonreadable dir over a readable
175 * List all mediafiles in a namespace
208 msg(hsc($info['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
243 * List all mediafiles in a namespace
250 * @todo This is a temporary copy of search_media returning a list of MediaFile intances
275 msg(hsc($id) . ' is not a valid file name for DokuWiki - skipped', -1);
427 * @param array $a
432 function sort_search_fulltext($a, $b)
434 if ($a['count'] > $b['count']) {
436 } elseif ($a['count'] < $b['count']) {
439 return Sort::strcmp($a['id'], $b['id']);
444 * translates a document path to an ID
465 * This is a very universal callback for the search() function, replacing
466 * many of the former individual functions at the cost of a more complex
506 // get ID and check if it is a valid one
510 msg(hsc($item['id']) . ' is not a valid file name for DokuWiki - skipped', -1);