Home
last modified time | relevance | path

Searched refs:isHiddenPage (Results 1 – 7 of 7) sorted by path

/dokuwiki/inc/Sitemap/
H A DMapper.php66 if (isHiddenPage($id)) continue;
/dokuwiki/inc/
H A Dchangelog.php349 if (isHiddenPage($recent['id'])) return false;
H A Dcommon.php417 if ($ACT != 'show' || $INFO['perm'] < AUTH_READ || isHiddenPage($ID) || !file_exists($file)) {
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 Dpageutils.php624 function isHiddenPage($id)
634 * @param array $data event data - see isHiddenPage()
651 * Reverse of isHiddenPage
660 return !isHiddenPage($id);
618 function isHiddenPage($id) global() function
H A Dsearch.php559 if (empty($opts['showhidden']) && isHiddenPage($item['id'])) return $return;
H A Dtemplate.php341 if ((time() - $INFO['lastmod']) >= $conf['indexdelay'] && !isHiddenPage($ID)) {