/plugin/virtualgroup/ |
H A D | admin.php | 52 $INPUT->set('user', $auth->cleanUser($INPUT->str('loaduser'))); 55 $this->virtualGroups->getUserGroups($auth->cleanUser($INPUT->str('loaduser'))) 81 $user = $auth->cleanUser($user); 106 static fn($user) => $auth->cleanUser($user), 126 $user = $auth->cleanUser($user); 163 $user = $auth->cleanUser($user); 188 static fn($user) => $auth->cleanUser($user),
|
/plugin/authimap/ |
H A D | auth.php | 62 $user = $this->cleanUser($user); 97 $user = $this->cleanUser($user); 131 public function cleanUser($user) { function in auth_plugin_authimap
|
/plugin/adfs/ |
H A D | auth.php | 142 public function cleanUser($user) function in auth_plugin_adfs 164 return $this->cleanUser($group); 199 $userdata['user'] = $this->cleanUser($userdata['user'][0]);
|
/plugin/authhttp/ |
H A D | auth.php | 99 return ($user == $this->cleanUser($_SERVER['PHP_AUTH_USER']) && $pass == $_SERVER['PHP_AUTH_PW']); 138 public function cleanUser($user) { 133 public function cleanUser($user) { global() function in auth_plugin_authhttp
|
/plugin/pureldap/ |
H A D | auth.php | 101 public function cleanUser($user) 103 return $this->client->cleanUser($user); 93 public function cleanUser($user) global() function in auth_plugin_pureldap
|
/plugin/authchained/ |
H A D | auth.php | 421 public function cleanUser($user) { function in auth_plugin_authchained 426 return $this->usermanager_auth->cleanUser($user); 429 return $this->chained_auth->cleanUser($user); 431 return parent::cleanUser($user);
|
/plugin/chat/ |
H A D | ajax.php | 262 $user = cleanUser($_POST['user']); 307 $user = cleanUser($_POST['user']); 329 function cleanUser($user) { function
|
/plugin/dev/skel/ |
H A D | auth.php | 143 public function cleanUser($user) 142 public function cleanUser($user) global() function
|
/plugin/schedule/ |
H A D | ajaxClearCache.php | 18 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
H A D | ajaxPOI.php | 21 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
H A D | ajax.php | 25 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
/plugin/authhiorgserver/ |
H A D | auth.php | 190 return $this->cleanUser($user) . $this->usersepchar . $this->cleanUser($ov); 395 public function cleanUser($user) { function in auth_plugin_authhiorgserver
|
/plugin/autogallery/ |
H A D | auth.php | 239 public function cleanUser($user) { function in auth_plugin_autogallery
|
/plugin/glossary/ |
H A D | ajax.php | 14 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
/plugin/tiledblog/ |
H A D | ajax.php | 16 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
/plugin/pureldap/classes/ |
H A D | Client.php | 107 $user = $this->cleanUser($user); 285 abstract public function cleanUser($user); 261 abstract public function cleanUser($user); global() function in dokuwiki\\plugin\\pureldap\\classes\\Client
|
/plugin/sneakyindexfix/ |
H A D | action.php | 61 $user = auth_nameencode($auth->cleanUser($user));
|
/plugin/authremoteuser/ |
H A D | auth.php | 76 $remoteUser = $this->cleanUser($_SERVER[$serverVarNameOfAuthSystem]); 324 public function cleanUser($user) { function in auth_plugin_authremoteuser
|
/plugin/fblogin/files/ |
H A D | facebook.class.php | 243 function cleanUser($user){ function in auth_facebook
|
/plugin/authsplit/ |
H A D | auth.php | 659 public function cleanUser($user) { function in auth_plugin_authsplit 661 $result = $this->authplugins['primary']->cleanUser($user); 663 'authsplit:cleanUser(): primary auth plugin\'s '. 664 'cleanUser("'.$user.'"): "'.$result.'".', 1, __LINE__, __FILE__ 671 'authsplit:cleanUser(): converted username to uppercase: '. 678 'authsplit:cleanUser(): converted username to lowercase: '.
|
/plugin/aclregex/ |
H A D | action.php | 90 $user = auth_nameencode($auth->cleanUser($user));
|
/plugin/acknowledge/admin/ |
H A D | report.php | 96 $user = $auth->cleanUser($user);
|
/plugin/authclientcert/ |
H A D | auth.php | 152 $user = $this->cleanUser($employee_number);
|
/plugin/authgoogle/ |
H A D | auth.php | 232 function cleanUser($user){ function in auth_plugin_authgoogle
|
/plugin/oauth/ |
H A D | OAuthManager.php | 204 $userdata['user'] = $auth->cleanUser((string)$userdata['user']);
|