Home
last modified time | relevance | path

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

/plugin/publish/
H A Dhelper.php346 $no_apr_namespaces = $this->getConf('no_apr_namespaces');
347 if (!empty($no_apr_namespaces)) {
348 if ($this->in_namespace($no_apr_namespaces, $id)) {
377 … $this->getConf('no_apr_namespaces')));
/plugin/publish/conf/
H A Ddefault.php4 $conf['no_apr_namespaces'] = '';
H A Dmetadata.php4 $meta['no_apr_namespaces'] = array('string');
/plugin/publish/_test/
H A Dhelper.test.php86 $conf['plugin']['publish']['no_apr_namespaces'] = 'de:sidebar en:sidebar';