Home
last modified time | relevance | path

Searched refs:getUserCount (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/lib/plugins/authpdo/_test/
H A Dsqlite.test.php199 $count = $auth->getUserCount(array('grps' => 'admin'));
204 $count = $auth->getUserCount(array('grps' => 'dmi'));
209 $count = $auth->getUserCount(array('user' => 'dmi'));
H A Dmysql.test.php132 $count = $auth->getUserCount();
191 $count = $auth->getUserCount(array('user' => $user['user']));
193 $count = $auth->getUserCount(array('name' => $user['name']));
195 $count = $auth->getUserCount(array('mail' => $user['mail']));
/dokuwiki/inc/Extension/
H A DAuthPlugin.php324 public function getUserCount($filter = []) function in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php222 $data['user_count'] = $auth->getUserCount();
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php169 …$this->users_total = $this->auth->canDo('getUserCount') ? $this->auth->getUserCount($this->filter)…
225 $this->auth->getUserCount()
231 $allUserTotal = $this->auth->getUserCount();
/dokuwiki/lib/plugins/authplain/
H A Dauth.php281 public function getUserCount($filter = []) function in auth_plugin_authplain
/dokuwiki/lib/plugins/authad/
H A Dauth.php398 public function getUserCount($filter = []) function in auth_plugin_authad
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php409 public function getUserCount($filter = []) function in auth_plugin_authpdo