Home
last modified time | relevance | path

Searched refs:getUsers (Results 1 – 25 of 27) sorted by relevance

12

/plugin/authgooglesheets/
Dhelper.php56 $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();
Dauth.php119 return $this->helper->getUsers($start, $limit, $filter);
130 return count($this->helper->getUsers(0, 0, $filter));
/plugin/authowncloud/
Dauth.php177 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/
DGetAccountInfoResponse.php54 public function getUsers() function in Google\\Service\\IdentityToolkit\\GetAccountInfoResponse
DDownloadAccountResponse.php72 public function getUsers() function in Google\\Service\\IdentityToolkit\\DownloadAccountResponse
DIdentitytoolkitRelyingpartyUploadAccountRequest.php270 public function getUsers() function in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyUploadAccountRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
DListUsersResponse.php54 public function getUsers() function in Google\\Service\\AndroidPublisher\\ListUsersResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DListClientUsersResponse.php54 public function getUsers() function in Google\\Service\\AdExchangeBuyerII\\ListClientUsersResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DListUsersResponse.php54 public function getUsers() function in Google\\Service\\DisplayVideo\\ListUsersResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DEditors.php74 public function getUsers() function in Google\\Service\\Sheets\\Editors
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DUsers.php111 public function getUsers() function in Google\\Service\\Directory\\Users
/plugin/adminhomepage/
Daction.php90 } else if (!$auth->canDo('getUsers')) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DAddress.php326 public function getUsers() function in Google\\Service\\Compute\\Address
DDisk.php646 public function getUsers() function in Google\\Service\\Compute\\Disk
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DAccount.php268 public function getUsers() function in Google\\Service\\ShoppingContent\\Account
/plugin/acknowledge/
Daction.php97 $knownUsers = $hlp->getUsers();
Dhelper.php137 public function getUsers() function in helper_plugin_acknowledge
/plugin/farm/
Danimal.class.php321 public function getUsers() { function in dokuwiki_farm_animal
377 $users = $this->getUsers();
428 $users = $this->getUsers();
Danimalmanager.class.php272 $users = $this->animal->getUsers();
287 foreach($this->animal->getUsers() as $l => $u) {
/plugin/authnc/
DREADME.md12 * `getUsers` is somewhat broken, atm (too many requests)
/plugin/authsqlite/
DREADME.md32 $conf['plugin']['authsqlite']['getUsers'] =
/plugin/authgoogle/google/contrib/
DGoogle_ModeratorService.php1165 public function getUsers() { function in Google_SeriesCounters
1693 public function getUsers() { function in Google_TopicCounters
DGoogle_DirectoryService.php2260 public function getUsers() { function in Google_Users
/plugin/authyubikey/
Dauth.php.org47 $this->cando['getUsers'] = true;
/plugin/farm/install/animaltemplate/conf/
Dmysql.conf.php.example121 $conf['auth']['mysql']['getUsers'] = "SELECT DISTINCT login AS user

12