Lines Matching +defs:text +defs:width
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
519 this.getLTRBWH=function(elt){var bcrect,dims={left:0,top:0,right:0,bottom:0,width:0,height:0}; property
1014 …int","resize","scroll"],scroll:["overflow","underflow","overflowchanged"],text:["text"],ui:["DOMAc… property
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
1357 …bottom-style":["borderStyle"],"border-left-style":["borderStyle"],"border-width":["thickness"],"bo… property
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
2132 if(!isIEQuiksMode&&(el=this.document.documentElement)&&(el.scrollHeight||el.scrollWidth)){width=el.… property
2134 }if((el=this.document.body)&&(el.scrollHeight||el.scrollWidth)&&(el.scrollWidth>width||el.scrollHei… property
2136 }return{width:width,height:height} property
3052 }if(typeof JSON.parse!=="function"){JSON.parse=function(text,reviver){var j; argument
3303 },text:function(elem){return"text"===elem.type method
4536 }list.push({lineNo:lineNo,text:sourceText.lines[i]}) property
5230 }if(limitReached){var object={text:$STR("net.responseSizeLimitMessage"),onClickLink:function(){var … property
5311 },insertSource:function(parentNode,text){var sourceTable=this.sourceTable.append({object:{}},parent… argument
5363 }}},formatPostText:function(text){if(text instanceof XMLDocument){return getElementXML(text.documen… 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
7784 var SizerRow=TR({role:"presentation"},TD({width:"30%"}),TD({width:"70%"})); property