Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js7142 },parseCSSProps:function(style,inheritMode){var props=[]; argument
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);
7166 if(inheritMode&&!inheritedStyleNames[name]){return
7423 }var props=this.getRuleProperties(this.context,rule,inheritMode);
7424 if(inheritMode&&!props.length){continue
7428 this.markOverridenProps(props,usedProps,inheritMode);
7442 }prop.wasInherited=inheritMode?true:false;
7444 …roperties:function(element,rules,usedProps,inheritMode){var props=this.parseCSSProps(element.style… argument
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js26974 parseCSSProps: function(style, inheritMode) argument
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
27040 if (inheritMode && !inheritedStyleNames[name])
27957 if (inheritMode && !props.length)
27972 props: props, inherited: inheritMode,
28032 markOverridenProps: function(props, usedProps, inheritMode) argument
28052 prop.wasInherited = inheritMode ? true : false;
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7153 },parseCSSProps:function(style,inheritMode){var props=[]; argument
7156 this.addProperty(propName,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,inheritMode); argument
7168 this.addOldProperties(context,ruleId,inheritMode,props);
7171 },addOldProperties:function(context,ruleId,inheritMode,props){if(context.selectorMap&&context.selectorMap.hasOwnProperty(ruleId)){var moreProps=context.selectorMap[ruleId]; 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
7420 AnonymousFunction4beb612329d00(element,rules,usedProps,inheritMode) global() argument
7443 AnonymousFunction4beb612329e00(props,usedProps,inheritMode) global() argument
7455 AnonymousFunction4beb612329f00(element,rules,usedProps,inheritMode) global() argument
[all...]