Searched refs:FetcherRawLocalPath (Results 1 – 12 of 12) sorted by relevance
11 class FetcherRawLocalPath extends IFetcherAbs implements IFetcherPath, IFetcherSource class20 public static function createFromPath(WikiPath $wikiPath): FetcherRawLocalPath29 * @return FetcherRawLocalPath31 public static function createEmpty(): FetcherRawLocalPath33 return new FetcherRawLocalPath();39 public static function createLocalFromFetchUrl(Url $fetchUrl): FetcherRawLocalPath41 $fetchRaw = FetcherRawLocalPath::createEmpty();61 * @return FetcherRawLocalPath67 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherRawLocalPath
81 return FetcherRawLocalPath::createFromPath($path)85 return FetcherRawLocalPath::createFromPath($path)
53 $id = $tagAttributes->getValueAndRemove(FetcherRawLocalPath::SRC_QUERY_PARAMETER);60 …BadArgument("The (" . MediaMarkup::$MEDIA_QUERY_PARAMETER . ", " . FetcherRawLocalPath::SRC_QUERY_…
92 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();105 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
7 class FetcherPdf extends FetcherRawLocalPath
46 $fetchDoku = FetcherRawLocalPath::createLocalFromFetchUrl($fetchUrl);
390 …->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($icoWikiPath)->getFetchUrl()…425 …->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($iconPath)->getFetchUrl()->t…
709 return FetcherRawLocalPath::createFromPath($path)->getFetchUrl();
636 …$dokuPath = FetcherRawLocalPath::createEmpty()->buildFromUrl($url)->processIfNeededAndGetFetchPath…
14 use ComboStrap\FetcherRawLocalPath; alias359 …$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…
28 use ComboStrap\FetcherRawLocalPath; alias
15 use ComboStrap\FetcherRawLocalPath; alias1026 if ($this->hasProperty(FetcherRawLocalPath::SRC_QUERY_PARAMETER)) {