Lines Matching +defs:class +defs:name

342 }function createSimpleEscape(name,direction){return function(value){var list=entityConversionLists[…  argument
357 if(r){results[ri]={str:r,"class":list["class"],extra:list.extra[cur]?list["class"]+list.extra[cur]:… property
359 }}if(!r){results[ri]={str:cur,"class":"",extra:""} property
759 this.hasClass=function(node,name){if(arguments.length==2){return(" "+node.className+" ").indexOf(" … argument
768 this.old_hasClass=function(node,name){if(!node||node.nodeType!=1){return false argument
776 this.setClass=function(node,name){if(node&&(" "+node.className+" ").indexOf(" "+name+" ")==-1){node… argument
778 this.getClassValue=function(node,name){var re=new RegExp(name+"-([^ ]+)"); argument
782 this.removeClass=function(node,name){if(node&&node.className){var index=node.className.indexOf(name… argument
786 this.toggleClass=function(elt,name){if((" "+elt.className+" ").indexOf(" "+name+" ")!=-1){this.remo… argument
789 this.setClassTimed=function(elt,name,context,timeout){if(!timeout){timeout=1300 argument
796 this.cancelClassTimed=function(elt,name,context){if(elt.__setClassTimeout){FBL.removeClass(elt,name… argument
962 this.addEvent=function(object,name,handler,useCapture){if(object.addEventListener){object.addEventL… argument
965 this.removeEvent=function(object,name,handler,useCapture){try{if(object.removeEventListener){object… argument
975 this.addGlobalEvent=function(name,handler){var doc=this.Firebug.browser.document; argument
983 this.removeGlobalEvent=function(name,handler){var doc=this.Firebug.browser.document; argument
991 this.dispatch=function(listeners,name,args){if(!listeners){return argument
1155 }params.push({name:decodeURIComponent(parts[0]),value:decodeURIComponent(parts[1])}) property
1156 }else{params.push({name:decodeURIComponent(parts[0]),value:""}) property
1179 }params.push({name:decodeURIComponent(parts[0]),value:[decodeURIComponent(parts[1])]}) property
1180 }else{params.push({name:decodeURIComponent(parts[0]),value:[""]}) property
1243 this.Property=function(object,name){this.object=object; argument
1279 var getDomMemberMap2=function(name){if(!domMemberMap2Sandbox){var doc=Firebug.chrome.document; argument
1415 this.createCookie=function(name,value,days){if("cookie" in document){if(days){var date=new Date(); argument
1421 this.readCookie=function(name){if("cookie" in document){var nameEQ=name+"="; argument
1430 this.removeCookie=function(name){this.createCookie(name,"",-1) argument
1458 FBL.$STR=function(name){return oSTR.hasOwnProperty(name)?oSTR[name]:name argument
1460 FBL.$STRF=function(name,args){if(!oSTR.hasOwnProperty(name)){return name argument
1571 }}},getPref:function(name){return Firebug[name] argument
1572 },setPref:function(name,value){Firebug[name]=value; argument
1611 …er,panel){},showSidePanel:function(browser,panel){},updateOption:function(name,value){},getObjectB… argument
1612 Firebug.Panel={name:"HelloWorld",title:"Hello World!",parentPanel:null,options:{hasCommandLine:fals… property
1691 },watchWindow:function(win){},unwatchWindow:function(win){},updateOption:function(name,value){},sho… argument
1786 },STR:function(name){return $STR(name) argument
1831 }for(var name in this.panelMap){(function(self,name){var onTabClick=function onTabClick(){self.sele… argument
1908 var menuItemProps={"class":"$item.className",type:"$item.type",value:"$item.value",_command:"$item.… property
2168 },getMeasurement:function(el,name){var result={value:0,unit:"px"}; argument
2177 },getMeasurementInPixels:function(el,name){if(!el){return null argument
2186 }}}}}},getMeasurementBox1:function(el,name){var sufixes=["Top","Left","Bottom","Right"]; argument
2192 },getMeasurementBox:function(el,name){var result=[]; argument
2240 },pointsToPixels:function(name,value,returnFloat){var axis=/Top$|Bottom$/.test(name)?"y":"x"; argument
2260 },getStyle:isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined argument
2261 }:function(el,name){return this.document.defaultView.getComputedStyle(el,null)[name]||el.style[name… argument
2926 }}},data:function(element,name,value){if(value){if(!name){return null argument
3231 …+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for"… property
4019 function Variable(name,format){this.name=name; argument
4090 }}function addEvent(object,name,handler){if(document.all){object.attachEvent("on"+name,handler) argument
4182 var FirebugReps=FBL.ns(function(){with(FBL){var OBJECTBOX=this.OBJECTBOX=SPAN({"class":"objectBox o… property
4183 var OBJECTBLOCK=this.OBJECTBLOCK=DIV({"class":"objectBox objectBox-$className"}); property
4184 var OBJECTLINK=this.OBJECTLINK=isIE6?A({"class":"objectLink objectLink-$className a11yFocus",href:"… property
4238 if(length<=maxLength){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "}); property
4243 }}if(numProperties>numPropertiesShown){props.push({object:"...",tag:FirebugReps.Caption.tag,name:""… property
4259 if(count<=max){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "}) property
4261 }}}if(count>max){props[Math.max(1,max-1)]={object:"more...",tag:FirebugReps.Caption.tag,name:"",equ… property
4354 if(Firebug.showTextNodesWithWhitespace){escapeGroups.push({group:"whitespace","class":"nodeWhiteSpa… property
4355 }if(Firebug.showTextNodesWithEntities){escapeGroups.push({group:"text","class":"nodeTextEntity",ext… property
4465 items.push({name:arg.name,value:arg.value,tag:tag,delim:delim}) property
4704 var inlineEditorAttributes={"class":"textEditorInner",type:"text",spellcheck:"false",onkeypress:"$o… property
5022 }spy.responseHeaders.push({name:[name],value:[value]}) property
5066 this.setRequestHeader=function(header,value){spy.requestHeaders.push({name:[header],value:[value]}); property
5082 if(isFunction(propValue)){if(typeof self[propName]=="undefined"){this[propName]=(function(name,xhr)… argument
5094 window.ActiveXObject=function(name){var error=null; argument
5331 postData.params.push({name:(m&&m.length>1)?m[1]:"",value:trim(part[1])}) property
5357 Firebug.NetMonitor.Utils={findHeader:function(headers,name){if(!headers){return null argument
5394 http.visitRequestHeaders({visitHeader:function(name,value){requestHeaders.push({name:name,value:val… property
5396 http.visitResponseHeaders({visitHeader:function(name,value){responseHeaders.push({name:name,value:v… argument
5435 }},updateOption:function(name,value){if(name=="showXMLHttpRequests"){var tach=value?this.attachObse… argument
5521 if(channel instanceof Ci.nsIHttpChannel){channel.visitRequestHeaders({visitHeader:function(name,val… property
5526 if(channel instanceof Ci.nsIHttpChannel){channel.visitResponseHeaders({visitHeader:function(name,va… argument
5784 }}},name:"Console",title:"Console",options:{hasCommandLine:true,hasToolButtons:true,isPreRendered:t… property
5930 var Handler=function(name){var c=consoleHandler; argument
6089 }frames.push({fn:fn,name:getFuncName(fn),args:args}) property
6143 }frames.push({fn:fn,name:getFuncName(fn),args:args}) property
6148 this.time=function(name,reset){if(!name){return argument
6155 this.timeEnd=function(name){var time=new Date().getTime(); argument
6473 function HTMLPanel(){}HTMLPanel.prototype=extend(Firebug.Panel,{name:"HTML",title:"HTML",options:{h… property
6921 source=source.replace(/url\(([^\)]+)\)/g,function(a,name){var hasDomain=/\w+:\/\/./.test(name); argument
7176 }}},addProperty:function(name,value,important,disabled,inheritMode,props){name=name.toLowerCase(); argument
7181 var prop={name:name,value:value,important:important,disabled:disabled}; property
7183 }},translateName:function(name,value){if((value=="-moz-initial"&&(name=="-moz-background-clip"||nam… argument
7230 map.push({name:propName,value:parsedValue.value,important:parsedValue.priority}) property
7249 }},name:"stylesheet",title:"CSS",parentPanel:null,searchable:true,dependents:["css","stylesheet","d… property
7319 }}}}}},updateOption:function(name,value){if(name=="expandShorthandProps"){this.refresh() argument
7460 }},name:"css",title:"Style",parentPanel:"HTML",order:0,initialize:function(){this.context=Firebug.c… property
7477 },updateOption:function(name,value){if(name=="showUserAgentCSS"||name=="expandShorthandProps"){this… argument
7509 if(propValue){group.props.push({name:propName,value:propValue}) property
7511 },name:"computed",title:"Computed",parentPanel:"HTML",order:1,updateView:function(element){this.upd… property
7516 var emptyProp={name:"",value:"",important:""}; property
7643 }}function findPropByName(props,name){for(var i=0; argument
7671 function ScriptPanel(){}ScriptPanel.prototype=extend(Firebug.Panel,{name:"Script",title:"Script",se… property
7782 var RowTag=TR({"class":"memberRow $member.open $member.type\\Row",$hasChildren:"$member.hasChildren… property
7783 var WatchRowTag=TR({"class":"watchNewRow",level:0},TD({"class":"watchEditCell",colspan:2},DIV({"cla… property
8016 }}},name:"DOM",title:"DOM",searchable:true,statusSeparator:">",options:{hasToolButtons:true,hasStat… property
8088 var addMember=function addMember(type,props,name,value,level,order){var rep=Firebug.getRep(value); argument
8093 props.push({name:name,value:value,type:type,rowClass:"memberRow-"+type,open:"",order:order,level:le… property
8143 }}},name:"DOMSidePanel",parentPanel:"HTML",title:"DOM",options:{hasToolButtons:true},isInitialized:… property
8222 function TracePanel(){}TracePanel.prototype=extend(Firebug.Panel,{name:"Trace",title:"Trace",option… property