Lines Matching +defs:text +defs:xml
286 }}var e=addEntityMapToList,white="whitespace",text="text",attr="attributes",css="css",editor="edito… variable
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 in eventTypes
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
5112 var mimeExtensionMap={txt:"text/plain",html:"text/html",htm:"text/html",xhtml:"text/html",xml:"text… property in AnonymousFunctionf1d9e84c19600.mimeExtensionMap
5219 }if(limitReached){var object={text:$STR("net.responseSizeLimitMessage"),onClickLink:function(){var … property in AnonymousFunctionf1d9e84c1a900.object
5300 },insertSource:function(parentNode,text){var sourceTable=this.sourceTable.append({object:{}},parent… argument
5352 }}},formatPostText:function(text){if(text instanceof XMLDocument){return getElementXML(text.documen… 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 in AnonymousFunctionf1d9e84c26100.styleGroups
7065 var styleGroupTitles={text:"Text",background:"Background",box:"Box Model",layout:"Layout",other:"Ot… property in AnonymousFunctionf1d9e84c26100.styleGroupTitles
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