PluginProbe
UpdraftCentral Dashboard / 0.8.13
UpdraftCentral Dashboard v0.8.13
0.8.33 0.7.2 0.7.3 0.7.4 0.8.0 0.8.1 0.8.10 0.8.11 0.8.12 0.8.13 0.8.14 0.8.15 0.8.16 0.8.17 0.8.18 0.8.19 0.8.2 0.8.20 0.8.21 0.8.22 0.8.23 0.8.24 0.8.25 0.8.26 0.8.27 All 51 releases
updraftcentral / js / queue.min.js

queue.min.js in UpdraftCentral Dashboard 0.8.13, at js/queue.min.js

1 lines 537 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 function UpdraftCentral_Queue(){var n=[],e=0,t=!1;this.get_length=function(){return n.length-e},this.is_empty=function(){return 0==n.length},this.enqueue=function(t){n.push(t)},this.is_locked=function(){return t},this.get_lock=function(){return!t&&(this.lock(),!0)},this.dequeue=function(){if(0!=n.length){var t=n[e];return 2*++e>=n.length&&(n=n.slice(e),e=0),t}},this.lock=function(){t=!0},this.unlock=function(){t=!1},this.peek=function(){return 0<n.length?n[e]:void 0},this.replace_front=function(t){return!(n.length<1)&&(n[e]=t,!0)}}