Lines Matching +defs:file +defs:text
413 this.cropString=function(text,limit){text=text+""; argument
419 this.isWhitespace=function(text){return !reNotWhitespace.exec(text) argument
421 this.splitLines=function(text){var reSplitLines2=/.*(:?\r\n|\n|\r)?/mg; argument
1014 …int","resize","scroll"],scroll:["overflow","underflow","overflowchanged"],text:["text"],ui:["DOMAc… property
1096 this.getURLFromLocalFile=function(file){var fileHandler=ioService.getProtocolHandler("file").QueryI… argument
1147 this.parseURLEncodedText=function(text){var maxValueLength=25000; argument
1171 this.parseURLEncodedTextArray=function(text){var maxValueLength=25000; argument
1187 this.reEncodeURL=function(file,text){var lines=text.split("\n"); argument
1708 }}},startInspecting:function(){},stopInspecting:function(object,cancelled){},search:function(text,r… argument
1787 },cropString:function(text){return cropString(text) argument
1788 },cropMultipleLines:function(text,limit){return cropMultipleLines(text,limit) argument
1789 },toLowerCase:function(text){return text?text.toLowerCase():text argument
3052 }if(typeof JSON.parse!=="function"){JSON.parse=function(text,reviver){var j; argument
3303 },text:function(elem){return"text"===elem.type method
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
4536 }list.push({lineNo:lineNo,text:sourceText.lines[i]}) property
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
5230 }if(limitReached){var object={text:$STR("net.responseSizeLimitMessage"),onClickLink:function(){var … property
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
5311 },insertSource:function(parentNode,text){var sourceTable=this.sourceTable.append({object:{}},parent… argument
5315 },parseMultiPartText:function(file,context){var text=Utils.getPostText(file,context); argument
5363 }}},formatPostText:function(text){if(text instanceof XMLDocument){return getElementXML(text.documen… 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
5575 },insertXML:function(parentNode,text){var xmlText=text.replace(/^\s*<?.+?>\s*/,""); argument
5718 }function logText(text,row){var node=row.ownerDocument.createTextNode(text); argument
5845 },search:function(text){if(!text){return argument
5872 }},searchFilter:function(text,logRow){var count=this.panelNode.childNodes.length; argument
6739 }function preprocessRules(text,rule_node){for(var i=0,il=rule_node.children.length; argument
6748 }function saveLineIndexes(text){var result=[0],i=0,il=text.length,ch,ch2; argument
7075 var styleGroups={text:["font-family","font-size","font-weight","font-style","color","text-transform… property
7076 var styleGroupTitles={text:"Text",background:"Background",box:"Box Model",layout:"Layout",other:"Ot… property
7375 },search:function(text,reverse){var curDoc=this.searchCurrentDoc(!Firebug.searchGlobal,text,reverse… argument
7378 },searchOtherDocs:function(text,reverse){var scanRE=Firebug.Search.getTestingRegex(text); argument
7383 }},searchCurrentDoc:function(wrapSearch,text,reverse){if(!text){delete this.currentSearch; argument