Lines Matching refs:util

41           window.console[command] = firebug.lib.util.Curry(firebug.d.console.run,window,command);
45 …firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getF…
82 …env.popupWidth = window.opener.firebug.env.popupWidth || window.opener.firebug.lib.util.GetViewpor…
83 …env.popupHeight = window.opener.firebug.env.popupHeight || window.opener.firebug.lib.util.GetViewp…
86 env.popupWidth = env.popupWidth || lib.util.GetViewport().width;
87 env.popupHeight = env.popupHeight || lib.util.GetViewport().height;
122 …firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width…
123 …firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width…
159 …ent("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.navigate,wi…
160 …").attribute.addClass("Tab").update("HTML").event.addListener("click",lib.util.Curry(d.navigate,wi…
161 …A").attribute.addClass("Tab").update("CSS").event.addListener("click",lib.util.Curry(d.navigate,wi…
163 ….attribute.addClass("Tab").update("Script").event.addListener("click",lib.util.Curry(d.navigate,wi…
165 …A").attribute.addClass("Tab").update("DOM").event.addListener("click",lib.util.Curry(d.navigate,in…
166 …A").attribute.addClass("Tab").update("XHR").event.addListener("click",lib.util.Curry(d.navigate,wi…
196 …el.right.console.input.event.addListener("keydown",lib.util.Curry(tab,window,el.right.console.inpu…
198 …b.element("A").attribute.addClass("Button").event.addListener("click",lib.util.Curry(d.clean,windo…
216 …ent("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.html.naviga…
217 … lib.element("A").attribute.addClass("Tab").event.addListener("click",lib.util.Curry(d.html.naviga…
240 …el.right.css.input.event.addListener("keydown",lib.util.Curry(firebug.tab,window,el.right.css.inpu…
242 …b.element("A").attribute.addClass("Button").event.addListener("click",lib.util.Curry(d.clean,windo…
289 …b.element("A").attribute.addClass("Button").event.addListener("click",lib.util.Curry(d.navigate,wi…
348 …lib.util.AddEvent(document,"mousemove",listen.mouse)("mousemove",win.resizer.resize)("mouseup",win…
358 window.onscroll = lib.util.Curry(win.setVerticalPosition,window,null);
380 lib.util.AddEvent(window, "unload", win.unload);
383 env.height=lib.util.GetViewport().height;
384 lib.util.AddEvent(window, "resize", win.fitToPopup);
387 lib.util.AddEvent(window, "resize", win.refreshSize);
415 var posXY=lib.util.Element.getPosition(firebug.el.nav.options.element);
467 window.opener.firebug.env = firebug.lib.util.Hash.clone(fe);
764 var viewport = lib.util.GetViewport(window);
858 var dim = lib.util.GetViewport();
867 var dim = _dim||lib.util.GetViewport();
1010 …var stackAmt = 3, f = arguments.caller, isArray = lib.util.IsArray(f); //function that called trace
1168 … link.event.addListener("click",lib.util.Curry(d.dom.print,window,value, subContainer, true));
1193 isArray = lib.util.IsArray(_value);
1194 isHash = lib.util.IsHash(_value);
1430 view = lib.util.Element.getView(item);
1431 …link.event.addListener("click", lib.util.Curry(d.html.openHtmlTree, window, item, subContainer, fa…
1432 … link.event.addListener("mouseover", lib.util.Curry(d.html.highlight, window, item, false));
1433 … link.event.addListener("mouseout", lib.util.Curry(d.html.highlight, window, item, true));
1499 var pos = internal.targetWindow.firebug.lib.util.Element.getPosition(_element);
1646 …new lib.element("A").event.addListener("click",lib.util.Curry(d.str.open,window,response)).update(…
1924 pi.util = { class in pi
1929 pi.util.Array.forEach(tmp,function(_item,_index,_source){
1931 _source[_index] = pi.util.Array.clone(_source[_index]);
1937 pi.util.Array.forEach(_array,function(){
1984 …object.body = _superClass==pi.base?_prototype:pi.util.Hash.merge(_prototype,_superClass.prototype);
2016 …object"&&(_object==window||_object instanceof Object)&&!_object.nodeName&&!pi.util.IsArray(_object)
2021 return pi.util.Curry(pi.util.AddEvent,this,_element);
2025 return pi.util.Curry(pi.util.RemoveEvent,this,_element);
2029 if( !pi.util.Element.hasClass(_element,_class) )
2030 pi.util.Element.setClass(_element, pi.util.Element.getClass(_element) + " " + _class );
2036 return pi.util.Array.indexOf(pi.util.Element.getClass(_element).split(" "),_class)>-1;
2039 if( pi.util.Element.hasClass(_element,_class) ){
2040 var names = pi.util.Element.getClass(_element,_class).split(" ");
2041 pi.util.Element.setClass(
2043 pi.util.Array.remove(names,pi.util.Array.indexOf(names,_class)).join(" ")
2056 if(pi.util.Element.hasClass.apply(this,arguments))
2057 pi.util.Element.removeClass.apply(this,arguments);
2059 pi.util.Element.addClass.apply(this,arguments);
2071 return pi.util.Element.addStyle(_element,{ "opacity":_value });
2073 pi.util.Element.addStyle(_element,{ "filter":"alpha(opacity="+_value+")" });
2077 … document.body.offsetLeft, offsetTop = document.body.offsetTop, view = pi.util.Element.getView(_el…
2099 var view = pi.util.Element.getView(_element);
2113 pi.util.Element.setOpacity(_element,_style[key]);
2124 return pi.util.Element.getOpacity(_element.style);
2143 return pi.util.Element.getOpacity(_element,view);
2151 if( !_undeep&&pi.util.IsArray( _hash[key] ) ){
2152 tmp[key] = pi.util.Array.clone( _hash[key] );
2153 } else if( !_undeep&&pi.util.IsHash( _hash[key] ) ){
2154 tmp[ key ] = pi.util.Hash.clone(_hash[key]);
2164 if (!_undeep&&pi.util.IsArray(_source[key])) {
2165 if(pi.util.IsArray( _hash[key] )){
2169 value = pi.util.Array.clone(_source[key]);
2171 else if (!_undeep&&pi.util.IsHash(_source[key])) {
2172 if (pi.util.IsHash(_hash[key])) {
2173 value = pi.util.Hash.merge(_hash[key], _source[key]);
2175 value = pi.util.Hash.clone( _source[key] );
2207 var _p = pi.util.Hash.clone(_private);
2210 if(pi.util.IsArray( this[ key ] ) ){
2211 this[key] = pi.util.Array.clone( this[key] );
2213 if( pi.util.IsHash(this[key]) ){
2214 this[key] = pi.util.Hash.clone(
2245 _branch[(_branch["get" + title]?"_":"")+"get" + title] = pi.util.Curry(getter,_p,name);
2246 _branch[(_branch["set" + title]?"_":"")+"set" + title] = pi.util.Curry(setter,_p,name);
2249 if (pi.util.IsHash(_p[name])){
2267 if (pi.util.IsHash(_object[name])){
2349 pi.util.Element.addClass(this._parent_.environment.getElement(),arguments[i]);
2358 return pi.util.Element.getClass( this._parent_.environment.getElement() );
2361 return pi.util.Element.hasClass( this._parent_.environment.getElement(), _class );
2364 return pi.util.Element.setClass( this._parent_.environment.getElement(), _value );
2367 pi.util.Element.removeClass( this._parent_.environment.getElement(), _class );
2371 pi.util.Element.toggleClass( this._parent_.environment.getElement(), _class );
2417 return pi.util.Element.getPosition(this.getElement());
2420 return pi.util.Element.getSize( this.getElement() );
2423 pi.util.Element.addStyle(this.getElement(),_styleObject);
2427 return pi.util.Element.getStyle(this.getElement(),_property);
2436 return pi.util.Element.getValue(this.getElement());
2439 return pi.util.Element.getView(this.getElement(),_property);
2444 pi.util.AddEvent(this._parent_.environment.getElement(),_event,_fn,_useCapture);
2448 pi.util.RemoveEvent(this._parent_.environment.getElement(),_event,_fn,_useCapture);
2469 this.environment.getApi().onreadystatechange=pi.util.Curry(this.event.readystatechange,this);
2493 dataUrl += pi.util.String.format("{0}={1}&",key, data[key]);
2496 url += (url.search("\\?")==-1?"?":"&")+pi.util.String.format("{0}",dataUrl);
2529 if(pi.util.Array.indexOf(callback[i].readyState,readyState)>-1){
2552 pi.util.AddEvent(
2556 for(var i=0,len=pi.util.Init.length; i<len; i++){
2557 pi.util.Init[ i ]();
2575 lib.util.Init.push(firebug.init);