Lines Matching +defs:r +defs:id

206 this.extend=function(l,r){var newOb={};  argument
216 this.append=function(l,r){for(var n in r){l[n]=r[n] argument
275 this.addScript=function(doc,id,src){var element=doc.createElementNS("http://www.w3.org/1999/xhtml",… argument
800 this.$=function(id,doc){if(doc){return doc.getElementById(id) argument
1626 var panelNode=this.panelNode=createElement("div",{id:panelId,className:"fbPanel"}); property
1629 var tabNode=this.tabNode=createElement("a",{id:panelId+"Tab",className:"fbTab fbHover",innerHTML:ta… property
1634 if(options.hasToolButtons){this.toolButtonsNode=createElement("span",{id:panelId+"Buttons",classNam… property
1637 this.statusBarNode=createElement("span",{id:panelId+"StatusBar",className:"fbToolbarButtons fbStatu… property
1755 }var contextMenu=new Menu({id:"fbPanelContextMenu",items:menu}); property
2264 FBL.ns(function(){with(FBL){var WindowDefaultOptions={type:"frame",id:"FirebugUI"},commandLine,fbTo… property
2405 },testMenu:function(){var firebugMenu=new Menu({id:"fbFirebugMenu",items:[{label:"Open Firebug",typ… property
2415 var firebugOptionsMenu={id:"fbFirebugOptionsMenu",getItems:function(){var cookiesDisabled=!Firebug.… property
3009 …f0-\uffff]/g,gap,indent,meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\… property
4085 }function copyObject(l,r){var m={}; argument
4089 }function extend(l,r){for(var n in r){l[n]=r[n] argument
6374 }var CommandLineAPI={$:function(id){return Firebug.browser.document.getElementById(id) argument
6456 },isTreeNodeVisible:function(id){return $(id) argument
6459 }},selectTreeNode:function(id){id=""+id; argument
7146 rules.push({tag:CSSStyleRuleTag.tag,rule:rule,id:ruleId,selector:selector,props:props,isSystemSheet… property
7440 rules.splice(0,0,{rule:rule,id:ruleId,selector:ruleData.selector,sourceLink:sourceLink,props:props,… property
7459 if(props.length){rules.splice(0,0,{rule:element,id:getElementXPath(element),selector:"element.style… property
7548 …type,{insertNewRow:function(target,insertWhere){var emptyRule={selector:"",id:"",props:[],isSelect… property
7616 var rgbToHexReplacer=function(_,r,g,b){return"#"+((1<<24)+(r<<16)+(g<<8)+(b<<0)).toString(16).subst… argument