Searched refs:parentAttributes (Results 1 – 4 of 4) sorted by relevance
/plugin/combo/ComboStrap/ |
H A D | PageExplorerTag.php | 200 * @var array $parentAttributes 203 $parentAttributes = null; 224 $parentAttributes = $actualCall->getAttributes(); 276 $openingTag->setPluginData(PageExplorerTag::PARENT_ATTRIBUTES, $parentAttributes); 435 $parentAttributes = $data[PageExplorerTag::PARENT_ATTRIBUTES]; 441 $parentTagAttributes = TagAttributes::createFromCallStackArray($parentAttributes);
|
/plugin/combo/syntax/ |
H A D | link.php | 737 $parentAttributes = $parent->getAttributes(); 738 if ($parentAttributes !== null) { 739 $attributes = ArrayUtility::mergeByValue($parentAttributes, $attributes);
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 2 …parentAttributes,fontSize){var isArray=Object.prototype.toString.call(value)==="[object Array]",pa… argument
|
H A D | fabric.js | 2866 function normalizeValue(attr, value, parentAttributes, fontSize) { argument 2879 if (parentAttributes && parentAttributes.transformMatrix) { 2881 parentAttributes.transformMatrix, fabric.parseTransformAttribute(value)); 2890 if (parentAttributes && parentAttributes.visible === false) { 3540 parentAttributes = { }, 3548 parentAttributes = fabric.parseAttributes(element.parentNode, attributes, svgUid); 3550 fontSize = (parentAttributes && parentAttributes.fontSize ) || 3557 value = normalizeValue(attr, value, parentAttributes, fontSize); 3571 return _setStrokeFillOpacity(extend(parentAttributes, ownAttributes));
|