Lines Matching +defs:text +defs:color
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
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 this.cssInfo={background:["bgRepeat","bgAttachment","bgPosition","color","systemColor","none"],"bac… property
1358 …{"border-collapse":1,"border-spacing":1,"border-style":1,"caption-side":1,color:1,cursor:1,directi… property
1359 …oz-fieldtext","-moz-workspace","-moz-visitedhyperlinktext","-moz-use-text-color"],color:["AliceBlu… 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
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
6712 }},populateColorInfoTip:function(infoTip,color){this.tags.colorTag.replace({rgbValue:color},infoTip… 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