Searched refs:hasNotFlag (Results 1 – 2 of 2) sorted by relevance
104 if ($this->hasNotFlag(self::FLAG_NO_NS)) {109 if ($this->hasNotFlag(self::FLAG_NO_PAGES)) {243 if (!$this->hasNotFlag(self::FLAG_KEEP_HIDDEN) && isHiddenPage($node->getId())) {253 if (!$this->hasNotFlag(self::FLAG_KEEP_HIDDEN) && isHiddenPage($node->getId())) {
108 public function hasNotFlag(int $flag): bool function in dokuwiki\\TreeBuilder\\AbstractBuilder