Lines Matching +defs:class +defs:name
331 }function createSimpleEscape(name,direction){return function(value){var list=entityConversionLists[… argument
346 if(r){results[ri]={str:r,"class":list["class"],extra:list.extra[cur]?list["class"]+list.extra[cur]:… property
348 }}if(!r){results[ri]={str:cur,"class":"",extra:""} property
748 this.hasClass=function(node,name){if(arguments.length==2){return(" "+node.className+" ").indexOf(" … argument
757 this.old_hasClass=function(node,name){if(!node||node.nodeType!=1){return false argument
765 this.setClass=function(node,name){if(node&&(" "+node.className+" ").indexOf(" "+name+" ")==-1){node… argument
767 this.getClassValue=function(node,name){var re=new RegExp(name+"-([^ ]+)"); argument
771 this.removeClass=function(node,name){if(node&&node.className){var index=node.className.indexOf(name… argument
775 this.toggleClass=function(elt,name){if((" "+elt.className+" ").indexOf(" "+name+" ")!=-1){this.remo… argument
778 this.setClassTimed=function(elt,name,context,timeout){if(!timeout){timeout=1300 argument
785 this.cancelClassTimed=function(elt,name,context){if(elt.__setClassTimeout){FBL.removeClass(elt,name… argument
951 this.addEvent=function(object,name,handler,useCapture){if(object.addEventListener){object.addEventL… argument
954 this.removeEvent=function(object,name,handler,useCapture){try{if(object.removeEventListener){object… argument
964 this.addGlobalEvent=function(name,handler){var doc=this.Firebug.browser.document; argument
972 this.removeGlobalEvent=function(name,handler){var doc=this.Firebug.browser.document; argument
980 this.dispatch=function(listeners,name,args){if(!listeners){return argument
1144 }params.push({name:decodeURIComponent(parts[0]),value:decodeURIComponent(parts[1])}) property
1145 }else{params.push({name:decodeURIComponent(parts[0]),value:""}) property
1168 }params.push({name:decodeURIComponent(parts[0]),value:[decodeURIComponent(parts[1])]}) property
1169 }else{params.push({name:decodeURIComponent(parts[0]),value:[""]}) property
1232 this.Property=function(object,name){this.object=object; argument
1268 var getDomMemberMap2=function(name){if(!domMemberMap2Sandbox){var doc=Firebug.chrome.document; argument
1404 this.createCookie=function(name,value,days){if("cookie" in document){if(days){var date=new Date(); argument
1410 this.readCookie=function(name){if("cookie" in document){var nameEQ=name+"="; argument
1419 this.removeCookie=function(name){this.createCookie(name,"",-1) argument
1447 FBL.$STR=function(name){return oSTR.hasOwnProperty(name)?oSTR[name]:name argument
1449 FBL.$STRF=function(name,args){if(!oSTR.hasOwnProperty(name)){return name argument
1560 }}},getPref:function(name){return Firebug[name] argument
1561 },setPref:function(name,value){Firebug[name]=value; argument
1600 …er,panel){},showSidePanel:function(browser,panel){},updateOption:function(name,value){},getObjectB… argument
1601 Firebug.Panel={name:"HelloWorld",title:"Hello World!",parentPanel:null,options:{hasCommandLine:fals… property
1680 },watchWindow:function(win){},unwatchWindow:function(win){},updateOption:function(name,value){},sho… argument
1775 },STR:function(name){return $STR(name) argument
1820 }for(var name in this.panelMap){(function(self,name){var onTabClick=function onTabClick(){self.sele… argument
1897 var menuItemProps={"class":"$item.className",type:"$item.type",value:"$item.value",_command:"$item.… property
2157 },getMeasurement:function(el,name){var result={value:0,unit:"px"}; argument
2166 },getMeasurementInPixels:function(el,name){if(!el){return null argument
2175 }}}}}},getMeasurementBox1:function(el,name){var sufixes=["Top","Left","Bottom","Right"]; argument
2181 },getMeasurementBox:function(el,name){var result=[]; argument
2229 },pointsToPixels:function(name,value,returnFloat){var axis=/Top$|Bottom$/.test(name)?"y":"x"; argument
2249 },getStyle:isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined argument
2250 }:function(el,name){return this.document.defaultView.getComputedStyle(el,null)[name]||el.style[name… argument
2915 }}},data:function(element,name,value){if(value){if(!name){return null argument
3220 …+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for"… property
4008 function Variable(name,format){this.name=name; argument
4079 }}function addEvent(object,name,handler){if(document.all){object.attachEvent("on"+name,handler) argument
4171 var FirebugReps=FBL.ns(function(){with(FBL){var OBJECTBOX=this.OBJECTBOX=SPAN({"class":"objectBox o… property
4172 var OBJECTBLOCK=this.OBJECTBLOCK=DIV({"class":"objectBox objectBox-$className"}); property
4173 var OBJECTLINK=this.OBJECTLINK=isIE6?A({"class":"objectLink objectLink-$className a11yFocus",href:"… property
4227 if(length<=maxLength){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "}); property
4232 }}if(numProperties>numPropertiesShown){props.push({object:"...",tag:FirebugReps.Caption.tag,name:""… property
4248 if(count<=max){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "}) property
4250 }}}if(count>max){props[Math.max(1,max-1)]={object:"more...",tag:FirebugReps.Caption.tag,name:"",equ… property
4343 if(Firebug.showTextNodesWithWhitespace){escapeGroups.push({group:"whitespace","class":"nodeWhiteSpa… property
4344 }if(Firebug.showTextNodesWithEntities){escapeGroups.push({group:"text","class":"nodeTextEntity",ext… property
4454 items.push({name:arg.name,value:arg.value,tag:tag,delim:delim}) property
4693 var inlineEditorAttributes={"class":"textEditorInner",type:"text",spellcheck:"false",onkeypress:"$o… property
5011 }spy.responseHeaders.push({name:[name],value:[value]}) property
5055 this.setRequestHeader=function(header,value){spy.requestHeaders.push({name:[header],value:[value]}); property
5071 if(isFunction(propValue)){if(typeof self[propName]=="undefined"){this[propName]=(function(name,xhr)… argument
5083 window.ActiveXObject=function(name){var error=null; argument
5320 postData.params.push({name:(m&&m.length>1)?m[1]:"",value:trim(part[1])}) property
5346 Firebug.NetMonitor.Utils={findHeader:function(headers,name){if(!headers){return null argument
5383 http.visitRequestHeaders({visitHeader:function(name,value){requestHeaders.push({name:name,value:val… argument
5385 http.visitResponseHeaders({visitHeader:function(name,value){responseHeaders.push({name:name,value:v… argument
5424 }},updateOption:function(name,value){if(name=="showXMLHttpRequests"){var tach=value?this.attachObse… argument
5510 if(channel instanceof Ci.nsIHttpChannel){channel.visitRequestHeaders({visitHeader:function(name,val… property
5515 if(channel instanceof Ci.nsIHttpChannel){channel.visitResponseHeaders({visitHeader:function(name,va… argument
5773 }}},name:"Console",title:"Console",options:{hasCommandLine:true,hasToolButtons:true,isPreRendered:t… property
5919 var Handler=function(name){var c=consoleHandler; argument
6078 }frames.push({fn:fn,name:getFuncName(fn),args:args}) property
6132 }frames.push({fn:fn,name:getFuncName(fn),args:args}) property
6137 this.time=function(name,reset){if(!name){return argument
6144 this.timeEnd=function(name){var time=new Date().getTime(); argument
6462 function HTMLPanel(){}HTMLPanel.prototype=extend(Firebug.Panel,{name:"HTML",title:"HTML",options:{h… property
6910 source=source.replace(/url\(([^\)]+)\)/g,function(a,name){var hasDomain=/\w+:\/\/./.test(name); argument
7165 }}},addProperty:function(name,value,important,disabled,inheritMode,props){name=name.toLowerCase(); argument
7170 var prop={name:name,value:value,important:important,disabled:disabled}; property
7172 }},translateName:function(name,value){if((value=="-moz-initial"&&(name=="-moz-background-clip"||nam… argument
7219 map.push({name:propName,value:parsedValue.value,important:parsedValue.priority}) property
7238 }},name:"stylesheet",title:"CSS",parentPanel:null,searchable:true,dependents:["css","stylesheet","d… property
7308 }}}}}},updateOption:function(name,value){if(name=="expandShorthandProps"){this.refresh() argument
7449 }},name:"css",title:"Style",parentPanel:"HTML",order:0,initialize:function(){this.context=Firebug.c… property
7466 },updateOption:function(name,value){if(name=="showUserAgentCSS"||name=="expandShorthandProps"){this… argument
7498 if(propValue){group.props.push({name:propName,value:propValue}) property
7500 },name:"computed",title:"Computed",parentPanel:"HTML",order:1,updateView:function(element){this.upd… property
7505 var emptyProp={name:"",value:"",important:""}; property
7632 }}function findPropByName(props,name){for(var i=0; argument
7660 function ScriptPanel(){}ScriptPanel.prototype=extend(Firebug.Panel,{name:"Script",title:"Script",se… property
7771 var RowTag=TR({"class":"memberRow $member.open $member.type\\Row",$hasChildren:"$member.hasChildren… property
7772 var WatchRowTag=TR({"class":"watchNewRow",level:0},TD({"class":"watchEditCell",colspan:2},DIV({"cla… property
8005 }}},name:"DOM",title:"DOM",searchable:true,statusSeparator:">",options:{hasToolButtons:true,hasStat… property
8077 var addMember=function addMember(type,props,name,value,level,order){var rep=Firebug.getRep(value); argument
8082 props.push({name:name,value:value,type:type,rowClass:"memberRow-"+type,open:"",order:order,level:le… property
8132 }}},name:"DOMSidePanel",parentPanel:"HTML",title:"DOM",options:{hasToolButtons:true},isInitialized:… property
8211 function TracePanel(){}TracePanel.prototype=extend(Firebug.Panel,{name:"Trace",title:"Trace",option… property