Lines Matching +defs:file +defs:text
402 this.cropString=function(text,limit){text=text+""; argument
408 this.isWhitespace=function(text){return !reNotWhitespace.exec(text) argument
410 this.splitLines=function(text){var reSplitLines2=/.*(:?\r\n|\n|\r)?/mg; argument
1003 …int","resize","scroll"],scroll:["overflow","underflow","overflowchanged"],text:["text"],ui:["DOMAc… property
1085 this.getURLFromLocalFile=function(file){var fileHandler=ioService.getProtocolHandler("file").QueryI… argument
1136 this.parseURLEncodedText=function(text){var maxValueLength=25000; argument
1160 this.parseURLEncodedTextArray=function(text){var maxValueLength=25000; argument
1176 this.reEncodeURL=function(file,text){var lines=text.split("\n"); argument
1697 }}},startInspecting:function(){},stopInspecting:function(object,cancelled){},search:function(text,r… argument
1776 },cropString:function(text){return cropString(text) argument
1777 },cropMultipleLines:function(text,limit){return cropMultipleLines(text,limit) argument
1778 },toLowerCase:function(text){return text?text.toLowerCase():text argument
3041 }if(typeof JSON.parse!=="function"){JSON.parse=function(text,reviver){var j; argument
3292 },text:function(elem){return"text"===elem.type method
3295 },file:function(elem){return"file"===elem.type method
4297 },browseObject:function(file,context){openNewTab(file.href); argument
4299 },getRealObject:function(file,context){return null argument
4525 }list.push({lineNo:lineNo,text:sourceText.lines[i]}) property
5143 },hideParams:function(file){return !file.urlParams||!file.urlParams.length argument
5144 },hidePost:function(file){return file.method.toUpperCase()!="POST" argument
5145 },hidePut:function(file){return file.method.toUpperCase()!="PUT" argument
5146 },hideResponse:function(file){return false argument
5147 },hideCache:function(file){return true; argument
5149 },hideHtml:function(file){return(file.mimeType!="text/html")&&(file.mimeType!="application/xhtml+xm… argument
5174 },updateInfo:function(netInfoBox,file,context){if(FBTrace.DBG_NET){FBTrace.sysout("net.updateInfo; … argument
5209 },setResponseText:function(file,netInfoBox,responseTextBox,context){netInfoBox.responsePresented=tr… argument
5219 }if(limitReached){var object={text:$STR("net.responseSizeLimitMessage"),onClickLink:function(){var … property
5270 },render:function(context,parentNode,file){var spy=getAncestorByClass(parentNode,"spyHead"); argument
5289 },insertJSON:function(parentNode,file,context){var text=file.responseText; argument
5296 },insertXML:function(parentNode,file,context){var text=Utils.getPostText(file,context); argument
5300 },insertSource:function(parentNode,text){var sourceTable=this.sourceTable.append({object:{}},parent… argument
5304 },parseMultiPartText:function(file,context){var text=Utils.getPostText(file,context); argument
5352 }}},formatPostText:function(text){if(text instanceof XMLDocument){return getElementXML(text.documen… argument
5354 }},getPostText:function(file,context,noLimit){if(!file.postText){file.postText=readPostTextFromRequ… argument
5360 },getResponseText:function(file,context){return(typeof(file.responseText)!="undefined")?file.respon… argument
5361 },isURLEncodedRequest:function(file,context){var text=Utils.getPostText(file,context); argument
5366 },isMultiPartRequest:function(file,context){var text=Utils.getPostText(file,context); argument
5377 },getHttpHeaders:function(request,file){try{var http=QI(request,Ci.nsIHttpChannel); argument
5395 },getFileCategory:function(file){if(file.category){if(FBTrace.DBG_NET){FBTrace.sysout("net.getFileC… argument
5503 netInfoBox=template.tag.append({file:spy},head); property
5525 },initTabBody:function(infoBox,file){if(FBTrace.DBG_JSONVIEWER){FBTrace.sysout("jsonviewer.initTabB… argument
5536 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument
5541 }},parseJSON:function(file){var jsonString=new String(file.responseText); argument
5551 },initTabBody:function(infoBox,file){if(FBTrace.DBG_XMLVIEWER){FBTrace.sysout("xmlviewer.initTabBod… argument
5559 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument
5564 },insertXML:function(parentNode,text){var xmlText=text.replace(/^\s*<?.+?>\s*/,""); argument
5707 }function logText(text,row){var node=row.ownerDocument.createTextNode(text); argument
5834 },search:function(text){if(!text){return argument
5861 }},searchFilter:function(text,logRow){var count=this.panelNode.childNodes.length; argument
6728 }function preprocessRules(text,rule_node){for(var i=0,il=rule_node.children.length; argument
6737 }function saveLineIndexes(text){var result=[0],i=0,il=text.length,ch,ch2; argument
7064 var styleGroups={text:["font-family","font-size","font-weight","font-style","color","text-transform… property
7065 var styleGroupTitles={text:"Text",background:"Background",box:"Box Model",layout:"Layout",other:"Ot… property
7364 },search:function(text,reverse){var curDoc=this.searchCurrentDoc(!Firebug.searchGlobal,text,reverse… argument
7367 },searchOtherDocs:function(text,reverse){var scanRE=Firebug.Search.getTestingRegex(text); argument
7372 }},searchCurrentDoc:function(wrapSearch,text,reverse){if(!text){delete this.currentSearch; argument