Home
last modified time | relevance | path

Searched refs:getUserData (Results 26 – 50 of 123) sorted by last modified time

12345

/plugin/blogtng/action/
H A Dpagedata.php55 $userdata = $auth->getUserData($login);
/plugin/do/
H A Dhelper.php371 $info = $auth->getUserData($receiver);
/plugin/authdrupal8/
H A Dauth.php121 public function getUserData($user, $requireGroups=true) {
132 public function getUserData($user, $requireGroups=true) { global() function in auth_plugin_authdrupal8
/plugin/virtualgroup/
H A Dadmin.php
/plugin/discussion/
H A Daction.php1295 $userdata = $auth->getUserData($auth->cleanUser($mod));
/plugin/evesso/
H A Dauth.php210 $sinfo = $this->getUserData($user);
295 while($this->getUserData($user . $count)) {
/plugin/changes/
H A Dsyntax.php510 $user = $auth->getUserData($change['user']);
/plugin/publish/action/
H A Dmail.php147 $userinfo = $auth->getUserData($revinfo['user']);
182 $userinfo = $auth->getUserData($revinfo['user']);
/plugin/davcal/
H A Dhelper.php588 $ud = $auth->getUserData($user);
H A DprincipalBackendDokuwiki.php30 $userData = $auth->getUserData($user);
/plugin/authgooglesheets/
H A Dhelper.php54 public function getUserData($user) function in helper_plugin_authgooglesheets
H A Dauth.php40 $userinfo = $this->getUserData($user);
60 public function getUserData($user, $requireGroups = true) function in auth_plugin_authgooglesheets
62 return $this->helper->getUserData($user);
80 if ($this->getUserData($user) !== false) {
/plugin/authorstats/
H A Dsyntax.php247 $user = $auth->getUserData($name);
/plugin/pureldap/
H A Dauth.php67 public function getUserData($user, $requireGroups = true)
60 public function getUserData($user, $requireGroups = true) global() function in auth_plugin_pureldap
/plugin/authopenldapkerberos/
H A Dauth.php43 public function getUserData($user, $requireGroups = true) function in auth_plugin_authopenldapkerberos
/plugin/authhttp/
H A Dauth.php116 public function getUserData($user, $requireGroups = true) {
111 public function getUserData($user, $requireGroups = true) { global() function in auth_plugin_authhttp
/plugin/watchcycle/
H A Dhelper.php105 if ($auth->getUserData($item) === false) {
139 $found[$item] = $auth->getUserData($item);
183 $userData = $auth->getUserData($user);
/plugin/authnc/
H A Dauth.php156 public function getUserData($user, $requireGroups=true) function in auth_plugin_authnc
/plugin/authremoteuser/
H A Dauth.php82 $userinfo = $this->getUserData($remoteUser);
111 public function getUserData($user, $requireGroups=true) { function in auth_plugin_authremoteuser
162 if($this->getUserData($user) !== false) {
195 if(($userinfo = $this->getUserData($user)) === false) {
/plugin/schedule/
H A DajaxClearCache.php18 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
H A Dajax.php25 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
H A DajaxPOI.php21 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/groupmail/
H A Dsyntax.php124 $info = $auth->getUserData($userId);
330 $info = $auth->getUserData($userId);
/plugin/editor/
H A Dhelper.php145 $userinfo = $auth->getUserData($recent['user']);
/plugin/adfs/
H A Dauth.php96 $dbUserInfo = $this->getUserData($USERINFO['user']);

12345