Home
last modified time | relevance | path

Searched refs:debounce (Results 1 – 25 of 54) sorted by relevance

123

/plugin/asciidocjs/node_modules/lodash/
Dthrottle.js1 var debounce = require('./debounce'), variable
62 return debounce(func, wait, {
Ddebounce.js66 function debounce(func, wait, options) { function
191 module.exports = debounce;
Dlodash.js10372 function debounce(func, wait, options) { function
10976 return debounce(func, wait, {
16645 lodash.debounce = debounce;
/plugin/combo/resources/snippet/js/
H A Dcombo-debounce.js11 module.debounce = function (callBack, interval, leadingExecution = false) { function
H A Dcombo-search-box.js88 combos.debounce(
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dfunctions.js460 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/
Dinterface.js2 function debounce(callback, timeout) { function
28 return new MutationObserver(debounce(callback, 500)).observe($element.get(0), {
/plugin/dirtylittlehelper/mermaid/editor/src/components/
DView.svelte43 // manual debounce
/plugin/diagramsnet/lib/js/diagramly/
DmxRuler.js346 var efficientSizeListener = debounce(sizeListener, 10);
354 var efficientScrollListener = debounce(function()
378 function debounce(func, wait, immediate) function
/plugin/emoji/script/
Djquery.textcomplete.js947 var debounce = function (func, wait) { function
993 if (this.option.debounce) {
994 this._onKeyup = debounce(this._onKeyup, this.option.debounce);
/plugin/diagramsnet/lib/
Dyarn.lock201 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/
Djquery.textcomplete.min.js2 …me,this.completer=c,this.option=e,this.option.debounce&&(this._onKeyup=d(this._onKeyup,this.option…
/plugin/tagfilter/script/select2/
Dselect2.js229 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/
Devents.js631 var func = _.debounce(function() { assert.ok(true); done(); }, 50);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dholder.min.js12debounce)}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 Djsoneditor-minimalist.min.js30debounce(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/
Djquery.imagemapster.js3901 function debounce() { function
3910 $(window).on('resize' + ns, debounce);
/plugin/sequencediagram/bower_components/underscore/
Dunderscore-min.js5 …apply(e,u),o||(e=u=null)):o||r.trailing===!1||(o=setTimeout(c,l)),i}},m.debounce=function(n,t,r){v…
Dunderscore.js817 _.debounce = function(func, wait, immediate) { function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
Dunderscore-min.js5 …apply(e,u),o||(e=u=null)):o||r.trailing===!1||(o=setTimeout(c,l)),i}},m.debounce=function(n,t,r){v…
Dunderscore.js855 _.debounce = function(func, wait, immediate) { function
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js4197 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/
Dlodash.js10304 function debounce(func, wait, options) { function
10908 return debounce(func, wait, {
16548 lodash.debounce = debounce;
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.js10304 function debounce(func, wait, options) { function
10908 return debounce(func, wait, {
16548 lodash.debounce = debounce;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js866 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

123