Home
last modified time | relevance | path

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

/template/strap/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 …
H A DLocalPath.php174 function getScheme(): string function in ComboStrap\\LocalPath
H A DWikiPath.php883 function getScheme(): string function in ComboStrap\\WikiPath
1098 $uri = "{$this->getScheme()}://$this->drive$driveSep$absolutePath";
H A DRouter.php459 $isHttp = strpos($url->getScheme(), "http") === 0;
H A DMediaMarkup.php285 ->setScheme($markupUrl->getScheme())
H A DMarkupPath.php2244 function getScheme(): string function in ComboStrap\\MarkupPath
/template/strap/ComboStrap/Web/
H A DUrl.php311 public function getScheme(): string function in ComboStrap\\Web\\Url
344 return in_array($this->getScheme(), ["http", "https"]);
409 $this->getScheme();
501 $actualScheme = $this->getScheme();
506 $expectedScheme = $expectedUrl->getScheme();
751 $scheme = $this->getScheme();
818 $scheme = $this->getScheme();
H A DUrlRewrite.php52 $scheme = $url->getScheme();