Home
last modified time | relevance | path

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 Ddefault.php14 $conf['skip_ids'] = 'sidebar,user,group,playground,wiki:syntax,wiki:ebook';
H A Dmetadata.php18 $meta['skip_ids'] = array('multicheckbox',
/plugin/bookcreator/action/
H A Dpagetools.php143 $skipPagesRegexp = join("|", explode(",", preg_quote($this->getConf('skip_ids'))));
144 if(!$exists || ($this->getConf('skip_ids') !== '' && preg_match("/$skipPagesRegexp/i", $ID))) {