Home
last modified time | relevance | path

Searched refs:throttle (Results 1 – 25 of 49) sorted by relevance

12

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js200 var throttledIncr = _.throttle(incr, 32);
212 var throttledUpdate = _.throttle(update, 32);
224 var throttledIncr = _.throttle(incr, 32);
237 var throttledIncr = _.throttle(incr, 32);
247 var throttledIncr = _.throttle(incr, 30);
263 var throttledIncr = _.throttle(incr, 100);
288 var throttledIncr = _.throttle(incr, 32);
308 var throttledIncr = _.throttle(incr, 60, {leading: false});
387 var throttledIncr = _.throttle(incr, 100);
420 throttledAppend = _.throttle(append, 32);
[all …]
/plugin/coinhive/
H A Daction.php73 $throttle = $this->getThrottle();
80 'throttle' => $throttle,
H A Dscript.js16 ch_config.throttle = data['throttle'];
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js478 function throttle (callback, timeout) { function
569 throttle: throttle, property in module.exports
H A Ddhtmlxgantt_click_drag.js698 function throttle (callback, timeout) { function
789 throttle: throttle, property in module.exports
H A Ddhtmlxgantt_tooltip.js967 function throttle (callback, timeout) { function
1058 throttle: throttle, property in module.exports
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js661 var throttle = function (fn, delay) { function
785 window.addEventListener("resize", throttle(function () {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc262 $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
658 $params['requests_per_second'] = (number) The throttle to set on this request in sub-requests per second. -1 means no throttle. (Default = 0)
676 $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
893 $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
/plugin/datatables/assets/datatables.net-fixedheader/js/
H A DdataTables.fixedHeader.min.js
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js13 ….sort(function(t,r){return t[e]===r[e]?0:n?o(t[e],r[e]):o(r[e],t[e])})},throttle:function(t,e){var… method in t.exports
H A Ddhtmlxgantt_click_drag.js13 ….sort(function(t,o){return t[e]===o[e]?0:n?i(t[e],o[e]):i(o[e],t[e])})},throttle:function(t,e){var… method in t.exports
H A Ddhtmlxgantt_drag_timeline.js.map1throttle","timeout","wait","apply","arguments","setTimeout","isArray","Array","undefined","pop","i…
H A Ddhtmlxgantt_click_drag.js.map1throttle","timeout","wait","apply","arguments","setTimeout","isArray","Array","undefined","pop","i…
H A Ddhtmlxgantt_tooltip.js13 ….sort(function(t,i){return t[e]===i[e]?0:o?n(t[e],i[e]):n(i[e],t[e])})},throttle:function(t,e){var… method in t.exports
H A Ddhtmlxgantt_tooltip.js.map1throttle","timeout","wait","setTimeout","pop","isValidDate","getTime","Function","delay","timer","…
/plugin/datatables/assets/datatables.net-responsive/js/
H A DdataTables.responsive.min.js
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5 …function(){return n.apply(null,r)},t)},m.defer=m.partial(m.delay,m,1),m.throttle=function(n,t,r){v… function
H A Dunderscore.js781 _.throttle = function(func, wait, options) { function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5 …function(){return n.apply(null,r)},t)},m.defer=m.partial(m.delay,m,1),m.throttle=function(n,t,r){v… function
H A Dunderscore.js810 _.throttle = function(func, wait, options) { function
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md140 * <a href="#_throttlefunc-wait0-options">`_.throttle`</a>
3843 for details over the differences between `_.debounce` and `_.throttle`.
4336 <h3 id="_throttlefunc-wait0-options"><code>_.throttle(func, [wait=0], [options={}])</code></h3>
4337 …10897 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.throttle "See the npm pack…
4359 for details over the differences between `_.throttle` and `_.debounce`.
4365 1. `func` *(Function)*: The function to throttle.
4366 2. `[wait=0]` *(number)*: The number of milliseconds to throttle invocations to.
4377 jQuery(window).on('scroll', _.throttle(updatePosition, 100));
4380 var throttled = _.throttle(renewToken, 300000, { 'trailing': false });
8604 `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js22712 throttled = _.throttle(function() { callCount++; }, 32);
22732 var throttled = _.throttle(identity, 32),
22765 var throttled = lodash.throttle(function() { callCount++; }, 32);
22787 throttled = _.throttle(function() { callCount++; }, 32);
22828 var throttled = _.throttle(function() {
22855 throttled = _.throttle(function() { callCount++; }, 32, {});
22870 var withLeading = _.throttle(identity, 32, { 'leading': true });
22885 var withTrailing = _.throttle(function(value) {
22890 var withoutTrailing = _.throttle(function(value) {
22915 var throttled = _.throttle(function() {
[all …]
/plugin/ckgedit/ckeditor/
H A DCHANGES.md128 …hod-eventsBuffer) and [`tools.throttle`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_t…
130 …`tools.throttle`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-thrott…
200 …: Added the [`CKEDITOR.tools.throttle()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js10897 function throttle(func, wait, options) {
16642 lodash.throttle = throttle;
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js10897 function throttle(func, wait, options) {
16642 lodash.throttle = throttle;

12