Home
last modified time | relevance | path

Searched refs:_queue (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/scripts/
H A Dfileuploader.js869 this._queue = []; property in qq.UploadHandlerAbstract
886 var len = this._queue.push(id);
908 for (var i=0; i<this._queue.length; i++){
909 this._cancel(this._queue[i]);
911 this._queue = []; property
926 return this._queue;
940 var i = qq.indexOf(this._queue, id);
941 this._queue.splice(i, 1);
945 if (this._queue.length >= max && i < max){
946 var nextId = this._queue[max-1];