Lines Matching defs:file
1096 this.getURLFromLocalFile=function(file){var fileHandler=ioService.getProtocolHandler("file").QueryI… argument
1187 this.reEncodeURL=function(file,text){var lines=text.split("\n"); argument
3306 },file:function(elem){return"file"===elem.type method
4308 },browseObject:function(file,context){openNewTab(file.href); argument
4310 },getRealObject:function(file,context){return null argument
5154 },hideParams:function(file){return !file.urlParams||!file.urlParams.length argument
5155 },hidePost:function(file){return file.method.toUpperCase()!="POST" argument
5156 },hidePut:function(file){return file.method.toUpperCase()!="PUT" argument
5157 },hideResponse:function(file){return false argument
5158 },hideCache:function(file){return true; argument
5160 },hideHtml:function(file){return(file.mimeType!="text/html")&&(file.mimeType!="application/xhtml+xm… argument
5185 },updateInfo:function(netInfoBox,file,context){if(FBTrace.DBG_NET){FBTrace.sysout("net.updateInfo; … argument
5220 },setResponseText:function(file,netInfoBox,responseTextBox,context){netInfoBox.responsePresented=tr… argument
5281 },render:function(context,parentNode,file){var spy=getAncestorByClass(parentNode,"spyHead"); argument
5300 },insertJSON:function(parentNode,file,context){var text=file.responseText; argument
5307 },insertXML:function(parentNode,file,context){var text=Utils.getPostText(file,context); argument
5315 },parseMultiPartText:function(file,context){var text=Utils.getPostText(file,context); argument
5365 }},getPostText:function(file,context,noLimit){if(!file.postText){file.postText=readPostTextFromRequ… argument
5371 },getResponseText:function(file,context){return(typeof(file.responseText)!="undefined")?file.respon… argument
5372 },isURLEncodedRequest:function(file,context){var text=Utils.getPostText(file,context); argument
5377 },isMultiPartRequest:function(file,context){var text=Utils.getPostText(file,context); argument
5388 },getHttpHeaders:function(request,file){try{var http=QI(request,Ci.nsIHttpChannel); argument
5406 },getFileCategory:function(file){if(file.category){if(FBTrace.DBG_NET){FBTrace.sysout("net.getFileC… argument
5514 netInfoBox=template.tag.append({file:spy},head); property
5536 },initTabBody:function(infoBox,file){if(FBTrace.DBG_JSONVIEWER){FBTrace.sysout("jsonviewer.initTabB… argument
5547 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument
5552 }},parseJSON:function(file){var jsonString=new String(file.responseText); argument
5562 },initTabBody:function(infoBox,file){if(FBTrace.DBG_XMLVIEWER){FBTrace.sysout("xmlviewer.initTabBod… argument
5570 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument