Lines Matching 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"&lt;"; argument
1265 …roperty:"ownerDocument",method:"appendChild"},Element:{property:"tagName",value:{nodeType:1}},Loca… class in instanceCheckMap.Element
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 in AnonymousFunctionf1d9e84c2400.menuItemProps
2157 },getMeasurement:function(el,name){var result={value:0,unit:"px"}; property in AnonymousFunctionf1d9e84c4800.result
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
3003 }function str(key,holder){var i,k,v,length,mind=gap,partial,value=holder[key]; variable
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"&lt;"; argument
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
5055 this.setRequestHeader=function(header,value){spy.requestHeaders.push({name:[header],value:[value]}); argument
5302 var param={value:[text]}; property in AnonymousFunctionf1d9e84c1b600.param
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 …Ci.nsIHttpChannel){channel.visitRequestHeaders({visitHeader:function(name,value){headers.push({nam… argument
5515 …i.nsIHttpChannel){channel.visitResponseHeaders({visitHeader:function(name,value){headers.push({nam… argument
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 in AnonymousFunctionf1d9e84c27100.prop
7172 }},translateName:function(name,value){if((value=="-moz-initial"&&(name=="-moz-background-clip"||nam… argument
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
7505 var emptyProp={name:"",value:"",important:""}; property in AnonymousFunctionf1d9e84c2ac00.emptyProp
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
8077 var addMember=function addMember(type,props,name,value,level,order){var rep=Firebug.getRep(value); argument