Lines Matching defs:object

962 this.addEvent=function(object,name,handler,useCapture){if(object.addEventListener){object.addEventL…  argument
965 this.removeEvent=function(object,name,handler,useCapture){try{if(object.removeEventListener){object… argument
1218 this.objectToString=function(object){try{return object+"" argument
1243 this.Property=function(object,name){this.object=object; argument
1254 this.isArray=function(object){return toString.call(object)==="[object Array]" argument
1256 this.isFunction=function(object){if(!object){return false argument
1261 this.instanceOf=function(object,className){if(!object||typeof object!="object"){return false argument
1297 this.getDOMMembers=function(object){if(!domMemberCache){FBL.domMemberCache=domMemberCache={}; argument
1329 this.isDOMMember=function(object,propName){var members=this.getDOMMembers(object); argument
1442 this.SourceLink=function(url,line,type,object,instance){this.href=url; argument
1549 },getRep:function(object){var type=typeof object; argument
1568 }}},getElementByRepObject:function(element,object){for(var child=element.firstChild; argument
1697 }}}},supportsObject:function(object){return 0 argument
1698 },hasObject:function(object){return false argument
1699 },select:function(object,forceUpdate){if(!object){object=this.getDefaultSelection(this.context) argument
1703 }},updateSelection:function(object){},markChange:function(skipSelf){if(this.dependents){if(skipSelf… argument
1708 }}},startInspecting:function(){},stopInspecting:function(object,cancelled){},search:function(text,r… argument
1729 },getContextMenuItems:function(object,target){return[] argument
1732 },browseObject:function(object){},getPopupObject:function(target){return Firebug.getRepObject(targe… argument
1734 },showInfoTip:function(infoTip,x,y){},getObjectPath:function(object){return null argument
1737 },getObjectLocation:function(object){return"" argument
1738 },getObjectDescription:function(object){var url=this.getObjectLocation(object); argument
1775 if(FBL.domplate){Firebug.Rep=domplate({className:"",inspectable:true,supportsObject:function(object argument
1776 },inspectObject:function(object,context){Firebug.chrome.select(object) argument
1777 },browseObject:function(object,context){},persistObject:function(object,context){},getRealObject:fu… argument
1778 },getTitle:function(object){var label=safeToString(object); argument
1784 }}},getTooltip:function(object){return null argument
1785 },getContextMenuItems:function(object,target,context){return[] argument
1940 }options.element=MenuPlate.tag.append({object:options},getElementByClass(Firebug.chrome.document,"f… property
2056 append(Menu,{register:function(object){menuMap[object.id]=object argument
3891 function __bind__(object,fn){return function(event){return fn.apply(object,[event]) argument
4090 }}function addEvent(object,name,handler){if(document.all){object.attachEvent("on"+name,handler) argument
4185 …tag:OBJECTBOX("undefined"),className:"undefined",supportsObject:function(object,type){return type=… argument
4187 …ebug.Rep,{tag:OBJECTBOX("null"),className:"null",supportsObject:function(object,type){return objec… argument
4190 this.Number=domplate(Firebug.Rep,{tag:OBJECTBOX("$object"),className:"number",supportsObject:functi… argument
4192 this.String=domplate(Firebug.Rep,{tag:OBJECTBOX(""$object""),shortTag:OBJECTBOX(""$o… argument
4204 }},className:"function",supportsObject:function(object,type){return isFunction(object) argument
4220 this.Obj=domplate(Firebug.Rep,{tag:OBJECTLINK(SPAN({"class":"objectTitle"},"$object|getTitle "),SPA… argument
4228 …":this.propNumberTag,number:this.propNumberTag,string:this.propStringTag,object:this.propObjectTag… property
4238 if(length<=maxLength){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "}); property
4243 }}if(numProperties>numPropertiesShown){props.push({object:"...",tag:FirebugReps.Caption.tag,name:""… property
4246 },fb_1_6_propIterator:function(object,max){max=max||3; argument
4259 if(count<=max){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "}) property
4261 }}}if(count>max){props[Math.max(1,max-1)]={object:"more...",tag:FirebugReps.Caption.tag,name:"",equ… property
4264 },className:"object",supportsObject:function(object,type){return true argument
4273 items.push({object:value,tag:tag,delim:delim}) property
4282 items.push({object:value,tag:tag,delim:delim}) property
4283 }if(array.length>3){items.push({object:(array.length-3)+" more...",tag:FirebugReps.Caption.tag,deli… property
4290 },className:"array",supportsObject:function(object){return this.isArray(object) argument
4301 },getTitle:function(object,context){return"["+object.length+"]" argument
4303 this.Property=domplate(Firebug.Rep,{supportsObject:function(object){return object instanceof Proper… argument
4307 this.NetFile=domplate(this.Obj,{supportsObject:function(object){return object instanceof Firebug.Ne… argument
4312 this.Except=domplate(Firebug.Rep,{tag:OBJECTBOX({_repObject:"$object"},"$object.message"),className… argument
4365 },className:"element",supportsObject:function(object){return instanceOf(object,"Element") argument
4379 …ag"},"TextNode"),"&nbsp;textContent=&quot;",SPAN({"class":"nodeValue"},"$object.textContent|cropSt… argument
4382 },className:"object",supportsObject:function(object){return instanceOf(object,"Document") argument
4393 },className:"object",supportsObject:function(object){return instanceOf(object,"CSSStyleSheet") argument
4403 }}},className:"object",supportsObject:function(object){return instanceOf(object,"Window") argument
4417 },className:"object",supportsObject:function(object){return instanceOf(object,"Event")||instanceOf(… argument
4429 },className:"sourceLink",supportsObject:function(object){return object instanceof SourceLink argument
4447 },className:"sourceFile",supportsObject:function(object){return object instanceof SourceFile argument
4467 },className:"stackFrame",supportsObject:function(object){return object instanceof StackFrame argument
4472 this.StackTrace=domplate(Firebug.Rep,{tag:FOR("frame","$object.frames focusRow",TAG(this.StackFrame… argument
4474 this.jsdStackFrame=domplate(Firebug.Rep,{inspectable:false,supportsObject:function(object){return(o… argument
4509 …ned")){if(target.stackTrace){var node=FirebugReps.StackTrace.tag.append({object:target.stackTrace}… property
4517 }},className:"errorMessage",inspectable:false,supportsObject:function(object){return object instanc… argument
4545 }catch(exc){}},supportsObject:function(object,type){return(object instanceof Ci.nsIDOMHistory) argument
4550 },className:"applicationCache",supportsObject:function(object,type){if(Ci.nsIDOMOfflineResourceList… argument
4554 },className:"Storage",supportsObject:function(object,type){return(object instanceof Storage) argument
5230 }if(limitReached){var object={text:$STR("net.responseSizeLimitMessage"),onClickLink:function(){var … variable
5292 }var paramTable=this.paramsTable.append({object:{}},parentNode); property
5297 }var partsTable=this.partsTable.append({object:{}},parentNode); property
5306 }Firebug.DOMPanel.DirTable.tag.replace({object:data,toggles:this.toggles},jsonBody) property
5311 },insertSource:function(parentNode,text){var sourceTable=this.sourceTable.append({object:{}},parent… property
5355 return this.tag.append({onClickLink:obj.onClickLink,object:{beforeLink:m[1],linkText:m[2],afterLink… property
5486 },supportsObject:function(object){return false; argument
5551 if(file.jsonObject){Firebug.DOMPanel.DirTable.tag.replace({object:file.jsonObject,toggles:this.togg… property
5599 Firebug.ConsoleBase={log:function(object,context,className,rep,noThrottle,sourceLink){return this.l… argument
5690 Firebug.ConsoleListener={log:function(context,object,className,sourceLink){},logFormatted:function(… argument
5696 if(sourceLink){FirebugReps.SourceLink.tag.append({object:sourceLink},row) property
5715 }},appendObject:function(object,row,rep){if(!rep){rep=Firebug.getRep(object) argument
5716 }return rep.tag.append({object:object},row) property
5741 }}else{FirebugReps.Text.tag.append({object:part},row) property
5746 if(typeof(object)=="string"){FirebugReps.Text.tag.append({object:object},row) property
5768 },appendCloseGroup:function(object,row,rep){if(this.groups){this.groups.pop() argument
6502 }},updateSelection:function(object){var id=ElementCache(object); argument
6581 Firebug.Reps={appendText:function(object,html){html.push(escapeHTML(objectToString(object))) argument
6582 },appendNull:function(object,html){html.push('<span class="objectBox-null">',escapeHTML(objectToStr… argument
6583 },appendString:function(object,html){html.push('<span class="objectBox-string">&quot;',escapeHTML(o… argument
6584 },appendInteger:function(object,html){html.push('<span class="objectBox-number">',escapeHTML(object… argument
6585 },appendFloat:function(object,html){html.push('<span class="objectBox-number">',escapeHTML(objectTo… argument
6586 },appendFunction:function(object,html){var reName=/function ?(.*?)\(/; argument
6590 },appendObject:function(object,html){try{if(object==undefined){this.appendNull("undefined",html) argument
6600 }}}}}}}}}catch(exc){}},appendObjectFormatted:function(object,html){var text=objectToString(object); argument
6604 },appendSelector:function(object,html){var uid=ElementCache(object); argument
6629 }}}},appendArray:function(object,html){html.push('<span class="objectBox-array"><b>[</b> '); argument
7290 },supportsObject:function(object){if(object instanceof CSSStyleSheet){return 1 argument
7297 }if(styleSheet.restricted){FirebugReps.Warning.tag.replace({object:"AccessRestricted"},this.panelNo… property
7298 CssAnalyzer.externalStyleSheetWarning.tag.append({object:"The stylesheet could not be loaded due to… property
7303 }else{result=FirebugReps.Warning.tag.replace({object:"EmptyStyleSheet"},this.panelNode) property
7304 }},updateSelection:function(object){this.selection=null; argument
7336 },browseObject:function(object){if(this.infoTipType=="image"){openNewTab(this.infoTipObject); argument
7411 }else{var result=FirebugReps.Warning.tag.replace({object:"EmptyElementCSS"},this.panelNode) property
7412 }if(CssAnalyzer.hasExternalStyleSheet()){CssAnalyzer.externalStyleSheetWarning.tag.append({object:"… property
7468 }},supportsObject:function(object){return object instanceof Element?1:0 argument
7473 }if(sothinkInstalled){FirebugReps.Warning.tag.replace({object:"SothinkWarning"},this.panelNode); property
7731 var onFailure=function(){FirebugReps.Warning.tag.replace({object:"AccessRestricted"},self.panelNode) property
7782 …)),TD({"class":"memberValueCell",role:"presentation"},TAG("$member.tag",{object:"$member.value"}))… property
7786 …nClick",role:"tree"},TBODY({role:"presentation"},SizerRow,FOR("member","$object|memberIterator",Ro… argument
7837 …=extend(Firebug.Panel,{tag:DirTablePlate.tableTag,getRealObject:function(object){if(!object){retur… argument
7873 },showEmptyMembers:function(){FirebugReps.Warning.tag.replace({object:"NoMembersWarning"},this.pane… property
7874 },findPathObject:function(object){var pathIndex=-1; argument
7933 }},supportsObject:function(object){if(object==null){return 1000 argument
7938 },updateSelection:function(object){var previousIndex=this.pathIndex; argument
7980 }},getObjectPath:function(object){return this.objectPath argument
8028 var getMembers=function getMembers(object,level){if(!level){level=0 argument
8163 this.dumpProperties=function(title,object){return this.logFormatted("dumpProperties() not supported… argument
8206 function appendText(object,html){html.push(escapeHTML(objectToString(object))) argument
8214 }function objectToString(object){try{return object+"" argument