| /plugin/elasticsearch/vendor/react/promise/src/ |
| D | Promise.php | 28 …nction then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument 31 return $this->result->then($onFulfilled, $onRejected, $onProgress); 35 return new static($this->resolver($onFulfilled, $onRejected, $onProgress)); 47 $this->resolver($onFulfilled, $onRejected, $onProgress), 58 …nction done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument 61 return $this->result->done($onFulfilled, $onRejected, $onProgress); 69 if ($onProgress) { 70 $this->progressHandlers[] = $onProgress; 98 public function progress(callable $onProgress) argument 100 return $this->then(null, null, $onProgress); [all …]
|
| D | LazyPromise.php | 18 …nction then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument 20 return $this->promise()->then($onFulfilled, $onRejected, $onProgress); 23 …nction done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument 25 return $this->promise()->done($onFulfilled, $onRejected, $onProgress); 38 public function progress(callable $onProgress) argument 40 return $this->promise()->progress($onProgress);
|
| D | ExtendedPromiseInterface.php | 19 * @param callable|null $onProgress This argument is deprecated and should not be used anymore. 22 …ction done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null); argument 93 * @param callable $onProgress 97 public function progress(callable $onProgress); argument
|
| D | FulfilledPromise.php | 21 …nction then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument 36 …nction done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument 63 public function progress(callable $onProgress) argument
|
| D | RejectedPromise.php | 21 …nction then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument 36 …nction done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null) argument 71 public function progress(callable $onProgress) argument
|
| D | PromiseInterface.php | 37 * @param callable|null $onProgress This argument is deprecated and should not be used anymore. 40 …ction then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null); argument
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/ |
| D | CompletedFutureValue.php | 63 callable $onProgress = null argument 65 return $this->promise()->then($onFulfilled, $onRejected, $onProgress);
|
| D | BaseFutureTrait.php | 86 callable $onProgress = null argument 88 return $this->wrappedPromise->then($onFulfilled, $onRejected, $onProgress);
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/src/ |
| D | Core.php | 330 * @param callable $onProgress Invoked when the future progresses 338 callable $onProgress = null argument 341 $future->then($onFulfilled, $onRejected, $onProgress),
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | README.md | 159 All consumers are notified by having `$onProgress` (which they registered via 183 …mise->then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null); 196 * `$onProgress` (deprecated) will be invoked whenever the producer of the promise 211 3. `$onProgress` (deprecated) may be called multiple times. 235 $promise->done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = nu… 330 $promise->progress(callable $onProgress); 336 $promise->then(null, null, $onProgress);
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorActions.java | 475 void onProgress(int progress); in onProgress() method 571 progressListener.onProgress((int) (offset + scale*counter/contentSize)); in post() 680 public void onProgress(int progress) { in actionPerformed() 698 public void onProgress(int progress) { in actionPerformed()
|
| D | EditorActions.java.bak | 475 void onProgress(int progress); 571 progressListener.onProgress((int) (offset + scale*counter/contentSize)); 680 public void onProgress(int progress) { 698 public void onProgress(int progress) {
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 10102 this.onProgress = null; 11340 this._fullReader.onProgress = function (evt) { 11375 if (_this11._lastProgress && loadingTask.onProgress) { 11376 loadingTask.onProgress(_this11._lastProgress); 11379 fullReader.onProgress = function (evt) { function 11380 if (loadingTask.onProgress) { 11381 loadingTask.onProgress({ 11473 if (loadingTask.onProgress) { 11474 loadingTask.onProgress({ 11623 if (loadingTask.onProgress) { [all …]
|
| D | pdf.js.map | 1 …onProgress","onStateChange","xhrStatus","ok_response_on_range_request","getArrayBuffer","rangeHead…
|
| D | pdf.worker.js | 11984 rangeReader.onProgress = this.onProgress.bind(this); 11998 _this.onProgress({ 12218 value: function onProgress(args) { 56019 this.onProgress = null; 56121 this.onProgress = null;
|
| D | pdf.worker.js.map | 1 …onProgress","isProgressive","loadedRequests","requestIds","lastChunk","onError","getBeginChunk","g…
|
| /plugin/jdraw/lib/ |
| D | jdraw.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …onProgress:function(id,fileName,loaded,total){},onComplete:function(id,fileName,responseJSON){},on… method
|
| /plugin/stlviewer/stlviewer/ |
| D | three.min.js | 2 …onProgress=e,this.onError=n,this.itemStart=function(t){o++,!1===i&&void 0!==r.onStart&&r.onStart(t… property
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 1021 loadingTask.onProgress = function (_ref) {
|
| D | viewer.js.map | 1 …onProgress(loaded, total) {\n PDFViewerApplication.progress(loaded / total);\n },\n …
|
| /plugin/statistics/js/ |
| D | chart.js | 13 …ete,[t],e)}function Pn(t){const e=t.chart,i=e.options.animation;d(i&&i.onProgress,[t],e)}function …
|