| /plugin/authimap/ |
| D | auth.php | 62 $user = $this->cleanUser($user); 97 $user = $this->cleanUser($user); 131 public function cleanUser($user) { function in auth_plugin_authimap
|
| /plugin/virtualgroup/ |
| 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/adfs/ |
| 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/ |
| D | auth.php | 99 … return ($user == $this->cleanUser($_SERVER['PHP_AUTH_USER']) && $pass == $_SERVER['PHP_AUTH_PW']); 138 public function cleanUser($user) { function in auth_plugin_authhttp
|
| /plugin/saml/ |
| D | auth.php | 178 public function cleanUser($user) function in auth_plugin_saml 200 return $this->cleanUser($group); 235 $userdata['user'] = $this->cleanUser($userdata['user'][0]);
|
| /plugin/authchained/ |
| H A D | auth.php | 423 public function cleanUser($user) { function in auth_plugin_authchained 428 return $this->usermanager_auth->cleanUser($user); 431 return $this->chained_auth->cleanUser($user); 433 return parent::cleanUser($user);
|
| /plugin/chat/ |
| D | ajax.php | 262 $user = cleanUser($_POST['user']); 307 $user = cleanUser($_POST['user']); 329 function cleanUser($user) { function
|
| /plugin/pureldap/ |
| H A D | auth.php | 107 public function cleanUser($user) function in auth_plugin_pureldap 109 return $this->client->cleanUser($user);
|
| /plugin/authhiorgserver/ |
| D | auth.php | 190 return $this->cleanUser($user) . $this->usersepchar . $this->cleanUser($ov); 395 public function cleanUser($user) { function in auth_plugin_authhiorgserver
|
| /plugin/schedule/ |
| D | ajaxClearCache.php | 18 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
| D | ajaxPOI.php | 21 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
| D | ajax.php | 25 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
| /plugin/dev/skel/ |
| D | auth.php | 143 public function cleanUser($user) function
|
| /plugin/autogallery/ |
| D | auth.php | 239 public function cleanUser($user) { function in auth_plugin_autogallery
|
| /plugin/glossary/ |
| D | ajax.php | 14 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
| /plugin/tiledblog/ |
| D | ajax.php | 16 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
|
| /plugin/approve/ |
| H A D | remote.php | 44 $approver = $auth->cleanUser($approver);
|
| /plugin/sneakyindexfix/ |
| D | action.php | 61 $user = auth_nameencode($auth->cleanUser($user));
|
| /plugin/pureldap/classes/ |
| H A D | Client.php | 107 $user = $this->cleanUser($user); 290 abstract public function cleanUser($user); function in dokuwiki\\plugin\\pureldap\\classes\\Client
|
| /plugin/authremoteuser/ |
| D | auth.php | 76 $remoteUser = $this->cleanUser($_SERVER[$serverVarNameOfAuthSystem]); 324 public function cleanUser($user) { function in auth_plugin_authremoteuser
|
| /plugin/autham/ |
| D | auth.php | 203 public function cleanUser($user) function in auth_plugin_autham
|
| /plugin/fblogin/files/ |
| D | facebook.class.php | 243 function cleanUser($user){ function in auth_facebook
|
| /plugin/authsplit/ |
| D | auth.php | 659 public function cleanUser($user) { function in auth_plugin_authsplit 661 $result = $this->authplugins['primary']->cleanUser($user);
|
| /plugin/aclregex/ |
| D | action.php | 90 $user = auth_nameencode($auth->cleanUser($user));
|
| /plugin/authserversso/ |
| D | auth.php | 226 public function cleanUser($user) { function in auth_plugin_authserversso 317 $userSso = $this->cleanUser($this->getSSOId());
|