Home
last modified time | relevance | path

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

123

/plugin/shibbolethauth/files/
H A Dshibboleth.class.php559 function retrieveUsers($start=0,$limit=0,$filter=array()) { function in auth_shibboleth
/plugin/groupmail/
H A Dsyntax.php325 $userInfoHash = $auth->retrieveUsers(0,-1,array('grps'=>'^'.preg_quote($grp,'/').'$'));
/plugin/authplaincas/
H A Dauth.php631 function retrieveUsers($start=0,$limit=0,$filter=array()) { function in auth_plugin_authplaincas
/plugin/authsplit/
H A DREADME140 - retrieveUsers() / getUserCount(): authsplit will always route these method
175 retrieveUsers() - Retrieved here
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php268 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { function in auth_plugin_authshibboleth
/plugin/translator/
H A Dadmin.php238 $user_list = $this->_auth->retrieveUsers();
/plugin/authldaplocal/
H A Dauth.php505 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { function in auth_plugin_authldaplocal
/plugin/farm/
H A Danimal.class.php355 $users = $localauth->retrieveUsers();
/plugin/authyubikey/
H A Dauth.php.org270 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
/plugin/issuetracker/
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);
H A Dsyntax.php481 $target = $auth->retrieveUsers(0,0,$filter);
925 $usr_array = $auth->retrieveUsers(0,0,$filter);
/plugin/glossary/
H A Dglossary.class.php919 $users = $auth->retrieveUsers ();
/plugin/discussion/
H A Daction.php1289 …foreach($auth->retrieveUsers(0, 0, array('grps' => $auth->cleanGroup(substr($mod, 1)))) as $user) {
/plugin/schedule/
H A Dschedules.class.php1649 $users = $auth->retrieveUsers ();

123