Searched refs:pathOrId (Results 1 – 3 of 3) sorted by relevance
52 private $pathOrId; variable in ComboStrap\\DokuwikiUrl73 $this->pathOrId = $url;76 $this->pathOrId = substr($url, 0, $questionMarkPosition);82 $this->pathOrId = substr($url, 0, $hashTagPosition);190 …Utility::msg("The value ($value) of the key ($key) for the link ($this->pathOrId) has $countHashTa…284 $attributes[PagePath::PROPERTY_NAME] = $this->pathOrId;314 return $this->pathOrId;329 if(link_isinterwiki($this->pathOrId)){332 if(media_isexternal($this->pathOrId)){
571 $pathOrId = $this->dokuwikiUrl->getPath();573 $this->linkedPage = Page::createPageFromNonQualifiedPath($pathOrId);
246 public static function createPageFromNonQualifiedPath($pathOrId): Page argument249 $qualifiedId = $pathOrId;