Home
last modified time | relevance | path

Searched refs:FetcherRaster (Results 1 – 10 of 10) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherRaster.php12 * * a {@link FetcherRaster::buildFromUrl() fetch URL}:
17 * * a {@link FetcherRaster::getFetchPath() raster image file} for:
20 * * or a {@link FetcherRaster::getFetchUrl() fetch url} to use in a {@link RasterImageLink img html tag}
23 class FetcherRaster extends IFetcherLocalImage class
41 * @return FetcherRaster
46 public static function createImageRasterFetchFromId(string $imageId, $rev = null): FetcherRaster
48 return FetcherRaster::createImageRasterFetchFromPath(WikiPath::createMediaPathFromId($imageId, $rev));
53 * @return FetcherRaster
58 public static function createImageRasterFetchFromPath(Path $path): FetcherRaster
65 public static function createEmptyRaster(): FetcherRaster
[all...]
H A DRasterImageLink.php36 const CANONICAL = FetcherRaster::CANONICAL;
231 $breakPointHeight = FetcherRaster::round($breakpointWidthMinusMargin / $fetchRaster->getTargetAspectRatio());
H A DIFetcherLocalImage.php39 $image = FetcherRaster::createImageRasterFetchFromPath($path);
H A DFetcherSystem.php61 return FetcherRaster::createRasterFromFetchUrl($fetchUrl);
H A DSite.php349 public static function getLogoAsRasterImage(): FetcherRaster
357 return FetcherRaster::createImageRasterFetchFromPath($pngLogoPath);
376 $url = FetcherRaster::createImageRasterFetchFromId($pngId)
H A DOutlineVisitor.php146 case FetcherRaster::class:
H A DTemplateForWebPage.php452 $fetcherLocalPath = FetcherRaster::createImageRasterFetchFromPath($iconPath);
H A DTagAttributes.php106 FetcherRaster::CANONICAL,
/plugin/combo/action/
H A Dmetatwitter.php8 use ComboStrap\FetcherRaster; alias
173 $twitterMeta[self::META_IMAGE] = FetcherRaster::createImageFetchFromPath($twitterImagePath)->getFetchUrl()->toAbsoluteUrlString();
H A Dstaticresource.php6 use ComboStrap\FetcherRaster; alias
84 if ($fetcher === FetcherRaster::CANONICAL) {