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 – 4 of 4) sorted by relevance

/dokuwiki/inc/
H A Dpageutils.php617 * Checks a pageid against $conf['hidepages']
642 if (empty($conf['hidepages'])) return;
645 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 Recent Changes
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php118 $meta['hidepages'] = ['regex'];