Home
last modified time | relevance | path

Searched refs:retrieveUsers (Results 26 – 50 of 64) sorted by last modified time

123

/plugin/userhistory/
H A Dadmin.php37 $user_list = $auth->retrieveUsers ( );
/plugin/groupmatrix/syntax/
H A Dtable.php121 $users = $auth->retrieveUsers(0,
/plugin/listusergroup/
H A Dhelper.php67 $getuser = $auth->retrieveUsers(0,-1,array('grps'=>'^'.preg_quote($grp,'/').'$'));
/plugin/groupmail/
H A Dsyntax.php325 $userInfoHash = $auth->retrieveUsers(0,-1,array('grps'=>'^'.preg_quote($grp,'/').'$'));
/plugin/editor/
H A Dhelper.php45 $user = $auth->retrieveUsers(0, 0, array('grps' => substr($user, 1)));
/plugin/task/
H A Dhelper.php484 foreach ($auth->retrieveUsers(0, 0, $filter) as $curr_user) {
562 foreach ($auth->retrieveUsers(0, 0, $filter) as $curr_user) {
/plugin/submgr/
H A Dhelper.php200 $found = $auth->retrieveUsers(0, 5000, array('grps' => substr($one, 1)));
/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/glossary/
H A Dglossary.class.php919 $users = $auth->retrieveUsers ();
/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/authphpbb3/
H A Dauth.php311 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { function in auth_plugin_authphpbb3
473 $users = $this->retrieveUsers(0, 0, $filter);
/plugin/structgroup/helper/
H A Dauthgroup.php46 … $groups = array_map(function($userinfo) { return $userinfo['grps']; }, $auth->retrieveUsers());
/plugin/autogroup/
H A Daction.php171 $userData = $auth->retrieveUsers(0, $userCount, array());
/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/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/authsplit/
H A DREADME140 - retrieveUsers() / getUserCount(): authsplit will always route these method
175 retrieveUsers() - Retrieved here
H A Dauth.php552 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { function in auth_plugin_authsplit
555 $result = $this->authplugins['secondary']->retrieveUsers(
560 'authsplit:retrieveUsers(): secondary auth plugin\'s '.
561 'retrieveUsers() failed.', -1, __LINE__, __FILE__
/plugin/authvk/
H A Dauth.php296 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { function in auth_plugin_authvk
/plugin/authplaincas/
H A Dauth.php631 function retrieveUsers($start=0,$limit=0,$filter=array()) { function in auth_plugin_authplaincas
/plugin/groupmanager/
H A Dsyntax.php404 … $this->userlist = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter);
776 $currentuser = $this->_auth->retrieveUsers(0, 100000, $currentfilter);
/plugin/authimap2/
H A Dauth.php287 public function retrieveUsers($start = 0, $limit = 0, $filter = null) { function in auth_plugin_authimap2
/plugin/issuetracker/
H A Dsyntax.php481 $target = $auth->retrieveUsers(0,0,$filter);
925 $usr_array = $auth->retrieveUsers(0,0,$filter);
H A Daction.php849 $target = $auth->retrieveUsers(0,0,$filter);
981 $target = $auth->retrieveUsers(0,0,$filter);
1492 $target = $auth->retrieveUsers(0,0,$filter);
2342 $dw_users = $auth->retrieveUsers();
3016 $usr_array = $auth->retrieveUsers(0,0,$filter);
/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);

123