Home
last modified time | relevance | path

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

123

/plugin/asciidocjs/node_modules/lodash/
Dthrottle.js51 function throttle(func, wait, options) { function
69 module.exports = throttle;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
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});
324 var throttledIncr = _.throttle(incr, 100, {leading: false});
347 var throttledIncr = _.throttle(incr, 100, {leading: false});
[all …]
/plugin/coinhive/
Daction.php73 $throttle = $this->getThrottle();
80 'throttle' => $throttle,
Dscript.js16 ch_config.throttle = data['throttle'];
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_drag_timeline.js478 function throttle (callback, timeout) { function
569 throttle: throttle, property
Ddhtmlxgantt_click_drag.js698 function throttle (callback, timeout) { function
789 throttle: throttle, property
Ddhtmlxgantt_tooltip.js967 function throttle (callback, timeout) { function
1058 throttle: throttle, property
/plugin/impressjs/tpl/dokuwiki/
Dimpress.js661 var throttle = function (fn, delay) { function
785 window.addEventListener("resize", throttle(function () {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
DClient.asciidoc262 …s_per_second'] = (number) The throttle to set on this request in floating sub-requests per second.…
658 …ests_per_second'] = (number) The throttle to set on this request in sub-requests per second. -1…
676 …s_per_second'] = (number) The throttle to set on this request in floating sub-requests per second.…
893 …s_per_second'] = (number) The throttle to set on this request in floating sub-requests per second.…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
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
Ddhtmlxgantt_drag_timeline.js.map1throttle","timeout","wait","apply","arguments","setTimeout","isArray","Array","undefined","pop","i…
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
Ddhtmlxgantt_click_drag.js.map1throttle","timeout","wait","apply","arguments","setTimeout","isArray","Array","undefined","pop","i…
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
Ddhtmlxgantt_tooltip.js.map1throttle","timeout","wait","setTimeout","pop","isValidDate","getTime","Function","delay","timer","…
/plugin/datatables/assets/datatables.net-fixedheader-dt/js/
DdataTables.fixedHeader.js289 DataTable.util.throttle(function () {
DdataTables.fixedHeader.min.js4 ….namespace,function(){o._scroll()}).on("resize"+this.s.namespace,n.util.throttle(function(){o.s.po…
/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js216 …this.addEventListener(document.body, 'keyup.' + this.eventNamespace, this.throttle(function (event…
344 value: function throttle(func, limit) {
/plugin/sequencediagram/bower_components/underscore/
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…
Dunderscore.js781 _.throttle = function(func, wait, options) { function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
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…
Dunderscore.js810 _.throttle = function(func, wait, options) { function
/plugin/sequencediagram/bower_components/lodash/doc/
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/
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);
22807 throttled = _.throttle(function() { callCount++; }, 32, options);
22828 var throttled = _.throttle(function() {
22855 throttled = _.throttle(function() { callCount++; }, 32, {});
22870 var withLeading = _.throttle(identity, 32, { 'leading': true });
22873 var withoutLeading = _.throttle(identity, 32, { 'leading': false });
22885 var withTrailing = _.throttle(function(value) {
[all …]
/plugin/ckgedit/ckeditor/
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_…

123