Searched refs:FetcherSvg (Results 1 – 20 of 20) sorted by relevance
28 class FetcherSvg extends IFetcherLocalImage class95 public const COLOR_TYPE_STROKE_OUTLINE = FetcherSvg::STROKE_ATTRIBUTE;138 private static function createSvgEmpty(): FetcherSvg140 return new FetcherSvg();145 public static function createSvgFromPath(WikiPath $path): FetcherSvg156 public static function createSvgFromFetchUrl(Url $fetchUrl): FetcherSvg166 * @return FetcherSvg169 public static function createSvgFromMarkup(string $markup, string $name): FetcherSvg176 * @return FetcherSvg181 public static function createFromAttributes(TagAttributes $tagAttributes): FetcherSvg[all …]
11 private FetcherSvg $fetchSvg;28 $iconAttributes->addComponentAttributeValue(FetcherSvg::NAME_ATTRIBUTE, $name);45 $tagAttributes->addComponentAttributeValue(TagAttributes::TYPE_KEY, FetcherSvg::ICON_TYPE);50 $name = $tagAttributes->getValue(FetcherSvg::NAME_ATTRIBUTE);74 …$tagAttributes->setComponentAttributeValue(FetcherSvg::NAME_ATTRIBUTE, $mediaDokuPath->getLastName…85 $fetcherSvg = FetcherSvg::createFromAttributes($tagAttributes);98 $fetchSvg = FetcherSvg::createSvgFromPath($path);106 public function setFetcherSvg(FetcherSvg $fetchSvg): Icon137 public function getFetchSvg(): FetcherSvg
26 const CANONICAL = FetcherSvg::CANONICAL;52 public static function createFromFetcher(FetcherSvg $fetchImage)94 * @var FetcherSvg $image114 * @var FetcherSvg $svgFetch223 …->getFetcher()->getFetchUrl()->getQueryPropertyValueAndRemoveIfPresent(FetcherSvg::REQUESTED_PRESE…242 * @var FetcherSvg $fetcherSvg
137 $imageFetcher = FetcherSvg::createSvgFromPath($icon)188 $imageFetcher = FetcherSvg::createSvgFromPath(Site::getLogoAsSvgImage());221 if ($imageFetcher instanceof FetcherSvg) {230 $imageFetcher->setRequestedType(FetcherSvg::ILLUSTRATION_TYPE);245 ->setRequestedType(FetcherSvg::ICON_TYPE);
35 $image = FetcherSvg::createSvgFromPath($path);
245 if ($imageFetcher instanceof FetcherSvg) {246 $imageFetcher->setRequestedType(FetcherSvg::ICON_TYPE);
59 return FetcherSvg::createSvgFromFetchUrl($fetchUrl);
92 … $name = $iconAttributes->getValueAndRemoveIfPresent(FetcherSvg::NAME_ATTRIBUTE);
48 … $requestedWidth = $tagAttributes->getValue(Dimension::WIDTH_KEY, FetcherSvg::DEFAULT_ICON_LENGTH);
72 case FetcherSvg::EXTENSION:
97 $actualCall->setType(FetcherSvg::ILLUSTRATION_TYPE);
531 $fetchImage = FetcherSvg::createSvgFromPath($logoPath);532 $fetchImage->setRequestedType(FetcherSvg::ICON_TYPE)
150 case FetcherSvg::class:
85 FetcherSvg::REQUESTED_PRESERVE_ATTRIBUTE,105 FetcherSvg::CANONICAL,
430 $attributes = [FetcherSvg::NAME_ATTRIBUTE => $iconName];
19 use ComboStrap\FetcherSvg; alias234 $meta[FetcherSvg::CONF_SVG_OPTIMIZATION_ENABLE] = array('onoff');250 $meta[FetcherSvg::CONF_OPTIMIZATION_ATTRIBUTES_TO_DELETE] = array('string');251 $meta[FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE] = array('string');252 $meta[FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE_IF_EMPTY] = array('string');253 $meta[FetcherSvg::CONF_OPTIMIZATION_NAMESPACES_TO_KEEP] = array('string');254 $meta[FetcherSvg::CONF_PRESERVE_ASPECT_RATIO_DEFAULT] = array('string');
15 use ComboStrap\FetcherSvg; alias192 $lang[FetcherSvg::CONF_SVG_OPTIMIZATION_ENABLE] = PluginUtility::getDocumentationHyperLink(SvgImage…193 $lang[FetcherSvg::CONF_OPTIMIZATION_NAMESPACES_TO_KEEP] = PluginUtility::getDocumentationHyperLink(…194 $lang[FetcherSvg::CONF_OPTIMIZATION_ATTRIBUTES_TO_DELETE] = PluginUtility::getDocumentationHyperLin…195 $lang[FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE_IF_EMPTY] = PluginUtility::getDocumentationH…196 $lang[FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE] = PluginUtility::getDocumentationHyperLink(…197 $lang[FetcherSvg::CONF_PRESERVE_ASPECT_RATIO_DEFAULT] = PluginUtility::getDocumentationHyperLink(Sv…
12 use ComboStrap\FetcherSvg; alias167 … $backgroundImageValue[TagAttributes::TYPE_KEY] = FetcherSvg::ILLUSTRATION_TYPE;178 $backgroundImageValue[TagAttributes::TYPE_KEY] = FetcherSvg::TILE_TYPE;
8 use ComboStrap\FetcherSvg; alias176 if ($fill === FetcherSvg::TILE_TYPE) {
14 use ComboStrap\FetcherSvg; alias116 … $isIcon = FetcherSvg::createSvgFromPath(WikiPath::createMediaPathFromId($wikiId))