Home
last modified time | relevance | path

Searched refs:in_ns (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Search/
H A DMetadataSearch.php33 * @param bool $in_ns match against namespace as well?
47 bool $in_ns = false, argument
54 'in_ns' => $in_ns,
/dokuwiki/inc/
H A Ddeprecated.php385 * @param bool $in_ns match namespace
393 function ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null)
396 return (new dokuwiki\Search\MetadataSearch())->pageLookup($id, $in_ns, $in_title, $after, $before);
394 ft_pageLookup($id, $in_ns = false, $in_title = false, $after = null, $before = null) global() argument