Home
last modified time | relevance | path

Searched +full:hidepages -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/_test/tests/inc/
H A DPageUtilsIsHiddenPage.test.php5 function prepare($hidePages = '^:test$', $act = 'show') { argument
8 $conf['hidepages'] = $hidePages;
H A Dfulltext_backlinks.test.php31 $conf['hidepages'] = 'hidden:.*';
H A Dfulltext_mediause.test.php46 $conf['hidepages'] = 'hidden:.*';
/dokuwiki/inc/
H A Dpageutils.php618 * Checks a pageid against $conf['hidepages']
643 if (empty($conf['hidepages'])) return;
646 if (preg_match('/' . $conf['hidepages'] . '/ui', ':' . $data['id'])) {
H A Dsearch.php487 * showhidden bool show hidden files(e.g. by hidepages config) too (default: false)
/dokuwiki/conf/
H A Ddokuwiki.php52 $conf['hidepages'] = ''; //Regexp for pages to be skipped from RSS, Search and Rec…
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php118 $meta['hidepages'] = ['regex'];