| /plugin/virtualgroup/ |
| D | admin.php | 61 $INPUT->set('group', $auth->cleanGroup($INPUT->str('loadgroup'))); 64 $this->virtualGroups->getGroupUsers($auth->cleanGroup($INPUT->str('loadgroup'))) 83 static fn($group) => $auth->cleanGroup($group), 104 $group = $auth->cleanGroup($group); 144 $group = $auth->cleanGroup($group); 165 static fn($group) => $auth->cleanGroup($group), 186 $group = $auth->cleanGroup($group);
|
| /plugin/authchained/ |
| H A D | auth.php | 446 public function cleanGroup($group) { function in auth_plugin_authchained 450 return $this->usermanager_auth->cleanGroup($group); 453 return $this->chained_auth->cleanGroup($group); 455 return parent::cleanGroup($group);
|
| /plugin/oauth/action/ |
| H A D | user.php | 124 $group = $auth->cleanGroup($service->getServiceID()); 164 $group = $auth->cleanGroup($service->getServiceID());
|
| /plugin/pureldap/classes/ |
| H A D | ADClient.php | 139 … $groups[$entry->getDn()->toString()] = $this->cleanGroup($this->attr2str($entry->get('cn'))); 225 public function cleanGroup($group) function in dokuwiki\\plugin\\pureldap\\classes\\ADClient 350 $groups[] = $this->cleanGroup($this->config['primarygroup']); 429 return $this->cleanGroup(substr($cn, 3));
|
| H A D | Client.php | 80 $config['primarygroup'] = $this->cleanGroup($config['primarygroup']); 298 abstract public function cleanGroup($group); function in dokuwiki\\plugin\\pureldap\\classes\\Client
|
| /plugin/authhiorgserver/ |
| D | auth.php | 158 $return = array($this->cleanGroup($conf["defaultgroup"])); 178 $return[] = $this->cleanGroup($group); 413 public function cleanGroup($group) { function in auth_plugin_authhiorgserver
|
| /plugin/dev/skel/ |
| D | auth.php | 149 public function cleanGroup($group) function
|
| /plugin/autogallery/ |
| D | auth.php | 257 public function cleanGroup($group) { function in auth_plugin_autogallery
|
| /plugin/autham/ |
| D | auth.php | 209 public function cleanGroup($group) function in auth_plugin_autham
|
| /plugin/fblogin/files/ |
| D | facebook.class.php | 251 function cleanGroup($group){ function in auth_facebook
|
| /plugin/authsplit/ |
| D | auth.php | 700 public function cleanGroup($group) { function in auth_plugin_authsplit 703 $result = $this->authplugins['secondary']->cleanGroup($group);
|
| /plugin/pureldap/ |
| H A D | auth.php | 113 public function cleanGroup($group) function in auth_plugin_pureldap
|
| /plugin/evesso/ |
| D | auth.php | 456 return strtolower($this->cleanGroup($group)); 459 public function cleanGroup($group) { function in auth_plugin_evesso
|
| /plugin/adfs/ |
| D | auth.php | 162 public function cleanGroup($group) function in auth_plugin_adfs
|
| /plugin/authclientcert/ |
| D | auth.php | 89 $group = $this->cleanGroup($group);
|
| /plugin/saml/ |
| D | auth.php | 198 public function cleanGroup($group) function in auth_plugin_saml
|
| /plugin/oauth/ |
| H A D | auth.php | 160 $groups_on_creation[] = $this->cleanGroup($servicename); // add service as group
|
| H A D | OAuthManager.php | 244 if (!in_array($auth->cleanGroup($servicename), $localUserInfo['grps'])) {
|
| /plugin/dokutranslate/ |
| D | admin.php | 102 $who = $auth->cleanGroup($who);
|
| /plugin/authnc/ |
| D | auth.php | 381 public function cleanGroup($group) function in auth_plugin_authnc
|
| /plugin/authremoteuser/ |
| D | auth.php | 335 public function cleanGroup($group) { function in auth_plugin_authremoteuser
|
| /plugin/authvk/ |
| D | auth.php | 338 public function cleanGroup($group) { function in auth_plugin_authvk
|
| /plugin/authimap2/ |
| D | auth.php | 380 public function cleanGroup($group) { function in auth_plugin_authimap2
|
| /plugin/authucenter/ |
| D | auth.php | 372 public function cleanGroup($group) { function in auth_plugin_authucenter
|
| /plugin/authserversso/ |
| D | auth.php | 231 public function cleanGroup($group) { function in auth_plugin_authserversso
|