Home
last modified time | relevance | path

Searched refs:getFetchUrl (Results 1 – 25 of 31) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeedFetchSchedule.php83 public function getFetchUrl() function in Google\\Service\\ShoppingContent\\DatafeedFetchSchedule
/plugin/combo/ComboStrap/
H A DFetcherAppPages.php39 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherAppPages
51 return parent::getFetchUrl($url)
H A DFetcherCache.php44 $cacheKey = $fetcher->getFetchUrl()->toAbsoluteUrlString();
H A DFetcherImage.php52 public function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherImage
54 $url = parent::getFetchUrl($url);
H A DFetcherMarkup.php284 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherMarkup
291 $url = parent::getFetchUrl($url);
H A DFetcherMarkupWebcode.php46 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherMarkupWebcode
52 return parent::getFetchUrl($url);
H A DFetcherPage.php72 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherPage
79 $url = parent::getFetchUrl($url);
H A DFetcherPdf.php38 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherPdf
40 $url = parent::getFetchUrl($url);
H A DFetcherRaster.php14 * * 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 DFetcherRawLocalPath.php50 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherRawLocalPath
53 $url = parent::getFetchUrl($url);
H A DFetcherSvg.php497 public function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherSvg
500 $url = parent::getFetchUrl($url);
H A DFetcherVignette.php301 function getFetchUrl(Url $url = null): Url function in ComboStrap\\FetcherVignette
305 return parent::getFetchUrl($url)
H A DHttpRequest.php46 ->getFetchUrl();
H A DIFetcher.php64 function getFetchUrl(Url $url = null): Url; function
H A DIFetcherAbs.php43 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 DImageLink.php92 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
105 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
H A DLdJson.php108 "url" => $fetcherPageImage->getFetchUrl()->toAbsoluteUrlString()
H A DMarkupPath.php2284 ->getFetchUrl();
H A DMediaLink.php86 public function getFetchUrl(): Url function in ComboStrap\\MediaLink
88 return $this->mediaMarkup->getFetchUrl();
H A DMediaMarkup.php421 public function getFetchUrl(): Url function in ComboStrap\\MediaMarkup
423 return $this->getFetcher()->getFetchUrl();
811 $ref = $this->getFetchUrl()->toString();
H A DRasterImageLink.php193 $srcValue = $fetchRaster->getFetchUrl();
235 $breakpointUrl = $breakpointRaster->getFetchUrl()->toString();
251 $srcUrl = $fetchRaster->getFetchUrl()->toString();
H A DSite.php377 ->getFetchUrl()
H A DSnippet.php709 return FetcherRawLocalPath::createFromPath($path)->getFetchUrl();
H A DSvgImageLink.php117 $srcValue = $svgFetch->getFetchUrl();
223 $preserveStyle = DataType::toBoolean($this->mediaMarkup->getFetcher()->getFetchUrl()->getQueryPropertyValueAndRemoveIfPresent(FetcherSvg::REQUESTED_PRESERVE_ATTRIBUTE));
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php297 ->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();

12