| /plugin/asciidocjs/node_modules/lodash/ |
| D | throttle.js | 51 function throttle(func, wait, options) { function 69 module.exports = throttle;
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | functions.js | 200 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/ |
| D | action.php | 73 $throttle = $this->getThrottle(); 80 'throttle' => $throttle,
|
| D | script.js | 16 ch_config.throttle = data['throttle'];
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_drag_timeline.js | 478 function throttle (callback, timeout) { function 569 throttle: throttle, property
|
| D | dhtmlxgantt_click_drag.js | 698 function throttle (callback, timeout) { function 789 throttle: throttle, property
|
| D | dhtmlxgantt_tooltip.js | 967 function throttle (callback, timeout) { function 1058 throttle: throttle, property
|
| /plugin/impressjs/tpl/dokuwiki/ |
| D | impress.js | 661 var throttle = function (fn, delay) { function 785 window.addEventListener("resize", throttle(function () {
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/ |
| D | Client.asciidoc | 262 …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/ |
| D | dhtmlxgantt_drag_timeline.js | 13 ….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
|
| D | dhtmlxgantt_drag_timeline.js.map | 1 …throttle","timeout","wait","apply","arguments","setTimeout","isArray","Array","undefined","pop","i…
|
| D | dhtmlxgantt_click_drag.js | 13 ….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
|
| D | dhtmlxgantt_click_drag.js.map | 1 …throttle","timeout","wait","apply","arguments","setTimeout","isArray","Array","undefined","pop","i…
|
| D | dhtmlxgantt_tooltip.js | 13 ….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
|
| D | dhtmlxgantt_tooltip.js.map | 1 …throttle","timeout","wait","setTimeout","pop","isValidDate","getTime","Function","delay","timer","…
|
| /plugin/datatables/assets/datatables.net-fixedheader-dt/js/ |
| D | dataTables.fixedHeader.js | 289 DataTable.util.throttle(function () {
|
| D | dataTables.fixedHeader.min.js | 4 ….namespace,function(){o._scroll()}).on("resize"+this.s.namespace,n.util.throttle(function(){o.s.po…
|
| /plugin/gallery/simple-lightbox/ |
| D | simple-lightbox.js | 216 …this.addEventListener(document.body, 'keyup.' + this.eventNamespace, this.throttle(function (event… 344 value: function throttle(func, limit) {
|
| /plugin/sequencediagram/bower_components/underscore/ |
| D | underscore-min.js | 5 …function(){return n.apply(null,r)},t)},m.defer=m.partial(m.delay,m,1),m.throttle=function(n,t,r){v…
|
| D | underscore.js | 781 _.throttle = function(func, wait, options) { function
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
| D | underscore-min.js | 5 …function(){return n.apply(null,r)},t)},m.defer=m.partial(m.delay,m,1),m.throttle=function(n,t,r){v…
|
| D | underscore.js | 810 _.throttle = function(func, wait, options) { function
|
| /plugin/sequencediagram/bower_components/lodash/doc/ |
| D | README.md | 140 * <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") [Ⓝ](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/ |
| D | test.js | 22712 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/ |
| D | CHANGES.md | 128 …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_…
|