Searched refs:throttled (Results 1 – 13 of 13) sorted by relevance
40 public $throttled; variable in Google\\Service\\Spanner\\UpdateDatabaseDdlMetadata101 public function setThrottled($throttled) argument103 $this->throttled = $throttled;110 return $this->throttled;
84 throttled = getOption('throttled', 10), variable718 var threshold = Math.min(all.length, _.isFinite(throttled) ? throttled : 3);817 throttled = this.throttled;819 while (queue.length && (active.length < throttled)) {897 'throttled': throttled, property
22712 throttled = _.throttle(function() { callCount++; }, 32);22714 throttled();22715 throttled();22716 throttled();22732 var throttled = _.throttle(identity, 32),22733 results = [throttled('a'), throttled('b')];22738 var results = [throttled('c'), throttled('d')];22765 var throttled = lodash.throttle(function() { callCount++; }, 32);22767 throttled();22768 throttled();[all …]
91 … (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled
785 $params['ignore_throttled'] = (boolean) Ignore indices that are marked as throttled (default: tru…957 $params['ignore_throttled'] = (boolean) Ignore indices that are marked as throttled (default: tru…
822 var throttled = function() { function842 throttled.cancel = function() {848 return throttled;
159 … (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled745 … (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled794 … (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled
4339 Creates a throttled function that only invokes `func` at most once per4340 every `wait` milliseconds. The throttled function comes with a `cancel`4345 throttled function. Subsequent calls to the throttled function return the4350 invoked on the trailing edge of the timeout only if the throttled function4372 *(Function)*: Returns the new throttled function.4380 var throttled = _.throttle(renewToken, 300000, { 'trailing': false });4381 jQuery(element).on('click', throttled);4383 // Cancel the trailing throttled invocation.4384 jQuery(window).on('popstate', throttled.cancel);
610 …ow- servants that owed him an hundred pence: and laying hold of him, he throttled him, saying: Pay…
13 …F,splineCurve:ai,splineCurveMonotone:ri,supportsEventListenerOptions:Se,throttled:ct,toDegrees:Y,t… property
2437 - Trail throttled to 30ms
1 …throttled function return the result of the last\n\t * `func` call.\n\t *\n\t * **Note…
1 …entHandler.js';\n/**\n * Merges mouse events when mouse move events are throttled\n */\nexport fun…