Home
last modified time | relevance | path

Searched refs:Client (Results 26 – 50 of 460) sorted by relevance

12345678910>>...19

/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php5 use Elastica\Client; alias
21 * @var Client client object
30 public function __construct(Client $client)
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DREADME.md1 # Google API Client Services
3 Google API Client Service classes have been moved to the
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAcceleratedmobilepageurl.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DChromeUXReport.php20 use Google\Client; alias
45 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DPolicyTroubleshooter.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DTrafficDirectorService.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DDriveActivity.php20 use Google\Client; alias
49 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DWebfonts.php20 use Google\Client; alias
45 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DCloudSecurityToken.php20 use Google\Client; alias
45 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DPlayIntegrity.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DVerifiedaccess.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DPlaycustomapp.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DFirebaseCloudMessaging.php20 use Google\Client; alias
51 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DGroupsMigration.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DIndexing.php20 use Google\Client; alias
46 * @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 DPlayableLocations.php20 use Google\Client; alias
44 * @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 DAdExperienceReport.php20 use Google\Client; alias
46 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DTexttospeech.php20 use Google\Client; alias
48 * @param Client|array $clientOrConfig The client used to deliver requests, or a
H A DFcmdata.php20 use Google\Client; alias
47 * @param Client|array $clientOrConfig The client used to deliver requests, or a
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpHandlerFactory.php19 use GuzzleHttp\Client; alias
33 $client = $client ?: new Client();
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DService.php35 if ($clientOrConfig instanceof Client) {
38 $this->client = new Client($clientOrConfig ?: []);
/plugin/davcal/vendor/sabre/http/examples/
H A Dreverseproxy.php15 use Sabre\HTTP\Client; alias
44 $client = new Client();
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DRevoke.php22 use Google\Client; alias
67 Client::OAUTH2_REVOKE_URI,

12345678910>>...19