Searched refs:UploaderQueue (Results 1 - 6 of 6) sorted by relevance

/yui3/build/uploader-queue/
H A Duploader-queue-debug.js28 var UploaderQueue = function(o) {
36 UploaderQueue.superclass.constructor.apply(this, arguments);
40 Y.extend(UploaderQueue, Y.Base, {
47 * @default UploaderQueue.STOPPED
49 _currentState: UploaderQueue.STOPPED,
52 * Construction logic executed during UploaderQueue instantiation.
94 if (errorAction === UploaderQueue.STOP) {
98 else if (errorAction === UploaderQueue.RESTART_ASAP) {
102 else if (errorAction === UploaderQueue.RESTART_AFTER) {
175 if (this.queuedFiles.length > 0 && this._currentState === UploaderQueue
[all...]
/yui3/src/uploader/js/
H A Duploader-queue.js26 var UploaderQueue = function(o) { class
34 UploaderQueue.superclass.constructor.apply(this, arguments);
38 Y.extend(UploaderQueue, Y.Base, {
45 * @default UploaderQueue.STOPPED
47 _currentState: UploaderQueue.STOPPED,
50 * Construction logic executed during UploaderQueue instantiation.
92 if (errorAction === UploaderQueue.STOP) {
96 else if (errorAction === UploaderQueue.RESTART_ASAP) {
100 else if (errorAction === UploaderQueue.RESTART_AFTER) {
173 if (this.queuedFiles.length > 0 && this._currentState === UploaderQueue
[all...]
H A Duploader-html5.js13 UploaderQueue = Y.Uploader.Queue;
537 this.queue = new UploaderQueue({simUploads: this.get("simLimit"),
679 * <li> <strong>`UploaderQueue.CONTINUE`</strong>: the error is ignored and the upload process is continued.</li>
680 * <li> <strong>`UploaderQueue.STOP`</strong>: the upload process is stopped as soon as any other parallel file
682 * <li> <strong>`UploaderQueue.RESTART_ASAP`</strong>: the file is added back to the front of the queue.</li>
683 * <li> <strong>`UploaderQueue.RESTART_AFTER`</strong>: the file is added to the back of the queue.</li>
687 * @default UploaderQueue.CONTINUE
692 return (val === UploaderQueue.CONTINUE || val === UploaderQueue.STOP || val === UploaderQueue
[all...]
H A Duploader-flash.js13 UploaderQueue = Y.Uploader.Queue,
636 this.queue = new UploaderQueue({simUploads: this.get("simLimit"),
772 * <li> <strong>`UploaderQueue.CONTINUE`</strong>: the error is ignored and the upload process is continued.</li>
773 * <li> <strong>`UploaderQueue.STOP`</strong>: the upload process is stopped as soon as any other parallel file
775 * <li> <strong>`UploaderQueue.RESTART_ASAP`</strong>: the file is added back to the front of the queue.</li>
776 * <li> <strong>`UploaderQueue.RESTART_AFTER`</strong>: the file is added to the back of the queue.</li>
780 * @default UploaderQueue.CONTINUE
785 return (val === UploaderQueue.CONTINUE || val === UploaderQueue.STOP || val === UploaderQueue
[all...]
/yui3/build/uploader-html5/
H A Duploader-html5-debug.js15 UploaderQueue = Y.Uploader.Queue;
539 this.queue = new UploaderQueue({simUploads: this.get("simLimit"),
681 * <li> <strong>`UploaderQueue.CONTINUE`</strong>: the error is ignored and the upload process is continued.</li>
682 * <li> <strong>`UploaderQueue.STOP`</strong>: the upload process is stopped as soon as any other parallel file
684 * <li> <strong>`UploaderQueue.RESTART_ASAP`</strong>: the file is added back to the front of the queue.</li>
685 * <li> <strong>`UploaderQueue.RESTART_AFTER`</strong>: the file is added to the back of the queue.</li>
689 * @default UploaderQueue.CONTINUE
694 return (val === UploaderQueue.CONTINUE || val === UploaderQueue.STOP || val === UploaderQueue
[all...]
/yui3/build/uploader-flash/
H A Duploader-flash-debug.js15 UploaderQueue = Y.Uploader.Queue,
638 this.queue = new UploaderQueue({simUploads: this.get("simLimit"),
774 * <li> <strong>`UploaderQueue.CONTINUE`</strong>: the error is ignored and the upload process is continued.</li>
775 * <li> <strong>`UploaderQueue.STOP`</strong>: the upload process is stopped as soon as any other parallel file
777 * <li> <strong>`UploaderQueue.RESTART_ASAP`</strong>: the file is added back to the front of the queue.</li>
778 * <li> <strong>`UploaderQueue.RESTART_AFTER`</strong>: the file is added to the back of the queue.</li>
782 * @default UploaderQueue.CONTINUE
787 return (val === UploaderQueue.CONTINUE || val === UploaderQueue.STOP || val === UploaderQueue
[all...]

Completed in 1021 milliseconds