Home
last modified time | relevance | path

Searched refs:hasComponentAttribute (Results 1 – 25 of 35) sorted by last modified time

12

/plugin/combo/ComboStrap/
H A DLazyLoad.php121 if ($attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) {
H A DLineSpacing.php25 if ($attributes->hasComponentAttribute($lineSpacing)) {
H A DBlockquoteTag.php286 if ($tagAttributes->hasComponentAttribute($tweetAttributesName)) {
H A DDimension.php69 if ($attributes->hasComponentAttribute($heightName)) {
111 if ($attributes->hasComponentAttribute("id")) {
283 if ($attributes->hasComponentAttribute(self::HEIGHT_KEY)) {
H A DNoteTag.php58 if (!$tagAttributes->hasComponentAttribute("background-color")) {
H A DOpacity.php25 if ($tagAttributes->hasComponentAttribute(self::OPACITY_ATTRIBUTE)) {
H A DTextColor.php38 if ($attributes->hasComponentAttribute($colorAttribute)) {
H A DButtonTag.php75 if ($tagAttributes->hasComponentAttribute($sizeAttribute)) {
H A DPanelTag.php46 if ($tagAttributes->hasComponentAttribute(TagAttributes::TYPE_KEY)) {
H A DFontSize.php38 if ($tagAttributes->hasComponentAttribute(self::FONT_SIZE)) {
H A DGridTag.php63 * and it will fail the type check at {@link TagAttributes::hasComponentAttribute()}
162 if (!$attributes->hasComponentAttribute($key)) {
H A DHover.php30 if ($attributes->hasComponentAttribute(self::ON_HOVER_ATTRIBUTE)) {
H A DPluginUtility.php436 if ($attributes->hasComponentAttribute($styleAttributeName)) {
453 if ($attributes->hasComponentAttribute(ColorRgb::BORDER_COLOR)) {
H A DSpacing.php20 if ($attributes->hasComponentAttribute($spacing)) {
/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 Dpara.php197 if ($tagAttributes->hasComponentAttribute(TagAttributes::TYPE_KEY)) {
H A Dcontentlist.php210 if ($attributes->hasComponentAttribute(TagAttributes::TYPE_KEY)) {
H A Dbadge.php173 if (!$tagAttributes->hasComponentAttribute(ColorRgb::BORDER_COLOR)) {
177 if (!$tagAttributes->hasComponentAttribute(ColorRgb::COLOR)) {
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php328 if ($tagAttributes->hasComponentAttribute(WebCodeTag::EXTERNAL_RESOURCES_ATTRIBUTE_KEY)) {
/plugin/combo/ComboStrap/TagAttribute/
H A DAnimation.php41 if ($attributes->hasComponentAttribute(self::ON_VIEW_ATTRIBUTE)) {
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 DTextAlign.php29 if ($attributes->hasComponentAttribute(self::ATTRIBUTE_NAME)) {
H A DToggle.php105 if ($attributes->hasComponentAttribute($collapse)) {
132 if ($attributes->hasComponentAttribute($collapsed)) {
H A DUnderline.php22 if ($attributes->hasComponentAttribute(Underline::UNDERLINE_ATTRIBUTE)) {

12