Lines Matching refs:className

748 this.hasClass=function(node,name){if(arguments.length==2){return(" "+node.className+" ").indexOf(" …
754 if(!re.exec(node.className)){return false
762 if(!re.exec(node.className)){return false
765 …setClass=function(node,name){if(node&&(" "+node.className+" ").indexOf(" "+name+" ")==-1){node.cla…
768 var m=re.exec(node.className);
771 this.removeClass=function(node,name){if(node&&node.className){var index=node.className.indexOf(name…
773 node.className=node.className.substr(0,index-1)+node.className.substr(index+size)
775 this.toggleClass=function(elt,name){if((" "+elt.className+" ").indexOf(" "+name+" ")!=-1){this.remo…
797 ++i){var className=arguments[i];
802 child=child.nextSibling){if(this.hasClass(child,className)){node=child;
806 this.getAncestorByClass=function(node,className){for(var parent=node; argument
808 parent=parent.parentNode){if(this.hasClass(parent,className)){return parent
811 this.getElementsByClass=function(node,className){var result=[]; argument
814 child=child.nextSibling){if(this.hasClass(child,className)){result.push(child)
817 this.getElementByClass=function(node,className){var args=cloneArray(arguments); argument
1250 this.instanceOf=function(object,className){if(!object||typeof object!="object"){return false argument
1252 if(className in win&&object instanceof win[className]){return true
1254 if(className in win){return object instanceof win[className]
1255 }}var cache=instanceCheckMap[className];
1546 FBTrace.sysout("firebug.getRep reps["+i+"/"+reps.length+"]: Rep="+reps[i].className)
1615 var panelNode=this.panelNode=createElement("div",{id:panelId,className:"fbPanel"});
1618 var tabNode=this.tabNode=createElement("a",{id:panelId+"Tab",className:"fbTab fbHover",innerHTML:ta…
1623 …uttons){this.toolButtonsNode=createElement("span",{id:panelId+"Buttons",className:"fbToolbarButton…
1626 this.statusBarNode=createElement("span",{id:panelId+"StatusBar",className:"fbToolbarButtons fbStatu…
1749 this.measureBox.className="measureBox"
1764 if(FBL.domplate){Firebug.Rep=domplate({className:"",inspectable:true,supportsObject:function(object…
1856 this.element=createElement("a",{className:this.baseClassName+" "+this.className+" fbHover",innerHTM…
1860 Button.prototype=extend(Controller,{type:"normal",caption:"caption",title:null,className:"",baseCla…
1910 var className=item.className||"";
1911 className+="fbMenuOption fbHover ";
1912 if(type=="checkbox"){className+="fbMenuCheckBox ";
1914 }else{if(type=="radiobutton"){className+="fbMenuRadioButton ";
1916 }else{if(type=="group"){className+="fbMenuGroup ";
1918 }else{if(type=="shortcut"){className+="fbMenuShortcut ";
1920 }}}}if(item.checked){className+="fbMenuChecked "
1921 }else{if(item.selected){className+="fbMenuRadioSelected "
1922 }}if(item.disabled){className+="fbMenuDisabled "
1923 }item.className=className;
2291 node.className="fbBody";
2797 if(visible!=last){if(visible){fbBottom.className="";
2800 }fbBottom.className="hide"
2804 if(Firebug.chrome.sidePanelVisible!=last){fbPanelBox2.className=Firebug.chrome.sidePanelVisible?"":…
2805 fbPanelBar2Box.className=Firebug.chrome.sidePanelVisible?"":"hide"
2824 }fbHSplitter.className="fbOnMovingHSplitter";
2863 }fbHSplitter.className="";
3337 },CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(m…
3427 }div.lastChild.className="e";
3752 }else{if(name.indexOf("$")==0){var className=name.substr(1);
3754 }this.classes[className]=val
4174 this.Undefined=domplate(Firebug.Rep,{tag:OBJECTBOX("undefined"),className:"undefined",supportsObjec…
4176 this.Null=domplate(Firebug.Rep,{tag:OBJECTBOX("null"),className:"null",supportsObject:function(obje…
4178 this.Nada=domplate(Firebug.Rep,{tag:SPAN(""),className:"nada"});
4179 this.Number=domplate(Firebug.Rep,{tag:OBJECTBOX("$object"),className:"number",supportsObject:functi…
4181 …ot;$object""),shortTag:OBJECTBOX(""$object|cropString""),className:"string",support…
4183 …(Firebug.Rep,{tag:OBJECTBOX("$object"),shortTag:OBJECTBOX("$object|cropString"),className:"text"});
4193 }},className:"function",supportsObject:function(object,type){return isFunction(object)
4253 },className:"object",supportsObject:function(object,type){return true
4279 },className:"array",supportsObject:function(object){return this.isArray(object)
4301 this.Except=domplate(Firebug.Rep,{tag:OBJECTBOX({_repObject:"$object"},"$object.message"),className
4306 },getSelectorClass:function(elt){return elt.className?"."+elt.className.split(" ")[0]:""
4354 },className:"element",supportsObject:function(object){return instanceOf(object,"Element")
4368 …"class":"nodeValue"},"$object.textContent|cropString"),""",">"),className:"textNode",suppo…
4371 },className:"object",supportsObject:function(object){return instanceOf(object,"Document")
4382 },className:"object",supportsObject:function(object){return instanceOf(object,"CSSStyleSheet")
4392 }}},className:"object",supportsObject:function(object){return instanceOf(object,"Window")
4406 },className:"object",supportsObject:function(object){return instanceOf(object,"Event")||instanceOf(…
4418 },className:"sourceLink",supportsObject:function(object){return object instanceof SourceLink
4436 },className:"sourceFile",supportsObject:function(object){return object instanceof SourceFile
4456 },className:"stackFrame",supportsObject:function(object){return object instanceof StackFrame
4461 …","$object.frames focusRow",TAG(this.StackFrame.tag,{object:"$frame"})),className:"stackTrace",sup…
4506 }},className:"errorMessage",inspectable:false,supportsObject:function(object){return object instanc…
4514 …tag:DIV(DIV({"class":"errorTitle"}),DIV({"class":"assertDescription"})),className:"assert",inspect…
4529 …ECTBOX({onclick:"$showHistory"},OBJECTLINK("$object|summarizeHistory")),className:"nsIDOMHistory",…
4539 },className:"applicationCache",supportsObject:function(object,type){if(Ci.nsIDOMOfflineResourceList…
4543 },className:"Storage",supportsObject:function(object,type){return(object instanceof Storage)
4724 }this.originalClassName=this.box.className;
4725 var classNames=target.className.split(" ");
4754 },hide:function(){this.box.className=this.originalClassName;
5588 …={log:function(object,context,className,rep,noThrottle,sourceLink){return this.logRow(appendObject… argument
5589 …tted:function(objects,context,className,noThrottle,sourceLink){return this.logRow(appendFormatted,… argument
5590 …unction(objects,context,className,rep,noThrottle,sourceLink,noPush){return this.logRow(appendOpenG… argument
5592 },logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){noThrottle=tr… argument
5597 if(panel){var row=panel.append(appender,objects,className,rep,sourceLink,noRow);
5600 }else{consoleQueue.push([appender,objects,context,className,rep,sourceLink,noThrottle,noRow])
5602 }var args=[appender,objects,context,className,rep,sourceLink,true,noRow];
5675 }},logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){if(!context)… argument
5679 …oleListener={log:function(context,object,className,sourceLink){},logFormatted:function(context,obj… argument
5681 …0,lastLogTime:0,groups:null,limit:null,append:function(appender,objects,className,rep,sourceLink,n… argument
5683 }else{var row=this.createRow("logRow",className);
5849 },createRow:function(rowName,className){var elt=this.document.createElement("div"); argument
5850 elt.className=rowName+(className?" "+rowName+"-"+className:"");
6159 function logFormatted(args,className,linkToSource,noThrottle){var sourceLink=linkToSource?getStackL… argument
6160 return Firebug.Console.logFormatted(args,context,className,noThrottle,sourceLink)
6428 control.className="nodeControl nodeMaximized";
6431 children.className="nodeChildren";
6436 closeElement.className="objectBox-element";
6442 control.className="nodeControl";
6501 …ctElement(e){if(e!=selectedElement){if(selectedElement){selectedElement.className="objectBox-eleme…
6502 }e.className=e.className+" selectedElement";
6527 }if(targ.className.indexOf("nodeControl")!=-1||targ.className=="nodeTag"){if(targ.className=="nodeT…
6529 if(control.className.indexOf("nodeControl")==-1){return
6533 if(control.className.indexOf(" nodeMaximized")!=-1){FBL.Firebug.HTML.removeTreeChildren(treeNode)
6535 }}else{if(targ.className=="nodeValue"||targ.className=="nodeName"){}}};
6551 while(targ&&!found){if(!/\snodeBox\s|\sobjectBox-selector\s/.test(" "+targ.className+" ")){targ=tar…
6562 }if(!/\snodeBox\s|\sobjectBox-selector\s/.test(" "+targ.className+" ")){return
6598 }if(object.className){html.push('<span class="selectorClass">.',escapeHTML(object.className),"</spa…
8165 this.logFormatted=function(objects,className){var html=this.DBG_TIMESTAMP?[getTimestamp()," | "]:[]; argument
8175 }}return this.logRow(html,className)
8177 this.logRow=function(message,className){var panel=this.getPanel(); argument
8178 if(panel&&panel.panelNode){this.writeMessage(message,className)
8179 }else{this.messageQueue.push([message,className])
8182 this.writeMessage=function(message,className){var container=this.getPanel().containerNode; argument
8184 this.writeRow.call(this,message,className);
8190 this.writeRow=function(message,className){var row=this.getPanel().panelNode.ownerDocument.createEle… argument
8191 row.className="logRow"+(className?" logRow-"+className:"");