Searched refs:getStyleProperties (Results 1 – 11 of 11) sorted by relevance
/plugin/odt/ODT/styles/ |
H A D | ODTTableColumnStyle.php | 43 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled); 73 $style_fields = ODTStyleStyle::getStyleProperties (); 98 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 103 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
|
H A D | ODTTableRowStyle.php | 62 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled); 92 $style_fields = ODTStyleStyle::getStyleProperties (); 117 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 122 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
|
H A D | ODTTableStyle.php | 72 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled); 102 $style_fields = ODTStyleStyle::getStyleProperties (); 127 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 132 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
|
H A D | ODTTableCellStyle.php | 85 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled); 117 $style_fields = ODTStyleStyle::getStyleProperties (); 154 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 159 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
|
H A D | ODTTextStyle.php | 135 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled); 165 $style_fields = ODTStyleStyle::getStyleProperties (); 190 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 195 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
|
H A D | ODTParagraphStyle.php | 138 $style_fields = ODTStyleStyle::getStyleProperties (); 176 $style_fields = ODTStyleStyle::getStyleProperties (); 203 …$attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open, $style->styl… 208 …$attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open, $style->styl…
|
H A D | ODTStyleStyle.php | 239 static public function getStyleProperties () { function in ODTStyleStyle
|
/plugin/combo/ComboStrap/Xml/ |
H A D | XmlElement.php | 387 public function getStyleProperties(): ArrayCaseInsensitive function in ComboStrap\\Xml\\XmlElement 395 return $this->getStyleProperties()[$property];
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 7430 }}if(element.style){this.getStyleProperties(element,rules,usedProps,inheritMode) 7444 }},getStyleProperties:function(element,rules,usedProps,inheritMode){var props=this.parseCSSProps(el…
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 27978 this.getStyleProperties(element, rules, usedProps, inheritMode); 28057 getStyleProperties: function(element, rules, usedProps, inheritMode)
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 7441 }}if(element.style){this.getStyleProperties(element,rules,usedProps,inheritMode) 7455 }},getStyleProperties:function(element,rules,usedProps,inheritMode){var props=this.parseCSSProps(element.style,inheritMode);
|