Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DUser.php83 public function getHost() function in Google\\Service\\SQLAdmin\\User
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php107 public function getHost() function in Google\\Service\\ServiceControl\\Request
/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/auth/src/
H A DOAuth2.php1539 return $uri->getScheme() && ($uri->getHost() || $uri->getPath());
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php222 return $uri->getScheme() === '' && $uri->getHost() !== '' ? $uri->withScheme('http') : $uri;
H A DRedirectMiddleware.php214 if ($request->getUri()->getHost() !== $modify['uri']->getHost()) {
H A DUtils.php33 if ($uri->getHost()) {
34 $asciiHost = self::idnToAsci($uri->getHost(), $options, $info);
56 if ($uri->getHost() !== $asciiHost) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php238 $sc->setDomain($request->getUri()->getHost());
280 $host = $uri->getHost();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php432 $host = $easy->request->getUri()->getHost();
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/guzzlehttp/psr7/src/
H A DMessage.php25 $msg .= "\r\nHost: " . $message->getUri()->getHost();
H A DRequest.php125 $host = $this->uri->getHost();
H A DUri.php447 public function getHost() function in GuzzleHttp\\Psr7\\Uri
H A DUriNormalizer.php137 …if ($flags & self::REMOVE_DEFAULT_HOST && $uri->getScheme() === 'file' && $uri->getHost() === 'loc…
H A DUtils.php178 if ($host = $changes['uri']->getHost()) {
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php90 public function getHost(); function
/plugin/combo/ComboStrap/
H A DFetcherScreenshot.php181 $lastNameWithoutExtension = $url->getHost();
H A DLocalPath.php433 $uri = "$uri{$this->getHost()}";
457 function getHost(): string function in ComboStrap\\LocalPath
H A DMarkupPath.php2287 function getHost(): string
2289 return $this->path->getHost();
2285 function getHost(): string global() function in ComboStrap\\MarkupPath
H A DMediaMarkup.php286 ->setHost($markupUrl->getHost())
H A DPath.php127 function getHost(): string; function
H A DResourceName.php34 $name = $path->getUrl()->getHost();
H A DWikiPath.php1111 function getHost(): string function in ComboStrap\\WikiPath
/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/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

123