Home
last modified time | relevance | path

Searched refs:styleNames (Results 1 – 6 of 6) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateStyleDefinitionSniff.php65 $styleNames = array();
83 if (isset($styleNames[$name]) === true) {
84 $first = $styleNames[$name];
89 $styleNames[$name] = $next;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js14879 var styleNames = [];
14883 styleNames = item.style;
14885 styleNames = [ item.style ];
14889 for(var i = 0, l = styleNames.length; i < l; i++) {
14890 this.push(styleNames[i]);
14927 return styleNames.length + (pushSOO ? 1 : 0);
H A Dpdfmake.min.js.map1styleNames","styleOverrideObject","pushSOO","pushedItems","autoColumns","autoMin","autoMax","starC…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js641 this.readBoxStyles=function(style){var styleNames={"margin-top":"marginTop","margin-right":"marginR… class in readBoxStyles
643 for(var styleName in styleNames){styles[styleNames[styleName]]=parseInt(style.getPropertyCSSValue(s…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1747 var styleNames = { class in readBoxStyles
1758 for (var styleName in styleNames)
1759 styles[styleNames[styleName]] = parseInt(style.getPropertyCSSValue(styleName).cssText) || 0;
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js652 this.readBoxStyles=function(style){var styleNames={"margin-top":"marginTop","margin-right":"marginRight","margin-left":"marginLeft","margin-bottom":"marginBottom","border-top-width":"borderTop","border-right-width":"borderRight","border-left-width":"borderLeft","border-bottom-width":"borderBottom","padding-top":"paddingTop","padding-right":"paddingRight","padding-left":"paddingLeft","padding-bottom":"paddingBottom","z-index":"zIndex"}; class in readBoxStyles
654 for(var styleName in styleNames){styles[styleNames[styleName]]=parseInt(style.getPropertyCSSValue(styleName).cssText)||0