Home
last modified time | relevance | path

Searched refs:HEIGHT_KEY (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DDimension.php39 const HEIGHT_KEY = 'height'; define in ComboStrap\\Dimension
68 $heightName = self::HEIGHT_KEY;
283 if ($attributes->hasComponentAttribute(self::HEIGHT_KEY)) {
H A DSvgImageLink.php169 $imgAttributes->addOutputAttributeValue(Dimension::HEIGHT_KEY, $svgFetch->getTargetHeight());
180 $imgAttributes->addComponentAttributeValue(Dimension::HEIGHT_KEY, $svgFetch->getRequestedHeight());
H A DMarkupRef.php152 $this->url->addQueryParameter(Dimension::HEIGHT_KEY, $height);
534 $this->url->addQueryParameter(Dimension::HEIGHT_KEY, $sizing[2]);
654 $this->url->addQueryParameter(Dimension::HEIGHT_KEY, $value);
H A DMediaMarkup.php300 $height = $markupUrl->getQueryPropertyValue(Dimension::HEIGHT_KEY);
746 $height = $tagAttributes->getValueAndRemoveIfPresent(Dimension::HEIGHT_KEY);
748 $this->fetchUrl->addQueryParameterIfNotPresent(Dimension::HEIGHT_KEY, $height);
H A DPageImageTag.php129 $height = $tagAttributes->getValueAndRemoveIfPresent(Dimension::HEIGHT_KEY);
H A DFetcherImage.php149 $requestedHeight = $tagAttributes->getValueAndRemove(Dimension::HEIGHT_KEY);
H A DFetcherSvg.php1034 ->setAttribute(Dimension::HEIGHT_KEY, $targetHeight);
1391 case Dimension::HEIGHT_KEY:
H A DTagAttributes.php397 return Dimension::HEIGHT_KEY;
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php195 Dimension::HEIGHT_KEY => $imageAttribute[4],