| /plugin/authgooglesheets/ |
| 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();
|
| D | auth.php | 119 return $this->helper->getUsers($start, $limit, $filter); 130 return count($this->helper->getUsers(0, 0, $filter));
|
| /plugin/authowncloud/ |
| 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/IdentityToolkit/ |
| D | GetAccountInfoResponse.php | 54 public function getUsers() function in Google\\Service\\IdentityToolkit\\GetAccountInfoResponse
|
| D | DownloadAccountResponse.php | 72 public function getUsers() function in Google\\Service\\IdentityToolkit\\DownloadAccountResponse
|
| D | IdentitytoolkitRelyingpartyUploadAccountRequest.php | 270 public function getUsers() function in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyUploadAccountRequest
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
| D | ListUsersResponse.php | 54 public function getUsers() function in Google\\Service\\AndroidPublisher\\ListUsersResponse
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
| D | ListClientUsersResponse.php | 54 public function getUsers() function in Google\\Service\\AdExchangeBuyerII\\ListClientUsersResponse
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
| D | ListUsersResponse.php | 54 public function getUsers() function in Google\\Service\\DisplayVideo\\ListUsersResponse
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
| D | Editors.php | 74 public function getUsers() function in Google\\Service\\Sheets\\Editors
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
| D | Users.php | 111 public function getUsers() function in Google\\Service\\Directory\\Users
|
| /plugin/adminhomepage/ |
| D | action.php | 90 } else if (!$auth->canDo('getUsers')) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | Address.php | 326 public function getUsers() function in Google\\Service\\Compute\\Address
|
| D | Disk.php | 646 public function getUsers() function in Google\\Service\\Compute\\Disk
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
| D | Account.php | 268 public function getUsers() function in Google\\Service\\ShoppingContent\\Account
|
| /plugin/acknowledge/ |
| D | action.php | 97 $knownUsers = $hlp->getUsers();
|
| D | helper.php | 137 public function getUsers() function in helper_plugin_acknowledge
|
| /plugin/farm/ |
| D | animal.class.php | 321 public function getUsers() { function in dokuwiki_farm_animal 377 $users = $this->getUsers(); 428 $users = $this->getUsers();
|
| D | animalmanager.class.php | 272 $users = $this->animal->getUsers(); 287 foreach($this->animal->getUsers() as $l => $u) {
|
| /plugin/authnc/ |
| D | README.md | 12 * `getUsers` is somewhat broken, atm (too many requests)
|
| /plugin/authsqlite/ |
| D | README.md | 32 $conf['plugin']['authsqlite']['getUsers'] =
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_ModeratorService.php | 1165 public function getUsers() { function in Google_SeriesCounters 1693 public function getUsers() { function in Google_TopicCounters
|
| D | Google_DirectoryService.php | 2260 public function getUsers() { function in Google_Users
|
| /plugin/authyubikey/ |
| D | auth.php.org | 47 $this->cando['getUsers'] = true;
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | mysql.conf.php.example | 121 $conf['auth']['mysql']['getUsers'] = "SELECT DISTINCT login AS user
|