Home
last modified time | relevance | path

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

12345678910>>...101

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/ts-debounce/
H A DREADME.md1 # TypeScript implementation of debounce function
3 …](https://travis-ci.org/chodorowicz/ts-debounce.svg?branch=master)](https://travis-ci.org/chodorow…
4 [![npm](https://img.shields.io/npm/v/ts-debounce.svg)](https://www.npmjs.com/package/ts-debounce)
5 …](https://img.shields.io/bundlephobia/minzip/ts-debounce.svg)](https://www.npmjs.com/package/ts-de…
6 …efinitions](https://img.shields.io/npm/types/ts-debounce.svg)](https://www.npmjs.com/package/ts-de…
7 …d](https://img.shields.io/david/chodorowicz/ts-debounce.svg)](https://david-dm.org/chodorowicz/ts-
8 …tps://img.shields.io/david/peer/chodorowicz/ts-debounce.svg)](https://david-dm.org/chodorowicz/ts-
17 import { debounce } from 'ts-debounce';
19 const debouncedFunction = debounce(originalFunction, waitMilliseconds, options);
22 - the function which we want to debounce
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/ts-debounce/
H A DREADME.md1 # TypeScript implementation of debounce function
3 [![npm](https://img.shields.io/npm/v/ts-debounce.svg)](https://www.npmjs.com/package/ts-debounce)
5 …efinitions](https://img.shields.io/npm/types/ts-debounce.svg)](https://www.npmjs.com/package/ts-de…
6 …d](https://img.shields.io/david/chodorowicz/ts-debounce.svg)](https://david-dm.org/chodorowicz/ts-
7 …tps://img.shields.io/david/peer/chodorowicz/ts-debounce.svg)](https://david-dm.org/chodorowicz/ts-
21 npm install ts-debounce
27 yarn add ts-debounce
33 import { debounce } from 'ts-debounce';
38 - the function which we want to debounce
67 const g = debounce(asyncFunction);
[all …]
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-debounce.c120 fallback->debounce.state = new_state; in debounce_set_state()
158 if (fallback->debounce.spurious_enabled) in debounce_enable_spurious()
162 fallback->debounce.spurious_enabled = true; in debounce_enable_spurious()
187 fallback->debounce.button_time = time; in debounce_is_up_handle_event()
211 fallback->debounce.button_time = time; in debounce_is_down_handle_event()
214 if (fallback->debounce.spurious_enabled) { in debounce_is_down_handle_event()
242 fallback->debounce.button_time = time; in debounce_down_waiting_handle_event()
309 fallback->debounce.button_time = time; in debounce_release_waiting_handle_event()
360 fallback->debounce.button_time = time; in debounce_released_handle_event()
403 fallback->debounce.button_time = time; in debounce_disabled_event()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/debounce/
H A DREADME.md3 [![Build Status](https://travis-ci.org/bep/debounce.svg)](https://travis-ci.org/bep/debounce)
4 [![GoDoc](https://godoc.org/github.com/bep/debounce?status.svg)](https://godoc.org/github.com/bep/d…
5 …ps://goreportcard.com/badge/github.com/bep/debounce)](https://goreportcard.com/report/github.com/b…
6 [![codecov](https://codecov.io/gh/bep/debounce/branch/master/graph/badge.svg)](https://codecov.io/g…
7 …](https://img.shields.io/github/release/bep/debounce.svg?style=flat-square)](https://github.com/be…
19 debounced := debounce.New(100 * time.Millisecond)
H A Ddebounce_test.go31 debounced := debounce.New(100 * time.Millisecond)
67 debounced := debounce.New(100 * time.Millisecond)
98 debounced := debounce.New(100 * time.Millisecond)
120 debounced := debounce.New(100 * time.Millisecond)
140 debounced := debounce.New(100 * time.Millisecond)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpio/
H A Dgpio-menz127.c39 unsigned debounce) in men_z127_debounce() argument
46 if (!MEN_Z127_DB_IN_RANGE(debounce)) { in men_z127_debounce()
51 if (debounce > 0) { in men_z127_debounce()
53 rnd = fls(debounce) - 1; in men_z127_debounce()
56 debounce = roundup(debounce, MEN_Z127_DB_MIN_US); in men_z127_debounce()
58 debounce = rounddown(debounce, MEN_Z127_DB_MIN_US); in men_z127_debounce()
60 if (debounce > MEN_Z127_DB_MAX_US) in men_z127_debounce()
61 debounce = MEN_Z127_DB_MAX_US; in men_z127_debounce()
64 debounce /= 50; in men_z127_debounce()
71 if (debounce == 0) { in men_z127_debounce()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpio/
H A Dgpio-menz127.c39 unsigned debounce) in men_z127_debounce() argument
46 if (!MEN_Z127_DB_IN_RANGE(debounce)) { in men_z127_debounce()
51 if (debounce > 0) { in men_z127_debounce()
53 rnd = fls(debounce) - 1; in men_z127_debounce()
56 debounce = roundup(debounce, MEN_Z127_DB_MIN_US); in men_z127_debounce()
58 debounce = rounddown(debounce, MEN_Z127_DB_MIN_US); in men_z127_debounce()
60 if (debounce > MEN_Z127_DB_MAX_US) in men_z127_debounce()
61 debounce = MEN_Z127_DB_MAX_US; in men_z127_debounce()
64 debounce /= 50; in men_z127_debounce()
71 if (debounce == 0) { in men_z127_debounce()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpio/
H A Dgpio-menz127.c39 unsigned debounce) in men_z127_debounce() argument
46 if (!MEN_Z127_DB_IN_RANGE(debounce)) { in men_z127_debounce()
51 if (debounce > 0) { in men_z127_debounce()
53 rnd = fls(debounce) - 1; in men_z127_debounce()
56 debounce = roundup(debounce, MEN_Z127_DB_MIN_US); in men_z127_debounce()
58 debounce = rounddown(debounce, MEN_Z127_DB_MIN_US); in men_z127_debounce()
60 if (debounce > MEN_Z127_DB_MAX_US) in men_z127_debounce()
61 debounce = MEN_Z127_DB_MAX_US; in men_z127_debounce()
64 debounce /= 50; in men_z127_debounce()
71 if (debounce == 0) { in men_z127_debounce()
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/throttle-debounce/
H A DREADME.md1 # throttle-debounce
5 Throttle and debounce functions.
7 This module is the same as [jquery-throttle-debounce][jquery-throttle-debounce] ([with some differe…
12 npm install throttle-debounce --save
18 import { throttle, debounce } from 'throttle-debounce';
24 debounce(300, () => {
73 ### debounce(delay, atBegin, callback)
100 * There is no standalone version available, so don’t rely on `$.throttle` and `$.debounce` to be av…
115 [ci]: https://travis-ci.org/niksy/throttle-debounce
116 [ci-img]: https://travis-ci.org/niksy/throttle-debounce.svg?branch=master
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/throttle-debounce/
H A DREADME.md1 # throttle-debounce
5 Throttle and debounce functions.
7 This module is the same as [jquery-throttle-debounce][jquery-throttle-debounce] ([with some differe…
12 npm install throttle-debounce --save
18 import { throttle, debounce } from 'throttle-debounce';
24 debounce(300, () => {
73 ### debounce(delay, atBegin, callback)
100 * There is no standalone version available, so don’t rely on `$.throttle` and `$.debounce` to be av…
115 [ci]: https://travis-ci.org/niksy/throttle-debounce
116 [ci-img]: https://travis-ci.org/niksy/throttle-debounce.svg?branch=master
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/
H A Dwatch.go86 debounce = time.NewTimer(0)
89 if !debounce.Stop() {
90 <-debounce.C
92 defer debounce.Stop()
100 debounce.Reset(debounceDuration)
103 case <-debounce.C:
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/keystore/
H A Dwatch.go87 debounce = time.NewTimer(0)
90 if !debounce.Stop() {
91 <-debounce.C
93 defer debounce.Stop()
101 debounce.Reset(debounceDuration)
104 case <-debounce.C:
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/boot/dts/
H A Ds3c6410-mini6410.dts71 debounce-interval = <20>;
78 debounce-interval = <20>;
85 debounce-interval = <20>;
92 debounce-interval = <20>;
99 debounce-interval = <20>;
106 debounce-interval = <20>;
113 debounce-interval = <20>;
120 debounce-interval = <20>;
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/boot/dts/
H A Ds3c6410-mini6410.dts71 debounce-interval = <20>;
78 debounce-interval = <20>;
85 debounce-interval = <20>;
92 debounce-interval = <20>;
99 debounce-interval = <20>;
106 debounce-interval = <20>;
113 debounce-interval = <20>;
120 debounce-interval = <20>;
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/boot/dts/
H A Ds3c6410-mini6410.dts71 debounce-interval = <20>;
78 debounce-interval = <20>;
85 debounce-interval = <20>;
92 debounce-interval = <20>;
99 debounce-interval = <20>;
106 debounce-interval = <20>;
113 debounce-interval = <20>;
120 debounce-interval = <20>;
/dports/www/R-cran-shiny/shiny/man/
H A Ddebounce.Rd3 \name{debounce}
4 \alias{debounce}
6 \title{Slow down a reactive expression with debounce/throttle}
8 debounce(r, millis, priority = 100, domain = getDefaultReactiveDomain())
15 \item{millis}{The debounce/throttle time window. You may optionally pass a
32 \code{debounce} and \code{throttle} use different algorithms for slowing down
36 This is not a true debounce/throttle in that it will not prevent \code{r}
68 timing of debounce/throttle (or any other timing-related functions in
77 window: in this case, debounce/throttle may not have any effect, as the
103 hover_d <- hover \%>\% debounce(1000)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/core/
H A Dslot-gpio.c171 unsigned int debounce) in mmc_gpiod_request_cd() argument
181 if (debounce) { in mmc_gpiod_request_cd()
182 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_cd()
184 ctx->cd_debounce_delay_ms = debounce / 1000; in mmc_gpiod_request_cd()
219 unsigned int idx, unsigned int debounce) in mmc_gpiod_request_ro() argument
229 if (debounce) { in mmc_gpiod_request_ro()
230 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_ro()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/core/
H A Dslot-gpio.c171 unsigned int debounce) in mmc_gpiod_request_cd() argument
181 if (debounce) { in mmc_gpiod_request_cd()
182 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_cd()
184 ctx->cd_debounce_delay_ms = debounce / 1000; in mmc_gpiod_request_cd()
219 unsigned int idx, unsigned int debounce) in mmc_gpiod_request_ro() argument
229 if (debounce) { in mmc_gpiod_request_ro()
230 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_ro()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/core/
H A Dslot-gpio.c171 unsigned int debounce) in mmc_gpiod_request_cd() argument
181 if (debounce) { in mmc_gpiod_request_cd()
182 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_cd()
184 ctx->cd_debounce_delay_ms = debounce / 1000; in mmc_gpiod_request_cd()
219 unsigned int idx, unsigned int debounce) in mmc_gpiod_request_ro() argument
229 if (debounce) { in mmc_gpiod_request_ro()
230 ret = gpiod_set_debounce(desc, debounce); in mmc_gpiod_request_ro()
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/p-debounce/
H A Dreadme.md1 # p-debounce [![Build Status](https://travis-ci.org/sindresorhus/p-debounce.svg?branch=master)](htt…
9 $ npm install --save p-debounce
16 const pDebounce = require('p-debounce');
/dports/devel/py-watchgod/watchgod-0.7/watchgod/
H A Dmain.py74 debounce: int = 1600,
85 self._debounce = debounce
179 debounce: int = 400,
191 …path, watcher_cls=watcher_cls, debounce=debounce, min_sleep=min_sleep, watcher_kwargs=watcher_kwar…
210 debounce: int = 400,
216 watcher = awatch(path, watcher_cls=watcher_cls, debounce=debounce, min_sleep=min_sleep)
/dports/www/grafana8/grafana-8.3.6/public/app/angular/components/form_dropdown/
H A Dform_dropdown.ts1 import { debounce, find, indexOf, map, isObject, escape, unescape } from 'lodash';
39 debounce: boolean; property in FormDropdownCtrl
49 this.debounce = false;
83 if (this.debounce) {
84 typeahead.lookup = debounce(typeahead.lookup, 500, { leading: true });
274 debounce: '@',
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/touchscreen/
H A Dmk712.c81 static int debounce = 1; in mk712_interrupt() local
90 debounce = 1; in mk712_interrupt()
95 debounce = 1; in mk712_interrupt()
100 if (debounce) { in mk712_interrupt()
101 debounce = 0; in mk712_interrupt()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/touchscreen/
H A Dmk712.c81 static int debounce = 1; in mk712_interrupt() local
90 debounce = 1; in mk712_interrupt()
95 debounce = 1; in mk712_interrupt()
100 if (debounce) { in mk712_interrupt()
101 debounce = 0; in mk712_interrupt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/touchscreen/
H A Dmk712.c81 static int debounce = 1; in mk712_interrupt() local
90 debounce = 1; in mk712_interrupt()
95 debounce = 1; in mk712_interrupt()
100 if (debounce) { in mk712_interrupt()
101 debounce = 0; in mk712_interrupt()

12345678910>>...101