| /plugin/asciidocjs/node_modules/lodash/ |
| D | throttle.js | 1 var debounce = require('./debounce'), variable 62 return debounce(func, wait, {
|
| D | debounce.js | 66 function debounce(func, wait, options) { function 191 module.exports = debounce;
|
| D | lodash.js | 10372 function debounce(func, wait, options) { function 10976 return debounce(func, wait, { 16645 lodash.debounce = debounce;
|
| /plugin/combo/resources/snippet/js/ |
| H A D | combo-debounce.js | 11 module.debounce = function (callBack, interval, leadingExecution = false) { function
|
| H A D | combo-search-box.js | 88 combos.debounce(
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | functions.js | 460 var debouncedIncr = _.debounce(incr, 32); 471 var debouncedIncr = _.debounce(incr, 32); 483 var debouncedIncr = _.debounce(incr, 64, true); 507 var debouncedIncr = _.debounce(incr, 64, true); 524 var debouncedIncr = _.debounce(function(){ 538 var debouncedIncr = _.debounce(function(){ 572 debouncedAppend = _.debounce(append, 32);
|
| /plugin/batchedit/ |
| D | interface.js | 2 function debounce(callback, timeout) { function 28 return new MutationObserver(debounce(callback, 500)).observe($element.get(0), {
|
| /plugin/dirtylittlehelper/mermaid/editor/src/components/ |
| D | View.svelte | 43 // manual debounce
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | mxRuler.js | 346 var efficientSizeListener = debounce(sizeListener, 10); 354 var efficientScrollListener = debounce(function() 378 function debounce(func, wait, immediate) function
|
| /plugin/emoji/script/ |
| D | jquery.textcomplete.js | 947 var debounce = function (func, wait) { function 993 if (this.option.debounce) { 994 this._onKeyup = debounce(this._onKeyup, this.option.debounce);
|
| /plugin/diagramsnet/lib/ |
| D | yarn.lock | 201 debounce-fn "^4.0.0" 229 debounce-fn@^4.0.0: 231 …resolved "https://registry.yarnpkg.com/debounce-fn/-/debounce-fn-4.0.0.tgz#ed76d206d8a50e60de0dd66…
|
| /plugin/linksuggest/vendor/ |
| D | jquery.textcomplete.min.js | 2 …me,this.completer=c,this.option=e,this.option.debounce&&(this._onKeyup=d(this._onKeyup,this.option…
|
| /plugin/tagfilter/script/select2/ |
| D | select2.js | 229 function debounce(quietMillis, fn, ctx) { function 256 var notify = debounce(threshold, function (e) { element.trigger("scroll-debounced", e);}); 3386 debounce: debounce, property
|
| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
| D | events.js | 631 var func = _.debounce(function() { assert.ok(true); done(); }, 50);
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | holder.min.js | 12 …debounce)}function w(){v(function(){l(null)})}var x=c(1),y=c(2),z=c(3),A=c(4),B=z.extend,C=z.getNo… property
|
| /plugin/struct/jsoneditor/ |
| H A D | jsoneditor-minimalist.min.js | 30 …debounce(this.validate.bind(this),this.DEBOUNCE_INTERVAL)};var h=void 0,u=null;d.set=function(e,t)… 31 …uncedOnChangeValue=s.debounce(this._onChangeValue.bind(this),i.prototype.DEBOUNCE_INTERVAL),this._…
|
| /plugin/imapmarkers/ |
| D | jquery.imagemapster.js | 3901 function debounce() { function 3910 $(window).on('resize' + ns, debounce);
|
| /plugin/sequencediagram/bower_components/underscore/ |
| D | underscore-min.js | 5 …apply(e,u),o||(e=u=null)):o||r.trailing===!1||(o=setTimeout(c,l)),i}},m.debounce=function(n,t,r){v…
|
| D | underscore.js | 817 _.debounce = function(func, wait, immediate) { function
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
| D | underscore-min.js | 5 …apply(e,u),o||(e=u=null)):o||r.trailing===!1||(o=setTimeout(c,l)),i}},m.debounce=function(n,t,r){v…
|
| D | underscore.js | 855 _.debounce = function(func, wait, immediate) { function
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | test.js | 4197 var debounced = _.debounce(function(value) { 4225 var debounced = _.debounce(identity, 32); 4244 debounced = _.debounce(function() { ++callCount; }, 0); 4262 debounced = _.debounce(function() { callCount++; }, 32, {}); 4280 var withLeading = _.debounce(function() { 4284 var withLeadingAndTrailing = _.debounce(function() { 4310 var debounced = _.debounce(identity, 32, { 'leading': true, 'trailing': false }), 4330 var withTrailing = _.debounce(function() { 4334 var withoutTrailing = _.debounce(function() { 4358 var debounced = _.debounce(function(value) { [all …]
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | lodash.js | 10304 function debounce(func, wait, options) { function 10908 return debounce(func, wait, { 16548 lodash.debounce = debounce;
|
| /plugin/sequencediagram/bower_components/lodash/dist/ |
| D | lodash.js | 10304 function debounce(func, wait, options) { function 10908 return debounce(func, wait, { 16548 lodash.debounce = debounce;
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 866 function debounce(func, wait, immediate) { 901 exports.debounce = debounce; 1986 exports.debounce = util_1.debounce; 6500 this.listenTo(scrollEl, 'scroll', util_1.debounce(this.handleDebouncedScroll, 100)); 10862 $(window).resize(this.windowResizeProxy = util_1.debounce(// prevents rapid calls
|