Home
last modified time | relevance | path

Searched +full:pagelist_flags +(+path:plugin +path:tag) -(+path:plugin +path:tag +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/tag/conf/
H A Ddefault.php8 $conf['pagelist_flags'] = 'list'; // formatting options for the page list plugin
H A Dmetadata.php14 $meta['pagelist_flags'] = array('string');
/plugin/tag/
H A Daction.php77 $flags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
/plugin/tag/syntax/
H A Dtopic.php119 $configflags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
H A Dsearchtags.php78 $configflags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));