Home
last modified time | relevance | path

Searched refs:getScheme (Results 1 – 25 of 38) sorted by last modified time

12

/plugin/combo/ComboStrap/
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 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 DWikiPath.php883 function getScheme(): string function in ComboStrap\\WikiPath
1098 $uri = "{$this->getScheme()}://$this->drive$driveSep$absolutePath";
H A DPath.php41 function getScheme(); function
/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/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/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php68 $baseUri = $uri->getScheme() . '://' . $uri->getRawAuthority();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php176 if (null !== $dsn->getScheme()) {
177 $data['transport'] = $dsn->getScheme();
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php32 public function getScheme(): ?string function in Nyholm\\Dsn\\Configuration\\Dsn
118 $scheme = $this->getScheme();
H A DPath.php36 public function getScheme(): string function in Nyholm\\Dsn\\Configuration\\Path
38 return parent::getScheme();
77 $this->getScheme().'://'.
H A DUrl.php102 $scheme = $this->getScheme();
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md93 echo $args[0]->getScheme(); // "udp"
145 - `getScheme()`
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php147 public function getScheme() function in OAuth\\Common\\Http\\Uri\\Uri
H A DUriInterface.php10 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/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php205 && $modify['uri']->getScheme() === $request->getUri()->getScheme()
241 if (!in_array($location->getScheme(), $protocols)) {
/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…
/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/Transcoder/
H A DMpegCommonEncryption.php55 public function getScheme() function in Google\\Service\\Transcoder\\MpegCommonEncryption
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php279 $scheme = $uri->getScheme();

12