Home
last modified time | relevance | path

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

123

/plugin/listusergroup/
H A Dhelper.php67 $getuser = $auth->retrieveUsers(0,-1,array('grps'=>'^'.preg_quote($grp,'/').'$'));
/plugin/structpublish/helper/
H A Dnotify.php125 $users = $auth->retrieveUsers(0, 5000, ['grps' => substr($recipient, 1)]);
/plugin/authsplit/
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/groupmatrix/syntax/
H A Dtable.php121 $users = $auth->retrieveUsers(0,
/plugin/autogroup/
H A Daction.php171 $userData = $auth->retrieveUsers(0, $userCount, array());
/plugin/userhistory/
H A Dadmin.php37 $user_list = $auth->retrieveUsers ( );
/plugin/groupmgr/
H A Dsyntax.php265 $users = $auth->retrieveUsers(0, 0, array());
/plugin/submgr/
H A Dhelper.php200 $found = $auth->retrieveUsers(0, 5000, array('grps' => substr($one, 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/authwordpress/
H A Dauth.php150 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) function in auth_plugin_authwordpress
/plugin/structnotification/action/
H A Dnotification.php194 $all_users = $auth->retrieveUsers();
/plugin/authowncloud/
H A Dauth.php248 public function retrieveUsers($start = 0, $limit = -1, $filter = array()) { function in auth_plugin_authowncloud
/plugin/ireadit/action/
H A Dmigration.php106 $users = $auth->retrieveUsers();
/plugin/authnc/
H A Dauth.php235 public function retrieveUsers($start = 0, $limit = 0, $filter = null) function in auth_plugin_authnc
/plugin/authopenldapkerberos/
H A Dauth.php115 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) function in auth_plugin_authopenldapkerberos
/plugin/querychangelog/
H A Dadmin.php253 $user_list = $auth->retrieveUsers();
/plugin/authsqlite/
H A Dauth.php148 public function retrieveUsers($first = 0, $limit = 0, $filter = array()) { function in auth_plugin_authsqlite
/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/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/authremoteuser/
H A Dauth.php293 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { function in auth_plugin_authremoteuser
/plugin/watchcycle/
H A Daction.php261 $foundUsers = $auth->retrieveUsers(0, 50, ['user' => $term]);
/plugin/authvk/
H A Dauth.php296 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { function in auth_plugin_authvk
/plugin/authimap2/
H A Dauth.php287 public function retrieveUsers($start = 0, $limit = 0, $filter = null) { function in auth_plugin_authimap2
/plugin/acknowledge/
H A Dhelper.php152 $users = $auth->retrieveUsers();
318 array_keys($auth->retrieveUsers(0, 0, ['grps' => substr($item, 1)]))
/plugin/openid/
H A Daction.php398 $users = $auth->retrieveUsers();

123