Lines Matching defs:value

471       if(isFinite(elSet.textNodeChars.element.value)&&elSet.textNodeChars.element.value>0) {
472 fe.textNodeChars=elSet.textNodeChars.element.value;
502 var i,cookieArr,valueArr,item,value;
517 value=valueArr[i].split(':')[1];
521 debug=value=="true";
524 detectFirebug=value=="true";
527 hideDOMFunctions=value=="true";
530 override=value=="true";
533 showIconWhenHidden=value=="true";
536 openInPopup=value=="true";
539 textNodeChars=isFinite(value)?parseInt(value,10):0;
542 popupTop=parseInt(value,10);
545 popupLeft=parseInt(value,10);
548 popupWidth=parseInt(value,10);
551 popupHeight=parseInt(value,10);
554 height=parseInt(value,10);
610 elSet.textNodeChars.element.value=fe.textNodeChars;
744 "\" ... if the script has been renamed then please set the value of firebug.internal.liteFilename to reflect this change");
858 d.dom.open(eval(el.button.dom.textbox.environment.getElement().value),el.left.dom.container);
941 el.left.console.input.environment.getElement().value = "";
1128 new lib.element("OPTION").attribute.set("value",i).update(uri)
1161 var value = obj[key], property = key, container = new lib.element("DIV").attribute.addClass("DOMRow").insert(parentElement),
1169 typeof value=="object"&&Boolean(value)?"Property Object":"Property"
1172 right.update(d.highlight(value,false,true));
1176 if(typeof value!="object"||Boolean(value)==false)
1179 link.event.addListener("click",lib.util.Curry(d.dom.print,window,value, subContainer, true));
1287 var value = _value[key];
1292 result.push(" "+key+"="+d.highlight(value,true));
1592 new lib.element("OPTION").attribute.set("value",i).update(fileName)
1714 d.dom.open(eval(el.button.dom.textbox.environment.getElement().value),el.left.dom.container);
1755 _el.value = _el.value.substring(0,position.start) + String.fromCharCode(9) + _el.value.substring(position.start+position.length,_el.value.length);
1771 d.xhr.addObject.apply(internal.targetWindow, el.button.xhr.textbox.environment.getElement().value.split(","));
1778 d.console.eval(el.left.console.input.environment.getElement().value);
1806 d.dom.open(eval(el.button.dom.textbox.environment.getElement().value),el.left.dom.container);
1879 d.console.eval.call(window,el.right.console.input.environment.getElement().value);
1884 var source = el.right.css.input.environment.getElement().value.replace(/\n|\t/g,"").split("}");
1899 d.scripts.open(parseInt(el.button.scripts.selectbox.environment.getElement().value));
1905 d.xhr.addObject.apply(internal.targetWindow, el.button.xhr.textbox.environment.getElement().value.split(","));
2142 return _element.value;
2144 return _element.options[_element.selectedIndex].value;
2174 var value = _source[key];
2180 value = pi.util.Array.clone(_source[key]);
2184 value = pi.util.Hash.merge(_hash[key], _source[key]);
2186 value = pi.util.Hash.clone( _source[key] );
2189 value = _hash[ key ];
2190 _hash[key] = value;
2333 this.element[this.element.nodeName.toLowerCase()=="textarea"||this.element.nodeName.toLowerCase()=="input"?"value":"innerHTML"]=_value;