Home
last modified time | relevance | path

Searched +full:skip_file +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/tindexmenu/syntax/
H A Dindexmenu.php187 'skip_file' => $this->getConf('skip_file'),
492 $skip_file=$opts['skip_file'];
548 if (!empty($skip_file) &&
549 preg_match($skip_file, $id))
/plugin/indexmenu/syntax/
H A Dindexmenu.php284 $skipFileCombined[] = $this->getConf('skip_file');
/plugin/indexmenu/conf/
H A Ddefault.php18 $conf['skip_file'] = '';
H A Dmetadata.php18 $meta['skip_file'] = array('string', '_pattern' => '/^($|\/.*\/.*$)/');
/plugin/indexmenu/
H A Dajax.php
H A Daction.php252 $skipFileCombined[] = $this->getConf('skip_file');
483 $skipfilecombined[] = $this->getConf('skip_file');
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php