Home
last modified time | relevance | path

Searched refs:isHiddenPage (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/_test/tests/inc/
H A DPageUtilsIsHiddenPage.test.php15 $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'));
/dokuwiki/inc/TreeBuilder/
H A DPageTreeBuilder.php243 if (!$this->hasNotFlag(self::FLAG_KEEP_HIDDEN) && isHiddenPage($node->getId())) {
253 if (!$this->hasNotFlag(self::FLAG_KEEP_HIDDEN) && isHiddenPage($node->getId())) {
/dokuwiki/inc/Sitemap/
H A DMapper.php66 if (isHiddenPage($id)) continue;
/dokuwiki/inc/
H A Dfulltext.php159 … if (isHiddenPage($id) || auth_quickaclcheck($id) < AUTH_READ || !page_exists($id, '', false)) {
196 isHiddenPage($result[$idx]) || auth_quickaclcheck($result[$idx]) < AUTH_READ
230 isHiddenPage($result[$idx]) || auth_quickaclcheck($result[$idx]) < AUTH_READ
H A Dchangelog.php349 if (isHiddenPage($recent['id'])) return false;
H A Dpageutils.php624 function isHiddenPage($id) function
660 return !isHiddenPage($id);
H A Dsearch.php559 if (empty($opts['showhidden']) && isHiddenPage($item['id'])) return $return;
H A Dtemplate.php342 if ((time() - $INFO['lastmod']) >= $conf['indexdelay'] && !isHiddenPage($ID)) {
H A Dcommon.php412 if ($ACT != 'show' || $INFO['perm'] < AUTH_READ || isHiddenPage($ID) || !file_exists($file)) {
/dokuwiki/inc/Remote/
H A DApiCore.php299 if ($perm < AUTH_READ || isHiddenPage($pages[$idx]) || !page_exists($pages[$idx])) {