Home
last modified time | relevance | path

Searched refs:retrieveUsers (Results 1 – 25 of 64) sorted by relevance

123

/plugin/bez/mdl/
H A DUserFactory.php14 $wikiusers = $this->model->dw_auth->retrieveUsers();
37 $wikiusers = $auth->retrieveUsers();
52 $wikiusers = $this->model->dw_auth->retrieveUsers();
81 $wikiusers = $this->model->dw_auth->retrieveUsers();
/plugin/groupadmin/
H A Dadmin.php98 $all_users = $this->_auth->retrieveUsers();
136 $users_in_group = $this->_auth->retrieveUsers(0, -1, $filter);
197 $oldusersinfo = $this->_auth->retrieveUsers(0, -1, $group_filter);
198 $oldusers = array_keys($this->_auth->retrieveUsers(0, -1, $group_filter));
/plugin/watchcycle/
H A Dhelper.php101 if (empty($auth->retrieveUsers(0, 1, array('grps' => ltrim($item, '@'))))) {
162 $members = $auth->retrieveUsers(0, 0, array('grps' => ltrim($name, '@')));
234 $members = array_merge($members, $auth->retrieveUsers(0, 0, array('grps' => ltrim($group, '@'))));
/plugin/authsmartcard/
H A Dauth.php108 $users = $this->retrieveUsers(0, 2000, array('grps'=>$cn));
242 public function retrieveUsers($start, $limit, $filter) { function in auth_plugin_authsmartcard
243 return parent::retrieveUsers($start, $limit, $filter);
/plugin/recommend/helper/
H A Dmail.php81 $users = $auth->retrieveUsers(0, 0, ['grps' => substr($recipient, 1)]);
118 $user = $auth->retrieveUsers(0, 1, ['mail' => $mail]);
/plugin/struct/types/
H A DUser.php94 $logins = $pad_keys($auth->retrieveUsers(0, $max, ['user' => $lookup]));
98 $pad_keys($auth->retrieveUsers(0, $max, ['name' => $lookup]))
/plugin/authfacebook/
H A Dauth.php145 $plain_user = $this->retrieveUsers(0,0,array('mail' => '^'.$me['email'].'$'));
153 $plain_user = $this->retrieveUsers(0,0,array('user' => '^'.$user.'$'));
158 $plain_user = $this->retrieveUsers(0,0,array('user' => '^'.$user.$ext.'$'));
/plugin/notification/helper/
H A Dcron.php32 $allUsers = array_keys($auth->retrieveUsers());
/plugin/notification/action/
H A Dmigration.php52 foreach (array_keys($auth->retrieveUsers()) as $user) {
/plugin/bureaucracy/
H A Daction.php43 foreach($auth->retrieveUsers() as $username => $data) {
/plugin/bureaucracyau/
H A Daction.php43 foreach($auth->retrieveUsers() as $username => $data) {
/plugin/bureaucracy-au/
H A Daction.php43 foreach($auth->retrieveUsers() as $username => $data) {
/plugin/ireadit/
H A Dhelper.php28 $set = $auth->retrieveUsers();
30 $all_users = $auth->retrieveUsers();
/plugin/recommend/
H A Daction.php105 $logins = $auth->retrieveUsers(0, 10, ['user' => $lookup]);
107 $logins = array_merge($logins, $auth->retrieveUsers(0, 10, ['name' => $lookup]));
/plugin/davcal/
H A DprincipalBackendDokuwiki.php13 $users = $auth->retrieveUsers();
/plugin/authg2fa/
H A Dadmin.php103 $user_list = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter);
226 $user_list = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter);
/plugin/structgroup/helper/
H A Dauthgroup.php46 … $groups = array_map(function($userinfo) { return $userinfo['grps']; }, $auth->retrieveUsers());
/plugin/judge/
H A Dadmin.php59 $users = $auth->retrieveUsers(0, 0);
/plugin/pureldap/
H A Dauth.php76 public function retrieveUsers($start = 0, $limit = 0, $filter = null)
69 public function retrieveUsers($start = 0, $limit = 0, $filter = null) global() function in auth_plugin_pureldap
/plugin/approve/
H A Dadmin.php144 foreach($auth->retrieveUsers() as $login => $data) {
/plugin/authchained/
H A Dauth.php350 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { function in auth_plugin_authchained
353 return $this->usermanager_auth->retrieveUsers($start, $limit, $filter);
/plugin/editor/
H A Dhelper.php45 $user = $auth->retrieveUsers(0, 0, array('grps' => substr($user, 1)));
/plugin/authgooglesheets/
H A Dauth.php117 public function retrieveUsers($start = 0, $limit = 0, $filter = null) function in auth_plugin_authgooglesheets
/plugin/fblogin/files/
H A Dfacebook.class.php235 function retrieveUsers($start=0,$limit=0,$filter=array()) { function in auth_facebook
/plugin/botbouncer/admin/
H A Dclean.php126 $user_list = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter);

123