Searched refs:isHiddenPage (Results 1 – 10 of 10) sorted by relevance
15 $this->assertFalse(isHiddenPage('test'));21 $this->assertFalse(isHiddenPage('test'));27 $this->assertTrue(isHiddenPage('test'));33 $this->assertFalse(isHiddenPage('another'));41 $this->assertTrue(isHiddenPage('another'));53 $this->assertFalse(isHiddenPage('test'));67 $this->assertTrue(isHiddenPage('another'));75 $this->assertTrue(isHiddenPage('another'));87 $this->assertFalse(isHiddenPage('test'));
243 if (!$this->hasNotFlag(self::FLAG_KEEP_HIDDEN) && isHiddenPage($node->getId())) {253 if (!$this->hasNotFlag(self::FLAG_KEEP_HIDDEN) && isHiddenPage($node->getId())) {
66 if (isHiddenPage($id)) continue;
159 … if (isHiddenPage($id) || auth_quickaclcheck($id) < AUTH_READ || !page_exists($id, '', false)) {196 isHiddenPage($result[$idx]) || auth_quickaclcheck($result[$idx]) < AUTH_READ230 isHiddenPage($result[$idx]) || auth_quickaclcheck($result[$idx]) < AUTH_READ
349 if (isHiddenPage($recent['id'])) return false;
624 function isHiddenPage($id) function660 return !isHiddenPage($id);
559 if (empty($opts['showhidden']) && isHiddenPage($item['id'])) return $return;
342 if ((time() - $INFO['lastmod']) >= $conf['indexdelay'] && !isHiddenPage($ID)) {
412 if ($ACT != 'show' || $INFO['perm'] < AUTH_READ || isHiddenPage($ID) || !file_exists($file)) {
299 if ($perm < AUTH_READ || isHiddenPage($pages[$idx]) || !page_exists($pages[$idx])) {