Home
last modified time | relevance | path

Searched refs:hasStyleDeclaration (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/
H A DPluginUtility.php721 $tagAttributes->hasStyleDeclaration("border")
723 $tagAttributes->hasStyleDeclaration("border-width")
734 $tagAttributes->hasStyleDeclaration("border")
736 $tagAttributes->hasStyleDeclaration("border-style")
742 if (!$tagAttributes->hasStyleDeclaration("border-radius")) {
H A DSkin.php136 if ($attributes->hasStyleDeclaration(ColorRgb::BORDER_COLOR)) {
H A DTagAttributes.php921 function hasStyleDeclaration($styleDeclaration): bool function in ComboStrap\\TagAttributes