Home
last modified time | relevance | path

Searched refs:getHost (Results 26 – 50 of 72) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DReadinessCheck.php103 public function getHost() function in Google\\Service\\Appengine\\ReadinessCheck
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHTTP2HealthCheck.php61 public function getHost() function in Google\\Service\\Compute\\HTTP2HealthCheck
H A DUrlMapTest.php116 public function getHost() function in Google\\Service\\Compute\\UrlMapTest
H A DTestFailure.php166 public function getHost() function in Google\\Service\\Compute\\TestFailure
H A DHttpHealthCheck.php141 public function getHost() function in Google\\Service\\Compute\\HttpHealthCheck
H A DHttpsHealthCheck.php141 public function getHost() function in Google\\Service\\Compute\\HttpsHealthCheck
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php135 $options['servers'] = $referral->getHost() !== null ? [$referral->getHost()] : [];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DPostgreSqlConnectionProfile.php73 public function getHost() function in Google\\Service\\DatabaseMigrationService\\PostgreSqlConnectionProfile
H A DMySqlConnectionProfile.php73 public function getHost() function in Google\\Service\\DatabaseMigrationService\\MySqlConnectionProfile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TargetServer.php73 public function getHost() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServer
H A DGoogleCloudApigeeV1Instance.php164 public function getHost() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Instance
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php238 $sc->setDomain($request->getUri()->getHost());
280 $host = $uri->getHost();
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php46 $host = 'Host: '.$endpoint->getHost();
H A DCurlClient.php83 $extraHeaders['Host'] = 'Host: '.$endpoint->getHost();
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php87 public function getHost(): ?string function in Nyholm\\Dsn\\Configuration\\Dsn
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DUser.php83 public function getHost() function in Google\\Service\\SQLAdmin\\User
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php46 $host = 'Host: '.$endpoint->getHost();
H A DCurlClient.php83 $extraHeaders['Host'] = 'Host: '.$endpoint->getHost();
/plugin/combo/ComboStrap/
H A DResourceName.php34 $name = $path->getUrl()->getHost();
H A DLocalPath.php433 $uri = "$uri{$this->getHost()}";
457 function getHost(): string function in ComboStrap\\LocalPath
H A DFetcherScreenshot.php181 $lastNameWithoutExtension = $url->getHost();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php107 public function getHost() function in Google\\Service\\ServiceControl\\Request
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php125 $host = $this->uri->getHost();
H A DUriNormalizer.php137 …if ($flags & self::REMOVE_DEFAULT_HOST && $uri->getScheme() === 'file' && $uri->getHost() === 'loc…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php131 $baseUri = $this->_scheme.'://'.$connection->getHost().':'.$connection->getPort().'/'.$connection->getPath();

123