Home
last modified time | relevance | path

Searched refs:getMarkupRef (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DLinkMarkup.php155 $url = $this->getMarkupRef()->getUrl();
176 switch ($this->getMarkupRef()->getSchemeType()) {
179 $interWiki = $this->getMarkupRef()->getInterWiki();
220 $dokuPath = $this->getMarkupRef()->getPath();
441 if ($this->getMarkupRef()->getSchemeType() == MarkupRef::EMAIL_URI) {
467 switch ($this->getMarkupRef()->getSchemeType()) {
539 … return strpos($this->getMarkupRef()->getRef(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) !== 0;
543 function getMarkupRef(): MarkupRef function in ComboStrap\\LinkMarkup
596 return $this->getMarkupRef()->getRef();
606 return MarkupPath::createPageFromPathObject($this->getMarkupRef()->getPath());
[all …]
H A DMediaMarkup.php258 $markupUrl = $mediaMarkup->getMarkupRef()->getUrl();
347 return $this->getMarkupRef()->getRef();
350 return $this->getMarkupRef()->getRef();
705 public function getMarkupRef(): MarkupRef function in ComboStrap\\MediaMarkup
885 return $this->getMarkupRef()->getPath();
931 if (!($this->getMarkupRef()->getSchemeType() === MarkupRef::WEB_URI)) {
/plugin/combo/syntax/
H A Dlink.php649 $refType = $markupRef->getMarkupRef()->getSchemeType();
674 $path = $markupRef->getMarkupRef()->getPath();
H A Dmedia.php349 $path = $mediaMarkup->getMarkupRef()->getPath();
/plugin/combo/action/
H A Dlinkmove.php307 $isWikiUri = $link->getMarkupRef()->getSchemeType() === MarkupRef::WIKI_URI;