Home
last modified time | relevance | path

Searched refs:WIDTH_KEY (Results 1 – 18 of 18) sorted by relevance

/plugin/combo/ComboStrap/
H A DSvgImageLink.php168 $imgAttributes->addOutputAttributeValue(Dimension::WIDTH_KEY, $svgFetch->getTargetWidth());
175 $imgAttributes->addComponentAttributeValue(Dimension::WIDTH_KEY, $svgFetch->getRequestedWidth());
H A DMarkupRef.php149 $this->url->addQueryParameter(Dimension::WIDTH_KEY, $width);
155 $this->url->addQueryParameter(Dimension::WIDTH_KEY, $width);
532 $this->url->addQueryParameter(Dimension::WIDTH_KEY, $sizing[1]);
651 $this->url->addQueryParameter(Dimension::WIDTH_KEY, $value);
H A DDimension.php40 const WIDTH_KEY = 'width'; define in ComboStrap\\Dimension
241 $widthValueAsString = $attributes->getComponentAttributeValueAndRemoveIfPresent(self::WIDTH_KEY);
H A DBrandTag.php107 $tagAttributes->removeComponentAttributeIfPresent(Dimension::WIDTH_KEY);
200 $width = $brandAttributes->getValueAsInteger(Dimension::WIDTH_KEY);
H A DGridTag.php62 * attribute {@link Dimension::WIDTH_KEY}
307 $widthAttributeValue = $actualCall->getAttribute(Dimension::WIDTH_KEY);
395 $widthAttributeValue = $childOpeningTag->getAttribute(Dimension::WIDTH_KEY);
414 $childOpeningTag->removeAttribute(Dimension::WIDTH_KEY);
H A DMediaMarkup.php294 $width = $markupUrl->getQueryPropertyValue(Dimension::WIDTH_KEY);
742 $width = $tagAttributes->getValueAndRemoveIfPresent(Dimension::WIDTH_KEY);
744 $this->fetchUrl->addQueryParameterIfNotPresent(Dimension::WIDTH_KEY, $width);
H A DIconTag.php48 $requestedWidth = $tagAttributes->getValue(Dimension::WIDTH_KEY, FetcherSvg::DEFAULT_ICON_LENGTH);
H A DTagAttributes.php395 return Dimension::WIDTH_KEY;
1390 public function getValueAsInteger(string $WIDTH_KEY, ?int $default = null): ?int argument
1392 $value = $this->getValue($WIDTH_KEY, $default);
H A DPageImageTag.php128 $width = $tagAttributes->getValueAndRemoveIfPresent(Dimension::WIDTH_KEY);
H A DFetcherImage.php136 $requestedWidth = $tagAttributes->getValueAndRemove(Dimension::WIDTH_KEY);
H A DFetcherSvg.php1033 ->setAttribute(Dimension::WIDTH_KEY, $targetWidth)
1390 case Dimension::WIDTH_KEY:
1403 if ($svgAttribute === Dimension::WIDTH_KEY) {
H A DBrandButton.php435 $attributes[Dimension::WIDTH_KEY] = $this->getWidth();
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php154 ->setComponentAttributeValue(Dimension::WIDTH_KEY, "600")
H A DBackgroundTag.php194 Dimension::WIDTH_KEY => $imageAttribute[3],
H A DWebCodeTag.php73 $defaultAttributes[Dimension::WIDTH_KEY] = '100%';
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php84 $attributes->addStyleDeclarationIfNotSet(Dimension::WIDTH_KEY, "fit-content");
/plugin/combo/syntax/
H A Dcell.php38 const WIDTH_ATTRIBUTE = Dimension::WIDTH_KEY;
H A Dcontentlist.php205 Dimension::WIDTH_KEY => "fit",