Home
last modified time | relevance | path

Searched +full:noprefix +(+path:plugin +path:wrap) -(+path:plugin +path:wrap +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/wrap/conf/
H A Ddefault.php7 $conf['noPrefix'] = 'tabs, group';
H A Dmetadata.php7 $meta['noPrefix'] = array('string');
/plugin/wrap/
H A Dhelper.php54 // noPrefix: comma separated class names that should be excluded from
57 $noPrefix = ($this->getConf('noPrefix') && $useNoPrefix) ? $pattern($this->getConf('noPrefix')) : '';
95 $prefix = (!empty($noPrefix) && preg_match($noPrefix, $token)) ? '' : 'wrap_';
H A Dexample.txt297 :!: Please note, the styling of these tabs depend on the template you are using and not on the wrap plugin. If you only see a list of links and no tabs, please make sure to add "tabs" to the ''noPrefix'' config option and that your template supports at least the 2012-01-25 "Angua" DokuWiki release.