Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPageExplorerTag.php200 * @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 Dlink.php737 $parentAttributes = $parent->getAttributes();
738 if ($parentAttributes !== null) {
739 $attributes = ArrayUtility::mergeByValue($parentAttributes, $attributes);
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2parentAttributes,fontSize){var isArray=Object.prototype.toString.call(value)==="[object Array]",pa… argument
H A Dfabric.js2866 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));