Home
last modified time | relevance | path

Searched refs:notns (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/Ui/
H A DSearchState.php37 * @param array $notns
41 public function withNamespace($ns, array $notns = []) argument
45 $parsedQuery['notns'] = $notns;
125 $parsedQuery['notns']
/dokuwiki/inc/
H A Dfulltext.php292 if (count($parsedQuery['notns']) > 0) {
293 $notns = cleanID($parsedQuery['notns'][0]) . ':';
327 if (isset($notns)) {
329 if (strpos($p_id, $notns) === 0) {
895 $q['notns'][] = $body; // for backward compatibility
918 foreach (['words', 'phrases', 'highlight', 'ns', 'notns', 'and', 'not'] as $key) {
974 * @param array $notns
978 function ft_queryUnparser_simple(array $and, array $not, array $phrases, array $ns, array $notns)
993 if ($notns !
938 ft_queryUnparser_simple(array $and, array $not, array $phrases, array $ns, array $notns) global() argument
[all...]