Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 25 of 460) sorted by path

12345678910>>...19

/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php29 use GuzzleHttp\Client; alias
44 public function __construct(Client $guzzleClient = null)
46 $this->guzzleClient = $guzzleClient ?: new Client();
H A DHttpClientsFactory.php26 use GuzzleHttp\Client; alias
40 * @param FacebookHttpClientInterface|Client|string|null $handler
72 if ($handler instanceof Client) {
/plugin/authgooglesheets/
H A Dcomposer.lock103 … "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
126 "description": "Client library for Google APIs",
170 "description": "Client library for Google APIs",
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md1 Google PHP API Client Services
6 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
12 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAIPlatformNotebooks.php20 use Google\Client; alias
52 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAbusiveExperienceReport.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAcceleratedmobilepageurl.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAccessApproval.php20 use Google\Client; alias
51 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAccessContextManager.php20 use Google\Client; alias
51 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAdExchangeBuyer.php20 use Google\Client; alias
58 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAdExchangeBuyerII.php20 use Google\Client; alias
78 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAdExperienceReport.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAdMob.php20 use Google\Client; alias
54 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAdSenseHost.php20 use Google\Client; alias
55 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAdsense.php20 use Google\Client; alias
59 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAlertCenter.php20 use Google\Client; alias
48 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAnalytics.php20 use Google\Client; alias
89 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAnalyticsData.php20 use Google\Client; alias
49 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAnalyticsReporting.php20 use Google\Client; alias
50 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAndroidEnterprise.php20 use Google\Client; alias
61 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAndroidManagement.php20 use Google\Client; alias
55 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DAndroidProvisioningPartner.php20 use Google\Client; alias
54 * @param Client|array $clientOrConfig The client used to deliver requests, or a
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DClient.php20 class Client extends \Google\Model class
188 class_alias(Client::class, 'Google_Service_AdExchangeBuyerII_Client');
H A DListClientsResponse.php23 protected $clientsType = Client::class;
31 * @param Client[]
38 * @return Client[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DAccountsClients.php20 use Google\Service\AdExchangeBuyerII\Client; alias
39 * @param Client $postBody
41 * @return Client
43 public function create($accountId, Client $postBody, $optParams = [])
47 return $this->call('create', [$params], Client::class);
57 * @return Client
63 return $this->call('get', [$params], Client::class);
99 * @param Client $postBody
101 * @return Client
103 public function update($accountId, $clientAccountId, Client $postBody, $optParams = [])
[all …]

12345678910>>...19