Home
last modified time | relevance | path

Searched +full:actionnamespace +(+path:plugin +path:todo) -(+path:plugin +path:todo +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/todo/syntax/
H A Dtodo.php383 #Get the ActionNamespace and make sure it ends with a : (if not, add it)
384 $actionNamespace = $this->getConf("ActionNamespace");
385 if(strlen($actionNamespace) == 0 || substr($actionNamespace, -1) != ':') {
386 $actionNamespace .= ":";
393 $id = $actionNamespace . $pagename;
/plugin/todo/conf/
H A Dmetadata.php10 $meta['ActionNamespace'] = array('string');
H A Ddefault.php7 $conf['ActionNamespace'] = ''; //What should the default namespace for actions be