Home
last modified time | relevance | path

Searched refs:hasComponentAttribute (Results 1 – 25 of 35) sorted by relevance

12

/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php69 if ($tagAttributes->hasComponentAttribute(self::BACKGROUNDS)) {
141 if ($tagAttributes->hasComponentAttribute(self::BACKGROUND_IMAGE)) {
217 if ($tagAttributes->hasComponentAttribute(Opacity::OPACITY_ATTRIBUTE)) {
246 if ($tagAttributes->hasComponentAttribute(self::BACKGROUND_COLOR)) {
303 if ($tagAttributes->hasComponentAttribute(self::PATTERN_ATTRIBUTE)) {
342 if (!$tagAttributes->hasComponentAttribute(self::BACKGROUND_COLOR)) {
349 if ($tagAttributes->hasComponentAttribute(self::PATTERN_COLOR_ATTRIBUTE)) {
H A DBoldness.php26 if ($tagAttributes->hasComponentAttribute(self::BOLDNESS_ATTRIBUTE)) {
31 if ($tagAttributes->hasComponentAttribute($booleanAttribute)) {
H A DShadow.php48 if ($attributes->hasComponentAttribute(self::ELEVATION_ATT)) {
51 if ($attributes->hasComponentAttribute(self::SHADOW_ATT)) {
H A DToggle.php105 if ($attributes->hasComponentAttribute($collapse)) {
132 if ($attributes->hasComponentAttribute($collapsed)) {
H A DUnderline.php22 if ($attributes->hasComponentAttribute(Underline::UNDERLINE_ATTRIBUTE)) {
H A DAnimation.php41 if ($attributes->hasComponentAttribute(self::ON_VIEW_ATTRIBUTE)) {
H A DTextAlign.php29 if ($attributes->hasComponentAttribute(self::ATTRIBUTE_NAME)) {
/plugin/combo/ComboStrap/
H A DFloatAttribute.php27 if ($attributes->hasComponentAttribute($float)) {
67 if (!$attributes->hasComponentAttribute("spacing")){
H A DPosition.php37 if ($attributes->hasComponentAttribute(self::STICKY_ATTRIBUTE)) {
70 if ($attributes->hasComponentAttribute(self::POSITION_ATTRIBUTE)) {
H A DTagAttributes.php481 if ($this->hasComponentAttribute($attLower)) {
518 public function hasComponentAttribute($attributeName): bool function in ComboStrap\\TagAttributes
616 if ($this->hasComponentAttribute(self::TRANSFORM)) {
807 if ($this->hasComponentAttribute($attributeName)) {
827 if ($this->hasComponentAttribute($attributeName)) {
900 if ($this->hasComponentAttribute($lowerAttribute)) {
987 if ($this->hasComponentAttribute($attributeName)) {
1158 if ($this->hasComponentAttribute($key)) {
1280 $hasAttribute = $this->hasComponentAttribute($attribute);
1473 $hasAttribute = $this->hasComponentAttribute(
[all...]
H A DPrism.php288 if ($attributes->hasComponentAttribute("line-numbers")) {
295 if ($attributes->hasComponentAttribute("prompt")) {
329 if ($attributes->hasComponentAttribute(syntax_plugin_combo_code::FILE_PATH_KEY)) {
H A DDimension.php69 if ($attributes->hasComponentAttribute($heightName)) {
111 if ($attributes->hasComponentAttribute("id")) {
283 if ($attributes->hasComponentAttribute(self::HEIGHT_KEY)) {
H A DOpacity.php25 if ($tagAttributes->hasComponentAttribute(self::OPACITY_ATTRIBUTE)) {
H A DSkin.php84 if (!$attributes->hasComponentAttribute(self::SKIN_ATTRIBUTE)) {
88 if (!$attributes->hasComponentAttribute(TagAttributes::TYPE_KEY)) {
H A DLineSpacing.php25 if ($attributes->hasComponentAttribute($lineSpacing)) {
H A DFontSize.php38 if ($tagAttributes->hasComponentAttribute(self::FONT_SIZE)) {
H A DNoteTag.php58 if (!$tagAttributes->hasComponentAttribute("background-color")) {
H A DTextColor.php38 if ($attributes->hasComponentAttribute($colorAttribute)) {
H A DHover.php30 if ($attributes->hasComponentAttribute(self::ON_HOVER_ATTRIBUTE)) {
H A DSpacing.php20 if ($attributes->hasComponentAttribute($spacing)) {
H A DTabsTag.php155 if ($panel === null && $liTagAttributes->hasComponentAttribute("id")) {
209 if ($ACT === "preview" && $tagAttributes->hasComponentAttribute(self::SELECTED_ATTRIBUTE)) {
H A DLazyLoad.php121 if ($attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) {
/plugin/combo/syntax/
H A Dnote.php173 if (!$attributes->hasComponentAttribute(ColorRgb::COLOR)) {
176 if (!$attributes->hasComponentAttribute("border-color")) {
179 if (!$attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) {
H A Dbadge.php173 if (!$tagAttributes->hasComponentAttribute(ColorRgb::BORDER_COLOR)) {
177 if (!$tagAttributes->hasComponentAttribute(ColorRgb::COLOR)) {
H A Daccordion.php156 if (!$attributes->hasComponentAttribute(TagAttributes::ID_KEY)) {

12