Searched refs:ConditionalLength (Results 1 – 12 of 12) sorted by relevance
174 $alignObject = ConditionalLength::createFromString($align);228 * @var ConditionalLength[] $maxLineArray239 $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 $maxCell403 $conditionalLengthObject = ConditionalLength::createFromString($width);
10 class ConditionalLength class107 …function createFromString(string $widthLength, string $defaultBreakpoint = null): ConditionalLength109 return new ConditionalLength($widthLength, $defaultBreakpoint);
209 return ConditionalLength::createFromString($value)->toPixelNumber();256 $conditionalWidthLength = ConditionalLength::createFromString($widthValue);310 case ConditionalLength::PERCENTAGE:
149 $width = ConditionalLength::createFromString($width)->toPixelNumber();157 $height = ConditionalLength::createFromString($height)->toPixelNumber();238 … $pixelWidth = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
117 … $slideMinimalWidth = ConditionalLength::createFromString($slideMinimalWidth)->toPixelNumber();
53 … $requestedWidthInPx = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
142 $imageMargin = ConditionalLength::createFromString($imageMargin)->toPixelNumber();
142 …$requestedWidthInt = DataType::toInteger(ConditionalLength::createFromString($requestedWidth)->toP…
1100 … $widthInPixel = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();1117 … $heightInPixel = ConditionalLength::createFromString($requestedHeight)->toPixelNumber();1398 $lengthInt = ConditionalLength::createFromString($value)->toPixelNumber();
382 return ConditionalLength::createFromString($value)->toCssLength();
7 use ComboStrap\ConditionalLength; alias41 … $conditionalTextAlignValue = ConditionalLength::createFromString($textAlignValue);
8 use ComboStrap\ConditionalLength; alias53 $conditionalAlignValue = ConditionalLength::createFromString($alignStringValue);