Lines Matching +defs:r +defs:id

195 this.extend=function(l,r){var newOb={};  argument
205 this.append=function(l,r){for(var n in r){l[n]=r[n] argument
264 this.addScript=function(doc,id,src){var element=doc.createElementNS("http://www.w3.org/1999/xhtml",… argument
789 this.$=function(id,doc){if(doc){return doc.getElementById(id) argument
1615 var panelNode=this.panelNode=createElement("div",{id:panelId,className:"fbPanel"}); property
1618 var tabNode=this.tabNode=createElement("a",{id:panelId+"Tab",className:"fbTab fbHover",innerHTML:ta… property
1623 if(options.hasToolButtons){this.toolButtonsNode=createElement("span",{id:panelId+"Buttons",classNam… property
1626 this.statusBarNode=createElement("span",{id:panelId+"StatusBar",className:"fbToolbarButtons fbStatu… property
1744 }var contextMenu=new Menu({id:"fbPanelContextMenu",items:menu}); property
2253 FBL.ns(function(){with(FBL){var WindowDefaultOptions={type:"frame",id:"FirebugUI"},commandLine,fbTo… property
2394 },testMenu:function(){var firebugMenu=new Menu({id:"fbFirebugMenu",items:[{label:"Open Firebug",typ… property
2404 var firebugOptionsMenu={id:"fbFirebugOptionsMenu",getItems:function(){var cookiesDisabled=!Firebug.… property
2998 …f0-\uffff]/g,gap,indent,meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\… property
4074 }function copyObject(l,r){var m={}; argument
4078 }function extend(l,r){for(var n in r){l[n]=r[n] argument
6363 }var CommandLineAPI={$:function(id){return Firebug.browser.document.getElementById(id) argument
6445 },isTreeNodeVisible:function(id){return $(id) argument
6448 }},selectTreeNode:function(id){id=""+id; argument
7135 rules.push({tag:CSSStyleRuleTag.tag,rule:rule,id:ruleId,selector:selector,props:props,isSystemSheet… property
7429 rules.splice(0,0,{rule:rule,id:ruleId,selector:ruleData.selector,sourceLink:sourceLink,props:props,… property
7448 if(props.length){rules.splice(0,0,{rule:element,id:getElementXPath(element),selector:"element.style… property
7537 …type,{insertNewRow:function(target,insertWhere){var emptyRule={selector:"",id:"",props:[],isSelect… property
7605 var rgbToHexReplacer=function(_,r,g,b){return"#"+((1<<24)+(r<<16)+(g<<8)+(b<<0)).toString(16).subst… argument