Home
last modified time | relevance | path

Searched refs:cleanGroup (Results 1 – 25 of 31) sorted by relevance

12

/plugin/virtualgroup/
Dadmin.php61 $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 Dauth.php446 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 Duser.php124 $group = $auth->cleanGroup($service->getServiceID());
164 $group = $auth->cleanGroup($service->getServiceID());
/plugin/pureldap/classes/
H A DADClient.php139 … $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 DClient.php80 $config['primarygroup'] = $this->cleanGroup($config['primarygroup']);
298 abstract public function cleanGroup($group); function in dokuwiki\\plugin\\pureldap\\classes\\Client
/plugin/authhiorgserver/
Dauth.php158 $return = array($this->cleanGroup($conf["defaultgroup"]));
178 $return[] = $this->cleanGroup($group);
413 public function cleanGroup($group) { function in auth_plugin_authhiorgserver
/plugin/dev/skel/
Dauth.php149 public function cleanGroup($group) function
/plugin/autogallery/
Dauth.php257 public function cleanGroup($group) { function in auth_plugin_autogallery
/plugin/autham/
Dauth.php209 public function cleanGroup($group) function in auth_plugin_autham
/plugin/fblogin/files/
Dfacebook.class.php251 function cleanGroup($group){ function in auth_facebook
/plugin/authsplit/
Dauth.php700 public function cleanGroup($group) { function in auth_plugin_authsplit
703 $result = $this->authplugins['secondary']->cleanGroup($group);
/plugin/pureldap/
H A Dauth.php113 public function cleanGroup($group) function in auth_plugin_pureldap
/plugin/evesso/
Dauth.php456 return strtolower($this->cleanGroup($group));
459 public function cleanGroup($group) { function in auth_plugin_evesso
/plugin/adfs/
Dauth.php162 public function cleanGroup($group) function in auth_plugin_adfs
/plugin/authclientcert/
Dauth.php89 $group = $this->cleanGroup($group);
/plugin/saml/
Dauth.php198 public function cleanGroup($group) function in auth_plugin_saml
/plugin/oauth/
H A Dauth.php160 $groups_on_creation[] = $this->cleanGroup($servicename); // add service as group
H A DOAuthManager.php244 if (!in_array($auth->cleanGroup($servicename), $localUserInfo['grps'])) {
/plugin/dokutranslate/
Dadmin.php102 $who = $auth->cleanGroup($who);
/plugin/authnc/
Dauth.php381 public function cleanGroup($group) function in auth_plugin_authnc
/plugin/authremoteuser/
Dauth.php335 public function cleanGroup($group) { function in auth_plugin_authremoteuser
/plugin/authvk/
Dauth.php338 public function cleanGroup($group) { function in auth_plugin_authvk
/plugin/authimap2/
Dauth.php380 public function cleanGroup($group) { function in auth_plugin_authimap2
/plugin/authucenter/
Dauth.php372 public function cleanGroup($group) { function in auth_plugin_authucenter
/plugin/authserversso/
Dauth.php231 public function cleanGroup($group) { function in auth_plugin_authserversso

12