Home
last modified time | relevance | path

Searched refs:createFromString (Results 1 – 25 of 48) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DGridTag.php174 $alignObject = ConditionalLength::createFromString($align);
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");
403 $conditionalLengthObject = ConditionalLength::createFromString($width);
H A DJson.php54 return self::createFromString($content);
93 static function createFromString($jsonString): Json function in ComboStrap\\Json
H A DColorRgb.php436 $color2 = ColorRgb::createFromString($color);
453 $color2 = ColorRgb::createFromString($color);
548 static function createFromString(string $color): ColorRgb function in ComboStrap\\ColorRgb
734 $targetColor = ColorRgb::createFromString($color);
851 return self::createFromString($primaryColor);
860 return self::createFromString($secondaryColor);
H A DPageImageTag.php149 $width = ConditionalLength::createFromString($width)->toPixelNumber();
157 $height = ConditionalLength::createFromString($height)->toPixelNumber();
238 $pixelWidth = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
H A DHtml.php174 $url = Url::createFromString($expected);
179 $urlActual = Url::createFromString($actual);
H A DDictionary.php21 $dict = Json::createFromString($jsonContent)->toArray();
H A DIso8601Date.php67 public static function createFromString(string $dateString): Iso8601Date function in ComboStrap\\Iso8601Date
164 $dateObject = Iso8601Date::createFromString($value);
H A DDimension.php209 return ConditionalLength::createFromString($value)->toPixelNumber();
256 $conditionalWidthLength = ConditionalLength::createFromString($widthValue);
H A DTextColor.php75 $colorValue = ColorRgb::createFromString($colorValue)->toCssValue();
H A DSnippetSystem.php287 $url = Url::createFromString($url);
305 $url = Url::createFromString($url);
H A DMarkupRef.php101 $this->url = Url::createFromString("mailto:$email");
104 $this->url = Url::createFromString("mailto:$ref");
122 $this->url = Url::createFromString($ref);
H A DPagePublicationDate.php130 return Iso8601Date::createFromString($date)->getDateTime();
H A DHttpResponse.php365 return Json::createFromString($this->getBody())->toArray();
434 return Json::createFromString($this->getBody());
H A DLocalPath.php97 $path = Url::createFromString($path)->getPath();
444 return Url::createFromString($uri);
H A DDateTag.php71 $timeStamp = Iso8601Date::createFromString($date)->getDateTime()->getTimestamp();
H A DCarrouselTag.php117 $slideMinimalWidth = ConditionalLength::createFromString($slideMinimalWidth)->toPixelNumber();
H A DCanonical.php194 return Url::createFromString(PluginUtility::$INFO_PLUGIN['url'])
H A DIconTag.php53 $requestedWidthInPx = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
H A DFetcherSvg.php1100 $widthInPixel = ConditionalLength::createFromString($requestedWidth)->toPixelNumber();
1117 $heightInPixel = ConditionalLength::createFromString($requestedHeight)->toPixelNumber();
1232 $color = ColorRgb::createFromString($primaryColor);
1398 $lengthInt = ConditionalLength::createFromString($value)->toPixelNumber();
1422 $color = ColorRgb::createFromString($value);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataJson.php30 return Json::createFromString($value)->toArray();
H A DMetadataDateTime.php123 return Iso8601Date::createFromString($value)->getDateTime();
/plugin/combo/ComboStrap/Web/
H A DUrlEndpoint.php71 return Url::createFromString($url);
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php260 $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_IMAGE, 'linear-gradient(to top,#fff 0,' . ColorRgb::createFromString($mainColorValue)->toCssValue() . ' 100%)');
265 $colorValue = ColorRgb::createFromString($colorValue)->toCssValue();
H A DTextAlign.php41 $conditionalTextAlignValue = ConditionalLength::createFromString($textAlignValue);
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php205 $leftUrl = Url::createFromString($leftAttValue);
207 $rightUrl = Url::createFromString($rightAttValue);

12