Home
last modified time | relevance | path

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

/plugin/todo/syntax/
H A Dtodo.php5 * Syntax: <todo [@username] [#]>Name of Action</todo> -
9 * The @ sign followed by a username can be used to assign this todo to a user.
196 $data['username'] = $this->getConf("Username");
216 case 'username':
218 $data['username'] = $value;
221 $data['username'] = 'none';
270 // Username(s) of todouser(s)
274 if (($user = $this->_prepUsername($user,$data['username'])) != '') {
283 if(isset($data['completeduser']) && ($checkeduser=$this->_prepUsername($data['completeduser'],$data['username']))!
332 _prepUsername($username, $displaytype) global() argument
[all...]
H A Dlist.php67 'username' => $this->getConf("Username"),
99 case 'username': // how should the username be rendered?
101 $data['username'] = $value;
408 * @param $todouser string user username of user
/plugin/todo/conf/
H A Dmetadata.php15 $meta['Username'] = array('multichoice', '_choices' => array('user','real','none'));
H A Ddefault.php12 $conf['Username'] = 'user'; //How should the name of the assigned user be rendered USER/REALNAME/NONE