Searched +full:skip_ids +(+path:plugin +path:bookcreator) -(+path:plugin +path:bookcreator +path:lang) (Results 1 – 3 of 3) sorted by relevance
/plugin/bookcreator/conf/ |
H A D | default.php | 14 $conf['skip_ids'] = 'sidebar,user,group,playground,wiki:syntax,wiki:ebook';
|
H A D | metadata.php | 18 $meta['skip_ids'] = array('multicheckbox',
|
/plugin/bookcreator/action/ |
H A D | pagetools.php | 143 $skipPagesRegexp = join("|", explode(",", preg_quote($this->getConf('skip_ids')))); 144 if(!$exists || ($this->getConf('skip_ids') !== '' && preg_match("/$skipPagesRegexp/i", $ID))) {
|