Home
last modified time | relevance | path

Searched refs:hasNotFlag (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/TreeBuilder/
DPageTreeBuilder.php104 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())) {
DAbstractBuilder.php108 public function hasNotFlag(int $flag): bool function in dokuwiki\\TreeBuilder\\AbstractBuilder