Home
last modified time | relevance | path

Searched refs:bindFixed (Results 1 – 3 of 3) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js575 this.bindFixed = function() // fn, thisObject, args => thisObject.fn(args); method
8711 this.refreshTimeout = this.setTimeout(bindFixed(function()
15542 {label: "CopySource", command: bindFixed(this.copySource, this, fn) },
15546 command: bindFixed(this.monitor, this, fn, script, monitored) }
16309 {label: "CopyHTML", command: bindFixed(this.copyHTML, this, elt) },
16310 {label: "CopyInnerHTML", command: bindFixed(this.copyInnerHTML, this, elt) },
16311 {label: "CopyXPath", command: bindFixed(this.copyXPath, this, elt) },
16314 command: bindFixed(toggleMonitorEvents, FBL, elt, null, monitored, context) },
16316 {label: "ScrollIntoView", command: bindFixed(elt.scrollIntoView, elt) }
16445 {label: "CopyLocation", command: bindFixed(this.copyURL, this, styleSheet) },
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js191 this.bindFixed=function(){var args=cloneArray(arguments),fn=args.shift(),object=args.shift(); method
2092 }this.refreshTimeout=this.setTimeout(bindFixed(function(){var invalids=[];
4207 …and:bindFixed(this.copySource,this,fn)},"-",{label:$STRF("ShowCallsInConsole",[name]),nol10n:true,…
4366bindFixed(this.copyHTML,this,elt)},{label:"CopyInnerHTML",command:bindFixed(this.copyInnerHTML,thi…
4387 …eturn[{label:"CopyLocation",command:bindFixed(this.copyURL,this,styleSheet)},"-",{label:"OpenInTab…
4433 …turn[{label:"CopyLocation",command:bindFixed(this.copyLink,this,sourceLink)},"-",{label:"OpenInTab…
4510 var items=[{label:"CopyError",command:bindFixed(this.copyError,this,error)}];
4511 …bel:"BreakOnThisError",type:"checkbox",checked:breakOnThisError,command:bindFixed(this.breakOnThis…
4517bindFixed(this.copyError,this,error)},"-",{label:"BreakOnThisError",type:"checkbox",checked:breakO…
4619 this.saveTimeout=context.setTimeout(bindFixed(this.save,this),saveTimeout);
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js202 this.bindFixed=function(){var args=cloneArray(arguments),fn=args.shift(),object=args.shift(); method
2103 }this.refreshTimeout=this.setTimeout(bindFixed(function(){var invalids=[];
4218 …and:bindFixed(this.copySource,this,fn)},"-",{label:$STRF("ShowCallsInConsole",[name]),nol10n:true,…
4377bindFixed(this.copyHTML,this,elt)},{label:"CopyInnerHTML",command:bindFixed(this.copyInnerHTML,thi…
4398 …eturn[{label:"CopyLocation",command:bindFixed(this.copyURL,this,styleSheet)},"-",{label:"OpenInTab…
4444 …turn[{label:"CopyLocation",command:bindFixed(this.copyLink,this,sourceLink)},"-",{label:"OpenInTab…
4521 var items=[{label:"CopyError",command:bindFixed(this.copyError,this,error)}];
4522 …bel:"BreakOnThisError",type:"checkbox",checked:breakOnThisError,command:bindFixed(this.breakOnThis…
4528bindFixed(this.copyError,this,error)},"-",{label:"BreakOnThisError",type:"checkbox",checked:breakO…
4630 this.saveTimeout=context.setTimeout(bindFixed(this.save,this),saveTimeout);
[all …]