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 last modified time

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