Searched refs:getUserCount (Results 1 – 8 of 8) sorted by relevance
199 $count = $auth->getUserCount(array('grps' => 'admin'));204 $count = $auth->getUserCount(array('grps' => 'dmi'));209 $count = $auth->getUserCount(array('user' => 'dmi'));
132 $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']));
324 public function getUserCount($filter = []) function in dokuwiki\\Extension\\AuthPlugin
222 $data['user_count'] = $auth->getUserCount();
169 …$this->users_total = $this->auth->canDo('getUserCount') ? $this->auth->getUserCount($this->filter)…225 $this->auth->getUserCount()231 $allUserTotal = $this->auth->getUserCount();
281 public function getUserCount($filter = []) function in auth_plugin_authplain
398 public function getUserCount($filter = []) function in auth_plugin_authad
409 public function getUserCount($filter = []) function in auth_plugin_authpdo