Home
last modified time | relevance | path

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

/plugin/tagging/helper/
H A Dquerybuilder.php16 protected $notns = []; variable in helper_plugin_tagging_querybuilder
107 $this->notns = $this->globNS($ns);
231 if ($this->notns) {
234 $nsCnt = count($this->notns);
236 foreach ($this->notns as $notns) {
241 $this->values[] = $notns;
/plugin/searchform/
H A Daction.php61 $notns = cleanID($INPUT->str('-ns'));
62 if($notns) {
65 $query .= ' ^' . $notns;
H A Dsyntax.php82 $notns = '';
87 $notns = $ns;
104 $searchForm->setHiddenField('-ns', $notns)->addClass('searchform__notns');