Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js7103 Firebug.CSSStyleSheetPanel=function(){}; function
7104 Firebug.CSSStyleSheetPanel.prototype=extend(Firebug.SourceBoxPanel,{template:domplate({tag:DIV({"cl… class in Firebug
7395 function CSSElementPanel(){}CSSElementPanel.prototype=extend(Firebug.CSSStyleSheetPanel.prototype,{…
7451 Firebug.CSSStyleSheetPanel.prototype.initialize.apply(this,arguments);
7652 Firebug.registerPanel(Firebug.CSSStyleSheetPanel);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js26835 Firebug.CSSStyleSheetPanel = function() {}; function
26837 Firebug.CSSStyleSheetPanel.prototype = extend(Firebug.SourceBoxPanel, class in Firebug
27824 CSSElementPanel.prototype = extend(Firebug.CSSStyleSheetPanel.prototype,
28084 Firebug.CSSStyleSheetPanel.prototype.initialize.apply(this, arguments);
28806 Firebug.registerPanel(Firebug.CSSStyleSheetPanel);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7114 Firebug.CSSStyleSheetPanel=function(){}; function
7115 Firebug.CSSStyleSheetPanel.prototype=extend(Firebug.SourceBoxPanel,{template:domplate({tag:DIV({"class":"cssSheet insertInto a11yCSSView"},FOR("rule","$rules",CSSRuleTag),DIV({"class":"cssSheet editable insertBefore"},""))}),refresh:function(){if(this.location){this.updateLocation(this.location) class in Firebug
7406 function CSSElementPanel(){}CSSElementPanel.prototype=extend(Firebug.CSSStyleSheetPanel.prototype,{template:domplate({cascadedTag:DIV({"class":"a11yCSSView",role:"presentation"},DIV({role:"list","aria-label":$STR("aria.labels.style rules")},FOR("rule","$rules",TAG("$ruleTag",{rule:"$rule"}))),DIV({role:"list","aria-label":$STR("aria.labels.inherited style rules")},FOR("section","$inherited",H1({"class":"cssInheritHeader groupHeader focusRow",role:"listitem"},SPAN({"class":"cssInheritLabel"},"$inheritLabel"),TAG(FirebugReps.Element.shortTag,{object:"$section.element"})),DIV({role:"group"},FOR("rule","$section.rules",TAG("$ruleTag",{rule:"$rule"})))))),ruleTag:isIE?DIV({"class":"cssElementRuleContainer"},TAG(FirebugReps.SourceLink.tag,{object:"$rule.sourceLink"}),TAG(CSSStyleRuleTag.tag,{rule:"$rule"})):DIV({"class":"cssElementRuleContainer"},TAG(CSSStyleRuleTag.tag,{rule:"$rule"}),TAG(FirebugReps.SourceLink.tag,{object:"$rule.sourceLink"}))}),updateCascadeView:function(element){var rules=[],sections=[],usedProps={};
7462 Firebug.CSSStyleSheetPanel.prototype.initialize.apply(this,arguments);
7663 Firebug.registerPanel(Firebug.CSSStyleSheetPanel);