Home
last modified time | relevance | path

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

/dokuwiki/inc/Extension/
H A DAuthPlugin.php424 public function cleanGroup($group)
426 public function cleanGroup($group) global() function in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/lib/plugins/authad/
H A Dauth.php249 $info['grps'][$ndx] = $this->cleanGroup($group);
263 $info['grps'][] = $this->cleanGroup("domain-$domain");
306 public function cleanGroup($group)
318 * Normalizes domain parts, does not modify the user name itself (unlike cleanGroup)
298 public function cleanGroup($group) global() function in auth_plugin_authad
/dokuwiki/lib/plugins/acl/
H A Dadmin.php90 $this->who = '@' . ltrim($auth->cleanGroup($who), '@');
152 $who = '@' . ltrim($auth->cleanGroup($who), '@');
/dokuwiki/lib/plugins/authplain/
H A Dauth.php374 public function cleanGroup($group)
367 public function cleanGroup($group) global() function in auth_plugin_authplain
/dokuwiki/inc/
H A Dauth.php630 $groups = array_map([$auth, 'cleanGroup'], $groups);
643 $member = $auth->cleanGroup(substr($member, 1));
737 $groups = array_map([$auth, 'cleanGroup'], $groups);