Home
last modified time | relevance | path

Searched refs:requestedWidth (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherImage.php29 protected ?int $requestedWidth = null; variable in ComboStrap\\FetcherImage
64 $requestedWidth = $this->getRequestedWidth();
65 $url->addQueryParameterIfNotPresent(Dimension::WIDTH_KEY_SHORT, $requestedWidth);
107 $requestedWidth = $this->getRequestedWidth();
109 $requestedWidth = null;
116 if ($requestedWidth !== null || $requestedHeight !== null) {
124 return media_get_token($id, $requestedWidth, $requestedHeight);
136 $requestedWidth = $tagAttributes->getValueAndRemove(Dimension::WIDTH_KEY);
137 if ($requestedWidth === null) {
138 $requestedWidth = $tagAttributes->getValueAndRemove(Dimension::WIDTH_KEY_SHORT);
[all …]
H A DFetcherRaster.php194 $requestedWidth = parent::getRequestedWidth();
200 if ($requestedWidth > $mediaWidth) {
211 …LogUtility::info("For the image ($this), the requested width of ($requestedWidth) can not be bigge…
216 return $requestedWidth;
H A DIconTag.php48 … $requestedWidth = $tagAttributes->getValue(Dimension::WIDTH_KEY, FetcherSvg::DEFAULT_ICON_LENGTH);
53 … $requestedWidthInPx = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
59 …LogUtility::error("The requested icon width ($requestedWidth) is not a conform width. Error: " . $…
H A DPageImageTag.php236 $requestedWidth = $imageFetcher->getRequestedWidth();
238 … $pixelWidth = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
249 …LogUtility::msg("The width value ($requestedWidth) could not be translated in pixel value. Error: …
H A DFetcherSvg.php881 $requestedWidth = $this->getRequestedWidth();
883 $requestedWidth = null;
1092 if ($requestedWidth !== null) {
1100 … $widthInPixel = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
1102 …LogUtility::msg("The requested width $requestedWidth could not be converted to pixel. It returns t…
1546 if ($this->requestedWidth !== null) {