Home
last modified time | relevance | path

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

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