Home
last modified time | relevance | path

Searched refs:inheritMode (Results 1 – 3 of 3) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js26974 parseCSSProps: function(style, inheritMode) argument
26985 …tyle.getPropertyValue(propName), !!style.getPropertyPriority(propName), false, inheritMode, props);
27002 this.addProperty(m[1], m[2], !!m[3], false, inheritMode, props);
27009 getRuleProperties: function(context, rule, inheritMode) argument
27011 var props = this.parseCSSProps(rule.style, inheritMode);
27017 this.addOldProperties(context, ruleId, inheritMode, props);
27023 addOldProperties: function(context, ruleId, inheritMode, props) argument
27031 this.addProperty(prop.name, prop.value, prop.important, true, inheritMode, props);
27036 addProperty: function(name, value, important, disabled, inheritMode, props) argument
27040 if (inheritMode && !inheritedStyleNames[name])
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js7142 },parseCSSProps:function(style,inheritMode){var props=[]; argument
7145 …ame,style.getPropertyValue(propName),!!style.getPropertyPriority(propName),false,inheritMode,props)
7152 }if(m[2]){this.addProperty(m[1],m[2],!!m[3],false,inheritMode,props)
7154 },getRuleProperties:function(context,rule,inheritMode){var props=this.parseCSSProps(rule.style,inhe… argument
7157 this.addOldProperties(context,ruleId,inheritMode,props);
7160 },addOldProperties:function(context,ruleId,inheritMode,props){if(context.selectorMap&&context.selec… argument
7164 this.addProperty(prop.name,prop.value,prop.important,true,inheritMode,props)
7165 }}},addProperty:function(name,value,important,disabled,inheritMode,props){name=name.toLowerCase(); argument
7166 if(inheritMode&&!inheritedStyleNames[name]){return
7409 }}},getElementRules:function(element,rules,usedProps,inheritMode){var inspectedRules,displayedRules… argument
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7153 },parseCSSProps:function(style,inheritMode){var props=[]; argument
7156 …ame,style.getPropertyValue(propName),!!style.getPropertyPriority(propName),false,inheritMode,props)
7163 }if(m[2]){this.addProperty(m[1],m[2],!!m[3],false,inheritMode,props)
7165 },getRuleProperties:function(context,rule,inheritMode){var props=this.parseCSSProps(rule.style,inhe… argument
7168 this.addOldProperties(context,ruleId,inheritMode,props);
7171 },addOldProperties:function(context,ruleId,inheritMode,props){if(context.selectorMap&&context.selec… argument
7175 this.addProperty(prop.name,prop.value,prop.important,true,inheritMode,props)
7176 }}},addProperty:function(name,value,important,disabled,inheritMode,props){name=name.toLowerCase(); argument
7177 if(inheritMode&&!inheritedStyleNames[name]){return
7420 }}},getElementRules:function(element,rules,usedProps,inheritMode){var inspectedRules,displayedRules… argument
[all …]