Home
last modified time | relevance | path

Searched refs:FetcherRawLocalPath (Results 1 – 12 of 12) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherRawLocalPath.php11 class FetcherRawLocalPath extends IFetcherAbs implements IFetcherPath, IFetcherSource class
20 public static function createFromPath(WikiPath $wikiPath): FetcherRawLocalPath
29 * @return FetcherRawLocalPath
31 public static function createEmpty(): FetcherRawLocalPath
33 return new FetcherRawLocalPath();
39 public static function createLocalFromFetchUrl(Url $fetchUrl): FetcherRawLocalPath
41 $fetchRaw = FetcherRawLocalPath::createEmpty();
61 * @return FetcherRawLocalPath
67 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherRawLocalPath
H A DThirdMediaLink.php81 return FetcherRawLocalPath::createFromPath($path)
85 return FetcherRawLocalPath::createFromPath($path)
H A DFetcherTraitWikiPath.php53 $id = $tagAttributes->getValueAndRemove(FetcherRawLocalPath::SRC_QUERY_PARAMETER);
60 …BadArgument("The (" . MediaMarkup::$MEDIA_QUERY_PARAMETER . ", " . FetcherRawLocalPath::SRC_QUERY_…
H A DImageLink.php92 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
105 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
H A DFetcherPdf.php7 class FetcherPdf extends FetcherRawLocalPath
H A DFetcherSystem.php46 $fetchDoku = FetcherRawLocalPath::createLocalFromFetchUrl($fetchUrl);
H A DTemplateForWebPage.php390 …->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($icoWikiPath)->getFetchUrl()…
425 …->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($iconPath)->getFetchUrl()->t…
H A DSnippet.php709 return FetcherRawLocalPath::createFromPath($path)->getFetchUrl();
H A DFetcherSvg.php636 …$dokuPath = FetcherRawLocalPath::createEmpty()->buildFromUrl($url)->processIfNeededAndGetFetchPath…
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php14 use ComboStrap\FetcherRawLocalPath; alias
359 …$cssUrl = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-ifram…
372 …$url = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-console.…
427 …$externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug…
428 …$externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug…
/plugin/combo/syntax/
H A Dwebcode.php28 use ComboStrap\FetcherRawLocalPath; alias
/plugin/combo/ComboStrap/Web/
H A DUrl.php15 use ComboStrap\FetcherRawLocalPath; alias
1026 if ($this->hasProperty(FetcherRawLocalPath::SRC_QUERY_PARAMETER)) {