Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPathAbs.php70 return $this->toUriString();
74 public function toUriString(): string function in ComboStrap\\PathAbs
H A DMarkupFileSystem.php71 if ($child->toUriString() === $pathObject->toUriString()) {
H A DFetcherMarkupBuilder.php76 $wikiId = $markuSourceWikiPath->toUriString();
492 if ($this->requestedContextPath->toUriString() !== $executingWikiPath->toUriString()) {
H A DPath.php91 function toUriString(): string; function
H A DSnippet.php277 $snippetGuid = $localSnippetPath->toUriString();
512 return $this->path->toUriString();
779 self::JSON_URI_PROPERTY => $this->getPath()->toUriString(),
H A DFetcherMarkup.php950 $snippetGuid = $snippet->getPath()->toUriString();
1398 return "({$this->getSourceName()}) to ({$this->builderName} - {$this->getMime()}) with context ({$this->getRequestedContextPath()->toUriString()})";
1419 return $this->getSourcePath()->toUriString();
H A DLocalPath.php70 public function toUriString(): string function in ComboStrap\\LocalPath
H A DWikiPath.php848 return $this->toUriString();
1094 function toUriString(): string function in ComboStrap\\WikiPath
H A DDatabasePageRow.php649 if ($duplicatePage->getPathObject()->toUriString() === $this->markupPath->toUriString()) {
H A DMarkupPath.php2264 function toUriString(): string
2266 return $this->path->toUriString();
2262 function toUriString(): string global() function in ComboStrap\\MarkupPath