/plugin/authgooglesheets/ |
H A D | helper.php | 56 $users = $this->getUsers(); 65 public function getUsers($start = 0, $limit = 0, $filter = null) function in helper_plugin_authgooglesheets 156 $this->users = $this->getUsers(); 203 $this->users = $this->getUsers();
|
H A D | auth.php | 119 return $this->helper->getUsers($start, $limit, $filter); 130 return count($this->helper->getUsers(0, 0, $filter));
|
/plugin/authowncloud/ |
H A D | auth.php | 177 private function getUsers($filter = array(), $start = 0, $limit = -1) { function in auth_plugin_authowncloud 235 return $this->getUsers($filter)->numRows(); 249 $result = $this->getUsers($filter, $start, $limit);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
H A D | ListClientUsersResponse.php | 54 public function getUsers() function in Google\\Service\\AdExchangeBuyerII\\ListClientUsersResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
H A D | ListUsersResponse.php | 54 public function getUsers() function in Google\\Service\\AndroidPublisher\\ListUsersResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | ListUsersResponse.php | 54 public function getUsers() function in Google\\Service\\DisplayVideo\\ListUsersResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/ |
H A D | GetAccountInfoResponse.php | 54 public function getUsers() function in Google\\Service\\IdentityToolkit\\GetAccountInfoResponse
|
H A D | DownloadAccountResponse.php | 72 public function getUsers() function in Google\\Service\\IdentityToolkit\\DownloadAccountResponse
|
H A D | IdentitytoolkitRelyingpartyUploadAccountRequest.php | 270 public function getUsers() function in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyUploadAccountRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | Editors.php | 74 public function getUsers() function in Google\\Service\\Sheets\\Editors
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | Users.php | 111 public function getUsers() function in Google\\Service\\Directory\\Users
|
/plugin/adminhomepage/ |
H A D | action.php | 90 } else if (!$auth->canDo('getUsers')) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | Address.php | 326 public function getUsers() function in Google\\Service\\Compute\\Address
|
H A D | Disk.php | 646 public function getUsers() function in Google\\Service\\Compute\\Disk
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | Account.php | 268 public function getUsers() function in Google\\Service\\ShoppingContent\\Account
|
/plugin/farm/ |
H A D | animal.class.php | 321 public function getUsers() { function in dokuwiki_farm_animal 377 $users = $this->getUsers(); 428 $users = $this->getUsers();
|
H A D | animalmanager.class.php | 272 $users = $this->animal->getUsers(); 287 foreach($this->animal->getUsers() as $l => $u) {
|
/plugin/authnc/ |
H A D | README.md | 12 * `getUsers` is somewhat broken, atm (too many requests)
|
/plugin/authsqlite/ |
H A D | README.md | 32 $conf['plugin']['authsqlite']['getUsers'] =
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_ModeratorService.php | 1165 public function getUsers() { function in Google_SeriesCounters 1693 public function getUsers() { function in Google_TopicCounters
|
H A D | Google_DirectoryService.php | 2260 public function getUsers() { function in Google_Users
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | mysql.conf.php.example | 121 $conf['auth']['mysql']['getUsers'] = "SELECT DISTINCT login AS user
|
/plugin/authyubikey/ |
H A D | auth.php.org | 47 $this->cando['getUsers'] = true;
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 2155 * Added: The Auth backend got a getUsers method
|