Searched refs:requestedWidth (Results 1 – 5 of 5) sorted by relevance
29 protected ?int $requestedWidth = null; variable in ComboStrap\\FetcherImage64 $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 …]
194 $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;
48 … $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: " . $…
236 $requestedWidth = $imageFetcher->getRequestedWidth();238 … $pixelWidth = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();249 …LogUtility::msg("The width value ($requestedWidth) could not be translated in pixel value. Error: …
881 $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) {