Home
last modified time | relevance | path

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

12

/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 DPrism.php300 if ($attributes->hasComponentAttribute(self::LINE_NUMBERS_ATTR)) {
313 if ($attributes->hasComponentAttribute("prompt")) {
355 if ($attributes->hasComponentAttribute("line-highlight")) {
364 if ($attributes->hasComponentAttribute(syntax_plugin_combo_code::FILE_PATH_KEY)) {
H A DTabsTag.php155 if ($panel === null && $liTagAttributes->hasComponentAttribute("id")) {
209 if ($ACT === "preview" && $tagAttributes->hasComponentAttribute(self::SELECTED_ATTRIBUTE)) {
H A DLang.php42 if ($attributes->hasComponentAttribute(self::PROPERTY_NAME)) {
H A DSkin.php84 if (!$attributes->hasComponentAttribute(self::SKIN_ATTRIBUTE)) {
88 if (!$attributes->hasComponentAttribute(TagAttributes::TYPE_KEY)) {
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...]
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php102 if ($backgroundAttributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_IMAGE)) {
/plugin/combo/ComboStrap/TagAttribute/
H A DShadow.php48 if ($attributes->hasComponentAttribute(self::ELEVATION_ATT)) {
51 if ($attributes->hasComponentAttribute(self::SHADOW_ATT)) {
/plugin/combo/syntax/
H A Daccordion.php156 if (!$attributes->hasComponentAttribute(TagAttributes::ID_KEY)) {

12