Home
last modified time | relevance | path

Searched refs:getUsers (Results 1 – 24 of 24) sorted by path

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