Lines Matching defs:arguments

198 this.bind=function(){var args=cloneArray(arguments),fn=args.shift(),object=args.shift();
199 return function(){return fn.apply(object,arrayInsert(cloneArray(args),0,arguments))
202 this.bindFixed=function(){var args=cloneArray(arguments),fn=args.shift(),object=args.shift();
289 function addEntityMapToList(ccode,entity){var lists=Array.prototype.slice.call(arguments,2),len=lists.length,ch=String.fromCharCode(ccode);
759 this.hasClass=function(node,name){if(arguments.length==2){return(" "+node.className+" ").indexOf(" "+name+" ")!=-1
762 i<arguments.length;
763 ++i){var name=arguments[i];
770 i<arguments.length;
771 ++i){var name=arguments[i];
807 i<arguments.length;
808 ++i){var className=arguments[i];
828 this.getElementByClass=function(node,className){var args=cloneArray(arguments);
1533 },registerModule:function(){modules.push.apply(modules,arguments);
1535 }},registerPanel:function(){panelTypes.push.apply(panelTypes,arguments);
1537 panelType=arguments[i];
1538 ++i){panelTypeMap[panelType.prototype.name]=arguments[i];
1541 i<arguments.length;
1542 ++i){FBTrace.sysout("Firebug.registerPanel",arguments[i].prototype.name)
1543 }}},registerRep:function(){reps.push.apply(reps,arguments)
1545 i<arguments.length;
1546 ++i){remove(reps,arguments[i])
1797 arg=arguments[i];
1805 arg=arguments[i];
1891 if(this.onUnpress){this.onUnpress.apply(this.owner,arguments)
1893 if(this.onPress){this.onPress.apply(this.owner,arguments)
1894 }}if(this.onClick){this.onClick.apply(this.owner,arguments)
1905 FBL.IconButton=function(){Button.apply(this,arguments)
1983 if(isFunction(this.onShow)){this.onShow.apply(this,arguments)
1993 if(isFunction(this.onHide)){this.onHide.apply(this,arguments)
2077 }}this.eval=this.window.eval("new Function('try{ return window.eval.apply(window,arguments) }catch(E){ E."+evalError+"=true; return E }')")
2081 }var timeout=win.setTimeout.apply?win.setTimeout.apply(win,arguments):win.setTimeout(fn,delay);
2088 var timeout=win.setInterval.apply?win.setInterval.apply(win,arguments):win.setInterval(fn,delay);
2096 i<arguments.length;
2097 ++i){var panelName=arguments[i];
2116 }}else{cmd=api?"(function(arguments){ with("+api+"){ "+expr+" } }).call("+context+",undefined)":"(function(arguments){ "+expr+" }).call("+context+",undefined)"
3107 function withIEStorage(storeFunction){return function(){var args=Array.prototype.slice.call(arguments,0);
3721 i<arguments.length;
3722 ++i){lastSubject=lastSubject?copyObject(lastSubject,arguments[i]):arguments[i]
3734 return embed.merge(arguments)
3737 return loop.merge(arguments)
3909 i<arguments.length;
3910 ++i){var index=arguments[i];
4075 }function creator(tag,cons){var fn=new Function("var tag = arguments.callee.tag;var cons = arguments.callee.cons;var newTag = new cons();return newTag.merge(arguments, tag);");
4174 i<arguments.length;
4175 ++i){var tagName=arguments[i];
4176 var fn=new Function("var newTag = new arguments.callee.DomplateTag('"+tagName+"'); return newTag.merge(arguments);");
4690 }},initialize:function(){Firebug.Module.initialize.apply(this,arguments);
5054 try{if(supportsApply){xhrRequest.open.apply(xhrRequest,arguments)
5082 if(isFunction(propValue)){if(typeof self[propName]=="undefined"){this[propName]=(function(name,xhr){return supportsApply?function(){return xhr[name].apply(xhr,arguments)
5133 Firebug.ActivableModule.initialize.apply(this,arguments);
5422 }Firebug.Module.initialize.apply(this,arguments)
5423 },shutdown:function(){Firebug.Module.shutdown.apply(this,arguments);
5558 Firebug.XMLViewerModel=extend(Firebug.Module,{dispatchName:"xmlViewer",initialize:function(){Firebug.Module.initialize.apply(this,arguments);
5560 },shutdown:function(){Firebug.Module.shutdown.apply(this,arguments);
5625 Firebug.Console=Firebug.Console=extend(ActivableConsole,{dispatchName:"console",error:function(){Firebug.Console.logFormatted(arguments,Firebug.browser,"error")
5653 }},initContext:function(context,persistedState){Firebug.ActivableModule.initContext.apply(this,arguments);
5664 Firebug.ActivableModule.showContext.apply(this,arguments)
5688 }if(this.isAlwaysEnabled()){return Firebug.ConsoleBase.logRow.apply(this,arguments)
5784 }}},name:"Console",title:"Console",options:{hasCommandLine:true,hasToolButtons:true,isPreRendered:true},create:function(){Firebug.Panel.create.apply(this,arguments);
5790 },initialize:function(){Firebug.Panel.initialize.apply(this,arguments);
5807 Firebug.Panel.shutdown.apply(this,arguments)
5830 }Firebug.ActivablePanel.enablePanel.apply(this,arguments);
5834 }Firebug.ActivablePanel.disablePanel.apply(this,arguments);
5932 return function(){return f.apply(c,arguments)
5942 if(win.console){if(Env.Options.overrideConsole){sandbox=new win.Function("arguments.callee.install(window.console={})")
5944 }}else{try{sandbox=new win.Function("arguments.callee.install(window.console={})")
5945 }catch(E){sandbox=new win.Function("arguments.callee.install(window.firebug={})")
6020 this.log=function(){logFormatted(arguments,"log")
6022 this.debug=function(){logFormatted(arguments,"debug",true)
6024 this.info=function(){logFormatted(arguments,"info",true)
6026 this.warn=function(){logFormatted(arguments,"warn",true)
6028 this.error=function(){logFormatted(arguments,"error",true)
6030 this.exception=function(){logAssert("error",arguments)
6034 i<arguments.length;
6035 i++){rest.push(arguments[i])
6045 Firebug.Console.openGroup(arguments,null,"group",null,false,sourceLink)
6050 var row=Firebug.Console.openGroup(arguments,null,"group",null,true,sourceLink);
6082 for(var fn=arguments.callee.caller.caller;
6086 for(var i=0,l=fn.arguments.length;
6088 ++i){args.push({value:fn.arguments[i]})
6136 for(var fn=arguments.callee.caller;
6140 for(var i=0,l=fn.arguments.length;
6142 ++i){args.push({value:fn.arguments[i]})
6473 function HTMLPanel(){}HTMLPanel.prototype=extend(Firebug.Panel,{name:"HTML",title:"HTML",options:{hasSidePanel:true,isPreRendered:!Firebug.flexChromeEnabled,innerHTMLSync:true},create:function(){Firebug.Panel.create.apply(this,arguments);
6482 Firebug.Panel.destroy.apply(this,arguments)
6487 },initialize:function(){Firebug.Panel.initialize.apply(this,arguments);
6500 Firebug.Panel.shutdown.apply(this,arguments)
7249 }},name:"stylesheet",title:"CSS",parentPanel:null,searchable:true,dependents:["css","stylesheet","dom","domSide","layout"],options:{hasToolButtons:true},create:function(){Firebug.Panel.create.apply(this,arguments);
7267 },initialize:function(){Firebug.Panel.initialize.apply(this,arguments);
7277 Firebug.Panel.shutdown.apply(this,arguments)
7278 },destroy:function(state){Firebug.Panel.destroy.apply(this,arguments)
7462 Firebug.CSSStyleSheetPanel.prototype.initialize.apply(this,arguments);
7671 function ScriptPanel(){}ScriptPanel.prototype=extend(Firebug.Panel,{name:"Script",title:"Script",selectIndex:0,sourceIndex:-1,options:{hasToolButtons:true},create:function(){Firebug.Panel.create.apply(this,arguments);
7685 Firebug.Panel.initialize.apply(this,arguments);
7688 Firebug.Panel.shutdown.apply(this,arguments)
7689 },detach:function(oldChrome,newChrome){Firebug.Panel.detach.apply(this,arguments);
7901 Firebug.Panel.create.apply(this,arguments);
7903 },initialize:function(){Firebug.Panel.initialize.apply(this,arguments);
7906 Firebug.Panel.shutdown.apply(this,arguments)
8016 }}},name:"DOM",title:"DOM",searchable:true,statusSeparator:">",options:{hasToolButtons:true,hasStatusBar:true},create:function(){Firebug.DOMBasePanel.prototype.create.apply(this,arguments);
8020 },initialize:function(oldPanelNode){Firebug.DOMBasePanel.prototype.initialize.apply(this,arguments);
8025 Firebug.DOMBasePanel.prototype.shutdown.apply(this,arguments)
8143 }}},name:"DOMSidePanel",parentPanel:"HTML",title:"DOM",options:{hasToolButtons:true},isInitialized:false,create:function(){Firebug.DOMBasePanel.prototype.create.apply(this,arguments);
8145 },initialize:function(){Firebug.DOMBasePanel.prototype.initialize.apply(this,arguments);
8150 Firebug.DOMBasePanel.prototype.shutdown.apply(this,arguments)
8161 this.sysout=function(){return this.logFormatted(arguments,"")
8222 function TracePanel(){}TracePanel.prototype=extend(Firebug.Panel,{name:"Trace",title:"Trace",options:{hasToolButtons:true,innerHTMLSync:true},create:function(){Firebug.Panel.create.apply(this,arguments);
8224 },initialize:function(){Firebug.Panel.initialize.apply(this,arguments);
8227 Firebug.Panel.shutdown.apply(this,arguments)
8241 }},registerModule:function(){registerModule.apply(Firebug,arguments);
8242 modules.push.apply(modules,arguments);
8245 }},registerPanel:function(){registerPanel.apply(Firebug,arguments);
8246 panelTypes.push.apply(panelTypes,arguments);
8248 panelType=arguments[i];
8250 }panelTypeMap[panelType.prototype.name]=arguments[i];
8261 i<arguments.length;
8262 ++i){FBTrace.sysout("Firebug.registerPanel",arguments[i].prototype.name)