Lines Matching +defs:width +defs:value
331 }function createSimpleEscape(name,direction){return function(value){var list=entityConversionLists[… argument
378 this.escapeNewLines=function(value){return value.replace(/\r/g,"\\r").replace(/\n/g,"\\n") argument
380 this.stripNewLines=function(value){return typeof(value)=="string"?value.replace(/[\r\n]/g," "):value argument
382 this.escapeJS=function(value){return value.replace(/\r/g,"\\r").replace(/\n/g,"\\n").replace('"','\… argument
384 function escapeHTMLAttribute(value){function replaceChars(ch){switch(ch){case"&":return"&"; argument
394 }function escapeHTML(value){function replaceChars(ch){switch(ch){case"<":return"<"; argument
508 this.getLTRBWH=function(elt){var bcrect,dims={left:0,top:0,right:0,bottom:0,width:0,height:0}; property
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
1265 …roperty:"ownerDocument",method:"appendChild"},Element:{property:"tagName",value:{nodeType:1}},Loca… property
1346 …bottom-style":["borderStyle"],"border-left-style":["borderStyle"],"border-width":["thickness"],"bo… property
1404 this.createCookie=function(name,value,days){if("cookie" in document){if(days){var date=new Date(); argument
1561 },setPref:function(name,value){Firebug[name]=value; argument
1600 …nel){},showSidePanel:function(browser,panel){},updateOption:function(name,value){},getObjectByURL:… argument
1680 },watchWindow:function(win){},unwatchWindow:function(win){},updateOption:function(name,value){},sho… argument
1720 },getEditor:function(target,value){},getDefaultSelection:function(){return null argument
1753 },measureText:function(value){this.measureBox.innerHTML=value?escapeForSourceLine(value):"m"; argument
1755 },measureInputText:function(value){value=value?escapeForTextNode(value):"m"; argument
1897 var menuItemProps={"class":"$item.className",type:"$item.type",value:"$item.value",_command:"$item.… property
2121 if(!isIEQuiksMode&&(el=this.document.documentElement)&&(el.scrollHeight||el.scrollWidth)){width=el.… property
2123 }if((el=this.document.body)&&(el.scrollHeight||el.scrollWidth)&&(el.scrollWidth>width||el.scrollHei… property
2125 }return{width:width,height:height} property
2157 },getMeasurement:function(el,name){var result={value:0,unit:"px"}; property
2229 },pointsToPixels:function(name,value,returnFloat){var axis=/Top$|Bottom$/.test(name)?"y":"x"; argument
2232 },emToPixels:function(el,value){if(!el){return null argument
2235 },exToPixels:function(el,value){if(!el){return null argument
2242 },percentToPixels:function(el,value){if(!el){return null argument
2406 },onCheck:function(target,value,checked){Firebug.setPref(value,checked) argument
2915 }}},data:function(element,name,value){if(value){if(!name){return null argument
3030 }}if(typeof JSON.stringify!=="function"){JSON.stringify=function(value,replacer,space){var i; argument
3784 }function __escape__(value){function replaceChars(ch){switch(ch){case"<":return"<"; argument
4454 items.push({name:arg.name,value:arg.value,tag:tag,delim:delim}) property
4561 …ue,dispatchName:"editor",tabCharacter:" ",startEditing:function(target,value,editor){this.stopE… argument
4621 }}},save:function(value){if(!invalidEditor){return argument
4628 }}},saveEditAndNotifyListeners:function(currentTarget,value,previousValue){currentEditor.saveEdit(c… argument
4686 Firebug.BaseEditor=extend(Firebug.MeasureBox,{getValue:function(){},setValue:function(value){},show… argument
4691 },beginEditing:function(target,value){},saveEdit:function(target,value,previousValue){},endEditing:… argument
4715 },setValue:function(value){return this.input.value=stripNewLines(value) argument
4716 },show:function(target,panel,value,targetSize){this.target=target; argument
4765 },beginEditing:function(target,value){},saveEdit:function(target,value,previousValue){},endEditing:… argument
4767 },getAutoCompleteRange:function(value,offset){},getAutoCompleteList:function(preExpr,expr,postExpr)… argument
5011 }spy.responseHeaders.push({name:[name],value:[value]}) property
5055 this.setRequestHeader=function(header,value){spy.requestHeaders.push({name:[header],value:[value]}); argument
5302 var param={value:[text]}; property
5320 postData.params.push({name:(m&&m.length>1)?m[1]:"",value:trim(part[1])}) property
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… property
5424 }},updateOption:function(name,value){if(name=="showXMLHttpRequests"){var tach=value?this.attachObse… argument
5510 …Ci.nsIHttpChannel){channel.visitRequestHeaders({visitHeader:function(name,value){headers.push({nam… argument
5515 …i.nsIHttpChannel){channel.visitResponseHeaders({visitHeader:function(name,value){headers.push({nam… property
6077 ++i){args.push({value:fn.arguments[i]}) property
6131 ++i){args.push({value:fn.arguments[i]}) property
7066 Firebug.CSSModule=extend(Firebug.Module,{freeEdit:function(styleSheet,value){if(!styleSheet.editSty… 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
7246 var option=createElement("option",{value:key}); property
7308 }}}}}},updateOption:function(name,value){if(name=="expandShorthandProps"){this.refresh() argument
7351 },getEditor:function(target,value){if(target==this.panelNode||hasClass(target,"cssSelector")||hasCl… argument
7466 },updateOption:function(name,value){if(name=="showUserAgentCSS"||name=="expandShorthandProps"){this… argument
7498 if(propValue){group.props.push({name:propName,value:propValue}) property
7505 var emptyProp={name:"",value:"",important:""}; property
7508 }},saveEdit:function(target,value,previousValue){if(!value){return argument
7527 }},getAutoCompleteRange:function(value,offset){if(hasClass(this.target,"cssPropName")){return{start… argument
7540 }},saveEdit:function(target,value,previousValue){if(FBTrace.DBG_CSS){FBTrace.sysout("CSSRuleEditor.… argument
7580 },setValue:function(value){return this.input.value=value argument
7581 },show:function(target,panel,value,textSize,targetSize){this.target=target; argument
7594 },saveEdit:function(target,value,previousValue){Firebug.CSSModule.freeEdit(this.styleSheet,value) argument
7603 var rgbToHex=function rgbToHex(value){return value.replace(/\brgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,… argument
7607 var stripUnits=function stripUnits(value){return value.replace(/(url\(.*?\)|[^0]\S*\s*)|0(%|em|ex|p… argument
7611 function parsePriority(value){var rePriority=/(.*?)\s*(!important)?$/; argument
7616 }function parseURLValue(value){var m=reURL.exec(value); argument
7618 }function parseRepeatValue(value){var m=reRepeat.exec(value); argument
7620 }function parseCSSValue(value,offset){var start=0; argument
7669 var option=createElement("option",{value:i}); property
7773 var SizerRow=TR({role:"presentation"},TD({width:"30%"}),TD({width:"70%"})); 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
8202 }function escapeHTML(value){return(value+"").replace(/[<>&"']/g,replaceChars) argument