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
5 function prepare($hidePages = '^:test$', $act = 'show') { argument8 $conf['hidepages'] = $hidePages;
31 $conf['hidepages'] = 'hidden:.*';
46 $conf['hidepages'] = 'hidden:.*';
618 * Checks a pageid against $conf['hidepages']643 if (empty($conf['hidepages'])) return;646 if (preg_match('/' . $conf['hidepages'] . '/ui', ':' . $data['id'])) {
487 * showhidden bool show hidden files(e.g. by hidepages config) too (default: false)
52 $conf['hidepages'] = ''; //Regexp for pages to be skipped from RSS, Search and Rec…
118 $meta['hidepages'] = ['regex'];