Home
last modified time | relevance | path

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

12

/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 DPath.php41 function getScheme(); function
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");
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DPath.php36 public function getScheme(): string function in Nyholm\\Dsn\\Configuration\\Path
38 return parent::getScheme();
77 $this->getScheme().'://'.
H A DDsn.php32 public function getScheme(): ?string function in Nyholm\\Dsn\\Configuration\\Dsn
118 $scheme = $this->getScheme();
H A DUrl.php102 $scheme = $this->getScheme();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
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 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…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php205 && $modify['uri']->getScheme() === $request->getUri()->getScheme()
241 if (!in_array($location->getScheme(), $protocols)) {
/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/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DMpegCommonEncryption.php55 public function getScheme() function in Google\\Service\\Transcoder\\MpegCommonEncryption
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php176 if (null !== $dsn->getScheme()) {
177 $data['transport'] = $dsn->getScheme();
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriInterface.php10 public function getScheme(); function
H A DUri.php147 public function getScheme() function in OAuth\\Common\\Http\\Uri\\Uri
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriInterface.php10 public function getScheme(); function
H A DUri.php147 public function getScheme() function in OAuth\\Common\\Http\\Uri\\Uri
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DHTTPGetAction.php90 public function getScheme() function in Google\\Service\\CloudRun\\HTTPGetAction
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php40 public function getScheme(); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php205 public function getScheme() function in Google\\Service\\ServiceControl\\Request
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php68 $baseUri = $uri->getScheme() . '://' . $uri->getRawAuthority();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php279 $scheme = $uri->getScheme();
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php710 if ($result->getScheme() != 'https') {
1539 return $uri->getScheme() && ($uri->getHost() || $uri->getPath());
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md93 echo $args[0]->getScheme(); // "udp"
145 - `getScheme()`

12