/plugin/combo/ComboStrap/ |
H A D | ThirdMediaLink.php | 23 $urlString = $mediaMarkup->getFetchUrl()->toString(); 58 public function getFetchUrl(): Url function in ComboStrap\\ThirdMediaLink 64 return $this->mediaMarkup->getFetchUrl(); 70 return parent::getFetchUrl(); 77 ->buildFromUrl($this->mediaMarkup->getFetchUrl()) 78 ->getFetchUrl(); 82 ->getFetchUrl(); 86 ->getFetchUrl();
|
H A D | MediaLink.php | 86 public function getFetchUrl(): Url function in ComboStrap\\MediaLink 88 return $this->mediaMarkup->getFetchUrl();
|
H A D | FetcherPdf.php | 38 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherPdf 40 $url = parent::getFetchUrl($url);
|
H A D | FetcherRawLocalPath.php | 50 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherRawLocalPath 53 $url = parent::getFetchUrl($url);
|
H A D | ImageLink.php | 92 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString(); 105 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
|
H A D | RasterImageLink.php | 193 $srcValue = $fetchRaster->getFetchUrl(); 235 $breakpointUrl = $breakpointRaster->getFetchUrl()->toString(); 251 $srcUrl = $fetchRaster->getFetchUrl()->toString();
|
H A D | FetcherMarkupWebcode.php | 46 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherMarkupWebcode 52 return parent::getFetchUrl($url);
|
H A D | SvgImageLink.php | 117 $srcValue = $svgFetch->getFetchUrl(); 223 $preserveStyle = DataType::toBoolean($this->mediaMarkup->getFetcher()->getFetchUrl()->getQueryPropertyValueAndRemoveIfPresent(FetcherSvg::REQUESTED_PRESERVE_ATTRIBUTE));
|
H A D | IFetcher.php | 64 function getFetchUrl(Url $url = null): Url; function
|
H A D | FetcherAppPages.php | 39 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherAppPages 51 return parent::getFetchUrl($url)
|
H A D | FetcherRaster.php | 14 * * or {@link MediaMarkup::getFetchUrl() markup}) 20 * * or a {@link FetcherRaster::getFetchUrl() fetch url} to use in a {@link RasterImageLink img html tag} 89 public function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherRaster 116 $url = parent::getFetchUrl($url);
|
H A D | FetcherCache.php | 44 $cacheKey = $fetcher->getFetchUrl()->toAbsoluteUrlString();
|
H A D | FetcherPage.php | 72 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherPage 79 $url = parent::getFetchUrl($url);
|
H A D | FetcherImage.php | 52 public function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherImage 54 $url = parent::getFetchUrl($url);
|
H A D | IFetcherAbs.php | 43 function getFetchUrl(Url $url = null): Url function in ComboStrap\\IFetcherAbs 195 * @param string $urlFragment a fragment added to the {@link IFetcher::getFetchUrl() fetch URL}
|
H A D | HttpRequest.php | 46 ->getFetchUrl();
|
H A D | FetcherVignette.php | 301 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherVignette 305 return parent::getFetchUrl($url)
|
H A D | MediaMarkup.php | 421 public function getFetchUrl(): Url function in ComboStrap\\MediaMarkup 423 return $this->getFetcher()->getFetchUrl(); 811 $ref = $this->getFetchUrl()->toString();
|
H A D | TemplateForWebPage.php | 387 ->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($icoWikiPath)->getFetchUrl()->toAbsoluteUrl()->toString()) 422 ->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($iconPath)->getFetchUrl()->toAbsoluteUrl()->toString()) 459 ->addOutputAttributeValue("href", $fetcherLocalPath->getFetchUrl()->toAbsoluteUrl()->toString())
|
H A D | LdJson.php | 108 "url" => $fetcherPageImage->getFetchUrl()->toAbsoluteUrlString()
|
/plugin/combo/ComboStrap/Tag/ |
H A D | WebCodeTag.php | 297 ->getFetchUrl() 359 $cssUrl = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-iframe.css"))->getFetchUrl()->toHtmlString(); 372 $url = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource("webcode:webcode-console.js"))->getFetchUrl()->toHtmlString(); 427 $externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug:firebug-lite.css'))->getFetchUrl()->toString(); 428 $externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug:firebug-lite-1.2.js'))->getFetchUrl()->toString();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | DatafeedFetchSchedule.php | 83 public function getFetchUrl() function in Google\\Service\\ShoppingContent\\DatafeedFetchSchedule
|
/plugin/combo/action/ |
H A D | backlinkmenuitem.php | 77 $JSINFO[self::WHREF] = FetcherPage::createPageFetcherFromPath($requestedContextPage)->getFetchUrl()->toString();
|
H A D | metatwitter.php | 173 $twitterMeta[self::META_IMAGE] = FetcherRaster::createImageFetchFromPath($twitterImagePath)->getFetchUrl()->toAbsoluteUrlString();
|
H A D | metafacebook.php | 230 $facebookMeta["og:image"] = $facebookImage->getFetchUrl()->toAbsoluteUrlString();
|