Home
last modified time | relevance | path

Searched refs:nsignore (Results 1 – 5 of 5) sorted by relevance

/plugin/twistienav/
H A Dhelper.php16 protected $nsignore = array(); variable in helper_plugin_twistienav
37 $this->nsignore[] = ltrim($exclusion, "@");
51 return array($this->exclusions, $this->nsignore);
86 … } elseif (($useexclusions) && (in_array(explode(":", $item['id'])[0], $this->nsignore))) {
H A Daction.php32 list($this->exclusions, $this->nsignore) = $this->helper->build_exclusions();
/plugin/twistienav4bootstrap3/
H A Dhelper.php16 protected $nsignore = array(); variable in helper_plugin_twistienav4bootstrap3
37 $this->nsignore[] = ltrim($exclusion, "@");
51 return array($this->exclusions, $this->nsignore);
82 … } elseif (($useexclusions) && (in_array(explode(":", $item['id'])[0], $this->nsignore))) {
H A Daction.php31 list($this->exclusions, $this->nsignore) = $this->helper->build_exclusions();
/plugin/qrcode2/
H A Dhelper.php16 protected $nsignore = array(); variable in helper_plugin_qrcode2