Home
last modified time | relevance | path

Searched refs:getScheme (Results 1 – 25 of 38) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DHTTPGetAction.php90 public function getScheme() function in Google\\Service\\CloudRun\\HTTPGetAction
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php205 public function getScheme() function in Google\\Service\\ServiceControl\\Request
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DMpegCommonEncryption.php55 public function getScheme() function in Google\\Service\\Transcoder\\MpegCommonEncryption
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php710 if ($result->getScheme() != 'https') {
1539 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.php205 && $modify['uri']->getScheme() === $request->getUri()->getScheme()
241 if (!in_array($location->getScheme(), $protocols)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php279 $scheme = $uri->getScheme();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php430 $scheme = $easy->request->getUri()->getScheme();
H A DStreamHandler.php413 $scheme = $request->getUri()->getScheme();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php197 …|| (isset(self::$defaultPorts[$uri->getScheme()]) && $uri->getPort() === self::$defaultPorts[$uri-…
221 return $uri->getScheme() !== '';
237 return $uri->getScheme() === '' && $uri->getAuthority() !== '';
253 return $uri->getScheme() === ''
272 return $uri->getScheme() === ''
296 return ($uri->getScheme() === $base->getScheme())
302 …return $uri->getScheme() === '' && $uri->getAuthority() === '' && $uri->getPath() === '' && $uri->…
423 public function getScheme() function in GuzzleHttp\\Psr7\\Uri
H A DUriNormalizer.php132 ($uri->getScheme() === 'http' || $uri->getScheme() === 'https')
137 …if ($flags & self::REMOVE_DEFAULT_HOST && $uri->getScheme() === 'file' && $uri->getHost() === 'loc…
H A DUriResolver.php72 if ($rel->getScheme() != '') {
106 $base->getScheme(),
142 if ($target->getScheme() !== '' &&
143 …($base->getScheme() !== $target->getScheme() || $target->getAuthority() === '' && $base->getAuthor…
H A DUtils.php183 $scheme = $changes['uri']->getScheme();
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php40 public function getScheme(); function
/plugin/combo/ComboStrap/
H A DFileSystems.php17 $scheme = $path->getScheme();
35 $scheme = $path->getScheme();
50 $scheme = $path->getScheme();
68 $scheme = $path->getScheme();
92 $scheme = $path->getScheme();
111 $scheme = $path->getScheme();
128 $scheme = $dirPath->getScheme();
141 $scheme = $path->getScheme();
158 $scheme = $path->getScheme();
210 $scheme = $path->getScheme();
[all...]
H A DLocalPath.php174 function getScheme(): string function in ComboStrap\\LocalPath
H A DMarkupPath.php2244 function getScheme(): string
2242 function getScheme(): string global() function in ComboStrap\\MarkupPath
H A DMarkupRef.php129 if (!in_array($this->url->getScheme(), $authorizedSchemes)) {
130 throw new ExceptionBadSyntax("The scheme ({$this->url->getScheme()}) of the URL ({$this->url}) is not authorized");
H A DMediaMarkup.php285 ->setScheme($markupUrl->getScheme())
H A DPath.php41 function getScheme(); function
H A DWikiPath.php883 function getScheme(): string function in ComboStrap\\WikiPath
1098 $uri = "{$this->getScheme()}://$this->drive$driveSep$absolutePath";
/plugin/combo/ComboStrap/Web/
H A DUrl.php284 public function getScheme(): string
317 return in_array($this->getScheme(), ["http", "https"]);
382 $this->getScheme();
475 $actualScheme = $this->getScheme();
480 $expectedScheme = $expectedUrl->getScheme();
725 $scheme = $this->getScheme();
792 $scheme = $this->getScheme();
273 public function getScheme(): string global() function in ComboStrap\\Web\\Url
H A DUrlRewrite.php52 $scheme = $url->getScheme();
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...

12