Home
last modified time | relevance | path

Searched refs:styleDeclaration (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DTagAttributes.php221 private array $styleDeclaration = array(); variable in ComboStrap\\TagAttributes
453 if (sizeof($this->styleDeclaration) === 0) {
456 return Html::array2InlineStyle($this->styleDeclaration);
462 return $this->styleDeclaration;
909 ArrayUtility::addIfNotSet($this->styleDeclaration, $property, $value);
915 $this->styleDeclaration[$property] = $value;
921 function hasStyleDeclaration($styleDeclaration): bool argument
923 return isset($this->styleDeclaration[$styleDeclaration]);
926 public function getAndRemoveStyleDeclaration($styleDeclaration) argument
[all...]
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php25 private array $styleDeclaration = []; variable in ComboStrap\\Xml\\XmlElement
272 ArrayUtility::addIfNotSet($this->styleDeclaration, $name, $value);
273 $this->setAttribute("style", Html::array2InlineStyle($this->styleDeclaration));
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js13styleDeclaration,left,top,offset,charWidth,charHeight){var textDecoration=styleDeclaration?styleDe… argument
H A Dfabric.js21215 styleDeclaration.fontSize +
21218 styleDeclaration.shadow;
21230 var styleDeclaration = decl ||
21234 if (styleDeclaration) {
21236 styleDeclaration = clone(styleDeclaration);
21239 styleDeclaration = { };
21252 styleDeclaration.shadow = new fabric.Shadow(styleDeclaration.shadow);
21260 if (styleDeclaration.stroke) {
21261 ctx.strokeStyle = (styleDeclaration.stroke && styleDeclaration.stroke.toLive)
21263 : styleDeclaration.stroke;
[all …]