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.php178 $data['username'] = $this->getConf("Username");
206 case 'username':
208 $data['username'] = $value;
211 $data['username'] = 'none';
260 // Username(s) of todouser(s)
264 if (($user = $this->_prepUsername($user,$data['username'])) != '') {
273 …eteduser']) && ($checkeduser=$this->_prepUsername($data['completeduser'],$data['username']))!='') {
339 * @param string $username
343 private function _prepUsername($username, $displaytype) { argument
348 $username = $auth->getUserData($username)['name'];
[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/NO…