Home
last modified time | relevance | path

Searched refs:getHost (Results 1 – 25 of 72) sorted by relevance

123

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php33 if ($uri->getHost()) {
34 $asciiHost = self::idnToAsci($uri->getHost(), $options, $info);
56 if ($uri->getHost() !== $asciiHost) {
H A DRedirectMiddleware.php214 if ($request->getUri()->getHost() !== $modify['uri']->getHost()) {
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md26 echo $dsn->getHost(); // "127.0.0.1"
67 echo $dsn->getHost(); // "127.0.0.1"
80 echo $func->first()->getHost(); // "default"
94 echo $args[0]->getHost(); // "localhost"
112 echo $func->first()->getHost(); // "127.0.0.1"
118 echo $func->first()->getHost(); // "127.0.0.1"
148 - `getHost()`
161 echo $dsn->getHost(); // "127.0.0.1"
164 echo $dsn->getHost(); // "127.0.0.1"
165 echo $new->getHost(); // "nyhol
[all...]
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUrl.php48 public function getHost(): string function in Nyholm\\Dsn\\Configuration\\Url
107 $this->getHost().
/plugin/combo/ComboStrap/Web/
H A DUrl.php395 $this->getHost();
416 public function getHost(): string
491 $actualHost = $this->getHost();
496 $expectedHost = $expectedUrl->getHost();
738 $base = "$base{$this->getHost()}";
797 $host = $this->getHost();
936 $localHost = Url::createEmpty()->setPath("/")->toAbsoluteUrl()->getHost();
937 return $localHost !== $this->getHost();
405 public function getHost(): string global() function in ComboStrap\\Web\\Url
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php343 … if (isset($options['force_ip_resolve']) && !filter_var($uri->getHost(), FILTER_VALIDATE_IP)) {
345 $records = dns_get_record($uri->getHost(), DNS_A);
350 $uri->getHost()
357 $records = dns_get_record($uri->getHost(), DNS_AAAA);
362 $uri->getHost()
417 $request->getUri()->getHost(),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DTCPSocketAction.php41 public function getHost() function in Google\\Service\\CloudRun\\TCPSocketAction
H A DHTTPGetAction.php48 public function getHost() function in Google\\Service\\CloudRun\\HTTPGetAction
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DCacheInvalidationRule.php41 public function getHost() function in Google\\Service\\Compute\\CacheInvalidationRule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DEndpoint.php41 public function getHost() function in Google\\Service\\CloudRedis\\Endpoint
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnectionInterface.php35 public function getHost(): string; function
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriInterface.php20 public function getHost(); function
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriInterface.php20 public function getHost(); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DAppEngineRouting.php49 public function getHost() function in Google\\Service\\CloudScheduler\\AppEngineRouting
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DProxyInfo.php64 public function getHost() function in Google\\Service\\AndroidManagement\\ProxyInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DAppEngineRouting.php49 public function getHost() function in Google\\Service\\CloudTasks\\AppEngineRouting
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DSmtpMsa.php53 public function getHost() function in Google\\Service\\Gmail\\SmtpMsa
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1EndpointAttachment.php53 public function getHost() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1EndpointAttachment
H A DGoogleCloudApigeeV1TargetServerConfig.php69 public function getHost() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServerConfig
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php90 public function getHost(); function
/plugin/combo/ComboStrap/
H A DPath.php127 function getHost(): string; function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DGalleryReference.php57 public function getHost() function in Google\\Service\\TagManager\\GalleryReference
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DNode.php55 public function getHost() function in Google\\Service\\CloudMemorystoreforMemcached\\Node
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DHealthCheck.php103 public function getHost() function in Google\\Service\\Appengine\\HealthCheck
H A DLivenessCheck.php89 public function getHost() function in Google\\Service\\Appengine\\LivenessCheck

123