Home
last modified time | relevance | path

Searched refs:excludeNS (Results 1 – 3 of 3) sorted by relevance

/plugin/tagging/_test/
H A Dsearch.test.php170 if (isset($filter['notns'])) $queryBuilder->excludeNS($filter['notns']);
/plugin/tagging/helper/
H A Dquerybuilder.php105 public function excludeNS($ns) function in helper_plugin_tagging_querybuilder
/plugin/tagging/
H A Dhelper.php163 if (isset($filter['notns'])) $queryBuilder->excludeNS($filter['notns']);
650 if (isset($parsedQuery['notns'])) $queryBuilder->excludeNS($parsedQuery['notns']);