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) 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) 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.php377 public function cleanGroup($group) function in auth_plugin_authplain
/dokuwiki/inc/
H A Dauth.php669 $member = $auth->cleanGroup(substr($member, 1));