Home
last modified time | relevance | path

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

/plugin/ckgedit/conf/
H A Ddefault.php14 $conf['dwedit_ns'] = 'NONE';
H A Dmetadata.php14 $meta['dwedit_ns'] = array('string');
/plugin/ckgedit/action/
H A Dmeta.php369 $dwedit_ns = $this->getConf('dwedit_ns');
370 if(isset($dwedit_ns) && $dwedit_ns) {
371 $ns_choices = explode(',',$dwedit_ns);
H A Dedit.php67 $dwedit_ns = $this->getConf('dwedit_ns');
68 if(isset($dwedit_ns) && $dwedit_ns) {
69 $ns_choices = explode(',',$dwedit_ns);