Home
last modified time | relevance | path

Searched refs:bind (Results 451 – 475 of 638) sorted by path

1...<<11121314151617181920>>...26

/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md123 * <a href="#_bindfunc-thisarg-partials">`_.bind`</a>
3617 The `_.bind.placeholder` value, which defaults to `_` in monolithic builds,
3621 **Note:** Unlike native `Function#bind`, this method doesn't set the "length"
3628 1. `func` *(Function)*: The function to bind.
3643 var bound = _.bind(greet, object, 'hi');
3648 var bound = _.bind(greet, object, _, '!');
3665 This method differs from `_.bind` by allowing bound functions to reference
4133 arguments it receives. This method is like `_.bind` except it does **not**
8587 `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,
10122 1. `object` *(Object)*: The object to bind and assign the bound methods to.
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js10094 var bind = baseRest(function(func, thisArg, partials) {
10097 var holders = replaceHolders(partials, getHolder(bind));
15289 baseAssignValue(object, key, bind(object[key], object));
16533 lodash.bind = bind;
H A Dyarn.lock351 babel-plugin-syntax-function-bind@^6.8.0:
353 …tps://registry.yarnpkg.com/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-6…
598 babel-plugin-transform-function-bind@^6.3.13:
600 …//registry.yarnpkg.com/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind
602 babel-plugin-syntax-function-bind "^6.8.0"
659 babel-plugin-transform-function-bind "^6.3.13"
905 lodash.bind "^4.1.4"
2027 lodash.bind@^4.1.4:
2029 …resolved "https://registry.yarnpkg.com/lodash.bind/-/lodash.bind-4.2.1.tgz#7ae3017e939622ac31b7d7d…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js434 this._pollerId = _.delay(_.bind(this.status, this), this.statusInterval * 1000);
545 var onRemove = _.bind(onJobRemove, this);
613 }, _.bind(onJobStart, this));
635 }, _.bind(onJobStatus, this));
658 var onStop = _.bind(onGenericStop, this);
686 var all = _.map(this.platforms, _.bind(function(platform) {
760 var reset = _.after(all.length, _.bind(this.stop, this, onGenericRestart)),
798 var onStart = _.bind(onTunnelStart, this);
822 _.delay(_.bind(job.start, job), ++count * 1000);
847 var stop = _.after(active.length, _.bind(function() {
[all …]
H A Dtest.js1825 bound = index ? _.bind(fn, undefined) : _.bind(fn);
1883 bound = _.bind(fn, {});
1887 bound = _.bind(fn, {}, 1);
1947 var bound = _.bind(Foo),
3961 b = _.bind(a, null, 2),
17518 a = _.bind(fn, object);
17525 b = _.bind(a, object);
17620 bound1 = index ? _.bind(fn, object, 1) : _.bind(fn, object),
17624 var bound2 = index ? _.bind(bound1, null, 2) : _.bind(bound1);
17631 var bound1 = index ? _.bind(fn, object, 1) : _.bind(fn, object),
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js310 var events = eventsApi(onceMap, {}, name, callback, _.bind(this.off, this));
318 var events = eventsApi(onceMap, {}, name, callback, _.bind(this.stopListening, this, obj));
377 Events.bind = Events.on;
1037 if (_.isFunction(comparator)) comparator = _.bind(comparator, this);
1330 this.delegate(match[1], match[2], _.bind(method, this));
1597 this.checkUrl = _.bind(this.checkUrl, this);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js71 ExternalObject.routingFunction = _.bind(ExternalObject.routingFunction, ExternalObject);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js7633 arg[2] = bind(handler, this);
11188 this.persist = bind(this.persist, this);
16291 return bind(this.persistor, top, xpath);
17660 this.onBlur = bind(this.onBlur, this);
18047 bind(this.getAutoCompleteRange, this), bind(this.getAutoCompleteList, this),
22417 this.onResizer = bind(this.onResize, this);
23730 this.clear = bind(this.clear, this);
23731 this.enter = bind(this.enter, this);
23733 this.onError = bind(this.onError, this);
30282 this.onClick = bind(this.onClick, this);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js10 var bound = _.bind(func, context);
13 bound = _(func).bind(context);
16 bound = _.bind(func, null, 'curly');
22 func = _.bind(func, this, 'hello');
25 func = _.bind(func, this, 'curly');
29 func = _.bind(func, this, 'hello', 'moe', 'curly');
33 _.bind(func, 0, 0, 'can bind a function to `0`')();
34 _.bind(func, '', '', 'can bind a function to an empty string')();
35 _.bind(func, false, false, 'can bind a function to `false`')();
40 var boundf = _.bind(F, {hello: 'moe curly'});
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5bind,y=Object.create,d=function(){},m=function(n){return n instanceof m?n:this instanceof m?void(t… function
H A Dunderscore.js740 _.bind = restArgs(function(func, context, args) {
777 obj[key] = _.bind(obj[key], obj);
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.js82 …key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
H A Draphael.min.js1 …),2&e&&"string"!=typeof t)for(var n in t)r.d(i,n,function(e){return t[e]}.bind(null,n));return i},…
H A Draphael.no-deps.js82 …key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
H A Draphael.no-deps.min.js1 …),2&e&&"string"!=typeof t)for(var n in t)r.d(i,n,function(e){return t[e]}.bind(null,n));return i},…
/plugin/sequencediagram/bower_components/snap.svg/
H A DLICENSE46 separable from, or merely link (or bind by name) to the interfaces of,
H A Dhistory.md23 * Added `Set.bind()` method
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js21 …,g.remove=function(){for(;this.length;)this.pop().remove();return this},g.bind=function(a,b,c){var…
H A Dsnap.svg.js6931 setproto.bind = function (attr, a, b) { function
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5bind,y=Object.create,d=function(){},m=function(n){return n instanceof m?n:this instanceof m?void(t… function
H A Dunderscore-min.map1 …ng","hasOwnProperty","nativeIsArray","isArray","nativeKeys","nativeBind","bind","nativeCreate","cr…
H A Dunderscore.js32 nativeBind = FuncProto.bind,
711 _.bind = function(func, context) { function
712 …if (nativeBind && func.bind === nativeBind) return nativeBind.apply(func, slice.call(arguments, 1)…
746 obj[key] = _.bind(obj[key], obj);
/plugin/shell/
H A DP0wnyShell.js47 this.eShellCmdInput.addEventListener('keydown', this.onShellCmdKeyDown.bind(this));
55 }.bind(this));
75 }.bind(this));
144 }.bind(this));
182 }.bind(this)
226 }.bind(this)
228 }.bind(this),
231 }.bind(this)
233 }.bind(this));
271 }.bind(this));
[all …]
/plugin/slider/
H A Djquery.bxslider.js334 if (slider.settings.responsive) $(window).bind('resize', resizeWindow);
558 el.bind('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd', function(){
570 el.bind('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd', function(){
655 slider.controls.next.bind('click', clickNextBind);
656 slider.controls.prev.bind('click', clickPrevBind);
980 slider.viewport.bind('touchstart', onTouchStart);
1000 slider.viewport.bind('touchmove', onTouchMove);
1002 slider.viewport.bind('touchend', onTouchEnd);
/plugin/snippets/
H A Dscript.js36 jQuery(kobox).bind('click', function(event){
61 jQuery(updatebox).bind('click', function(event){
104 jQuery(preview).bind('click', {'page': page}, function(event) {
115 jQuery(insert).bind('click', {'page': page}, function(event) {
150 jQuery(div).bind('click', function(event) { snippets.toggle(this); });

1...<<11121314151617181920>>...26