Lines Matching refs:toUpperCase

695 var isElementHTML=this.isElementHTML=function(node){return node.nodeName==node.nodeName.toUpperCase()
3233 if(isTag&&!isXML){part=part.toUpperCase()
3239 if(isPartStr&&!/\W/.test(part)){part=isXML?part:part.toUpperCase();
3251 if(!/\W/.test(part)){var nodeCheck=part=isXML?part:part.toUpperCase();
3255 if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=isXML?part:part.toUpperCase();
3276 i++){}return curLoop[i]&&isXML(curLoop[i])?match[1]:match[1].toUpperCase()
3311 },button:function(elem){return"button"===elem.type||elem.nodeName.toUpperCase()==="BUTTON"
4178 var fnName=tagName.toUpperCase();
5155 },hidePost:function(file){return file.method.toUpperCase()!="POST"
5156 },hidePut:function(file){return file.method.toUpperCase()!="PUT"
5466 Firebug.Spy.XHR=domplate(Firebug.Rep,{tag:DIV({"class":"spyHead",_repObject:"$object"},TABLE({"class":"spyHeadTable focusRow outerFocusRow",cellpadding:0,cellspacing:0,role:"listitem","aria-expanded":"false"},TBODY({role:"presentation"},TR({"class":"spyRow"},TD({"class":"spyTitleCol spyCol",onclick:"$onToggleBody"},DIV({"class":"spyTitle"},"$object|getCaption"),DIV({"class":"spyFullTitle spyTitle"},"$object|getFullUri")),TD({"class":"spyCol"},DIV({"class":"spyStatus"},"$object|getStatus")),TD({"class":"spyCol"},SPAN({"class":"spyIcon"})),TD({"class":"spyCol"},SPAN({"class":"spyTime"})),TD({"class":"spyCol"},TAG(FirebugReps.SourceLink.tag,{object:"$object.sourceLink"})))))),getCaption:function(spy){return spy.method.toUpperCase()+" "+cropString(spy.getURL(),100)
5467 },getFullUri:function(spy){return spy.method.toUpperCase()+" "+spy.getURL()
7056 var toCamelCaseReplaceFn=function toCamelCaseReplaceFn(m,g){return g.toUpperCase()
7616 var rgbToHexReplacer=function(_,r,g,b){return"#"+((1<<24)+(r<<16)+(g<<8)+(b<<0)).toString(16).substr(-6).toUpperCase()