Searched refs:retrieveGroups (Results 1 – 15 of 15) sorted by relevance
| /plugin/authsmartcard/ |
| D | auth.php | 267 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authsmartcard 268 return parent::retrieveGroups();
|
| /plugin/approve/ |
| H A D | admin.php | 112 foreach($auth->retrieveGroups() as $group) {
|
| /plugin/authchained/ |
| H A D | auth.php | 390 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authchained 392 return $this->usermanager_auth->retrieveGroups($start,$limit);
|
| /plugin/authsplit/ |
| D | auth.php | 616 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authsplit 618 $result = $this->authplugins['secondary']->retrieveGroups($start, $limit);
|
| D | README | 148 - addGroup() / retrieveGroups(): authsplit will always route these method calls 178 retrieveGroups() - Retrieved here
|
| /plugin/pureldap/ |
| H A D | auth.php | 95 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_pureldap
|
| /plugin/authdjango/ |
| D | auth.php | 162 function retrieveGroups($start=0,$limit=0){ function in auth_plugin_authdjango
|
| /plugin/groupadmin/ |
| D | admin.php | 100 $group_list = $this->_auth->retrieveGroups();
|
| /plugin/authowncloud/ |
| D | auth.php | 294 public function retrieveGroups($start=0,$limit=-1){ function in auth_plugin_authowncloud
|
| /plugin/authopenldapkerberos/ |
| D | auth.php | 183 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_authopenldapkerberos
|
| /plugin/authnc/ |
| D | auth.php | 320 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_authnc
|
| /plugin/watchcycle/ |
| D | action.php | 277 $foundGroups = $auth->retrieveGroups();
|
| /plugin/authsmf20/ |
| D | auth.php | 412 public function retrieveGroups($start = 0, $limit = 10) function in auth_plugin_authsmf20
|
| /plugin/authserversso/ |
| D | auth.php | 210 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_authserversso
|
| /plugin/authphpbb3/ |
| D | auth.php | 427 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authphpbb3
|