Home
last modified time | relevance | path

Searched refs:ConditionalLength (Results 1 – 12 of 12) sorted by relevance

/plugin/combo/ComboStrap/
H A DGridTag.php174 $alignObject = ConditionalLength::createFromString($align);
228 * @var ConditionalLength[] $maxLineArray
239 $maxCellLength = ConditionalLength::createFromString($maxCellsValue);
313 … $conditionalLengthObject = ConditionalLength::createFromString($conditionalWidthsLength);
354 $maxLineDefaults["xs"] = ConditionalLength::createFromString("1-xs");
355 $maxLineDefaults["sm"] = ConditionalLength::createFromString("2-sm");
356 $maxLineDefaults["md"] = ConditionalLength::createFromString("3-md");
357 $maxLineDefaults["lg"] = ConditionalLength::createFromString("4-lg");
383 * @var ConditionalLength $maxCell
403 $conditionalLengthObject = ConditionalLength::createFromString($width);
H A DConditionalLength.php10 class ConditionalLength class
107 …function createFromString(string $widthLength, string $defaultBreakpoint = null): ConditionalLength
109 return new ConditionalLength($widthLength, $defaultBreakpoint);
H A DDimension.php209 return ConditionalLength::createFromString($value)->toPixelNumber();
256 $conditionalWidthLength = ConditionalLength::createFromString($widthValue);
310 case ConditionalLength::PERCENTAGE:
H A DPageImageTag.php149 $width = ConditionalLength::createFromString($width)->toPixelNumber();
157 $height = ConditionalLength::createFromString($height)->toPixelNumber();
238 … $pixelWidth = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
H A DCarrouselTag.php117 … $slideMinimalWidth = ConditionalLength::createFromString($slideMinimalWidth)->toPixelNumber();
H A DIconTag.php53 … $requestedWidthInPx = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
H A DRasterImageLink.php142 $imageMargin = ConditionalLength::createFromString($imageMargin)->toPixelNumber();
H A DFetcherImage.php142 …$requestedWidthInt = DataType::toInteger(ConditionalLength::createFromString($requestedWidth)->toP…
H A DFetcherSvg.php1100 … $widthInPixel = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
1117 … $heightInPixel = ConditionalLength::createFromString($requestedHeight)->toPixelNumber();
1398 $lengthInt = ConditionalLength::createFromString($value)->toPixelNumber();
H A DTagAttributes.php382 return ConditionalLength::createFromString($value)->toCssLength();
/plugin/combo/ComboStrap/TagAttribute/
H A DTextAlign.php7 use ComboStrap\ConditionalLength; alias
41 … $conditionalTextAlignValue = ConditionalLength::createFromString($textAlignValue);
H A DAlign.php8 use ComboStrap\ConditionalLength; alias
53 $conditionalAlignValue = ConditionalLength::createFromString($alignStringValue);