Home
last modified time | relevance | path

Searched refs:promise (Results 26 – 50 of 143) sorted by relevance

123456

/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js260 if ( jQXHR.promise ) {
633 promise = deferred.promise();
635 deferred.pipe = promise.pipe = function( /* fnDone, fnFail, fnProgress */ ) {
649 if ( returned && jQuery.isFunction( returned.promise ) ) {
650 returned.promise()
656 this === promise ? newDefer.promise() : this,
663 } ).promise();
H A Djquery-migrate-3.1.0.min.js2promise&&(o(e,"success",e.done,"jQXHR.success is deprecated and removed"),o(e,"error",e.fail,"jQXH…
/plugin/revealjs/lib/js/
H A Dpromise.js2promise,f)}r(n.promise,o)}else(1===e._state?r:i)(n.promise,e._value)})):e._deferreds.push(n)}funct…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php86 $promise = new Promise(
93 $this->addRequest(['easy' => $easy, 'deferred' => $promise]);
95 return $promise;
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js76 var promise = this.client.usersGetCurrentAccount();
77 promise.then(mxUtils.bind(this, function(response)
89 promise['catch'](mxUtils.bind(this, function(err)
277 var promise = promiseFn();
279 promise.then(mxUtils.bind(this, function(response)
289 promise['catch'](mxUtils.bind(this, function(err)
469 var promise = this.client.filesDownload(arg);
471 promise.then(mxUtils.bind(this, function(response)
504 promise['catch'](mxUtils.bind(this, function(err)
H A DDropboxFile.js99 var promise = this.ui.dropbox.client.filesListRevisions({path: this.stat.path_lower, limit: 100});
101 promise.then(mxUtils.bind(this, function(resp)
134 promise['catch'](function(err)
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromisorInterface.php15 public function promise(); function
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromisorInterface.php8 * Returns the promise of the deferred.
12 public function promise(); function
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md11 that is fulfilled using a [promise](https://github.com/reactphp/promise),
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php104 if ($promise = $methodProphecy->getPromise()) {
106 $returnValue = $promise->execute($arguments, $prophecy, $methodProphecy);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js152 var promise = ret.promise();
948 return {promise: promise};
958 return {promise: promise, child: child};
1969 this.promise = promise;
2010 var promise = this.promise;
2966 promise: promise,
3292 var promise = ctx.promise;
3419 promise: promise,
4523 var promise = ret.promise();
4545 promise = promise._target();
[all …]
/plugin/elasticsearch/
H A Dcomposer.lock141 "react/promise": "~2.0"
346 "name": "react/promise",
350 "url": "https://github.com/reactphp/promise.git",
355 "url": "https://api.github.com/repos/reactphp/promise/zipball/1a8460931ea36dc5c76838fec5734d55c88c6831",
402 "promise",
406 "issues": "https://github.com/reactphp/promise/issues",
407 "source": "https://github.com/reactphp/promise/tree/v2.11.0"
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js3169 if (promise._h == 2) onHandleUnhandled(promise);
3201 if (isReject && !promise._h) onUnhandled(promise);
3217 promise: promise,
3224 promise._h = isNode || isUnhandled(promise) ? 2 : 1;
3233 return promise._h !== 1 && (promise._a || promise._c).length === 0;
3244 promise: promise,
3255 promise = promise._w || promise;
3257 promise._s = 2;
3258 if (!promise._a) promise._a = promise._c.slice();
3267 promise = promise._w || promise;
[all …]
H A Dpdf.worker.js4370 if (isReject && !promise._h) onUnhandled(promise);
4386 promise: promise,
4393 promise._h = isNode || isUnhandled(promise) ? 2 : 1;
4402 return promise._h !== 1 && (promise._a || promise._c).length === 0;
4413 promise: promise,
4424 promise = promise._w || promise;
4427 if (!promise._a) promise._a = promise._c.slice();
4436 promise = promise._w || promise;
4510 this.promise = promise;
31013 promise = promise.then(function () {
[all …]
/plugin/bookcreator/script/
H A Djquery.fileDownload.js464 var promise = deferred.promise();
465 promise.abort = function() {
469 return promise;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md32 $promise = $client->sendAsync($request)->then(function ($response) {
36 $promise->wait();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php118 $future->promise()->then(
139 * @param FutureArrayInterface $result Response of a request (promise)
/plugin/shell/
H A DP0wnyShell.js217 const promise = this.getBase64(element.files[0]);
218 promise.then(
/plugin/bible/bible_douayRheims/
H A DGalatians.txt59 …might come on the Gentiles through Christ Jesus: that we may receive the promise of the Spirit by …
62 …h was made after four hundred and thirty years doth not disannul, to make the promise of no effect.
63 …r if the inheritance be of the law, it is no more of promise. But God gave it to Abraham by promis…
64 …ecause of transgressions, until the seed should come to whom he made the promise, being ordained b…
67 …3:22. But the scripture hath concluded all under sin, that the promise, by the faith of Jesus Chri…
74 3:29. And if you be Christ's, then are you the seed of Abraham, heirs according to the promise.
97 … who was of the bondwoman was born according to the flesh: but he of the free woman was by promise.
102 4:28. Now we, brethren, as Isaac was, are the children of promise.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md148 and they are handled by the `MethodProphecy::will(PromiseInterface $promise)` method.
156 This promise will cause any call to our double's `read()` method with exactly one
158 promise, there's plenty others you can use:
308 promise that has the highest score. In this case, `Argument::type()` in case of success
310 `setName()` method prophecy and its promise. The simple rule of thumb - more precise token
324 (object being *dummy*). As a matter of fact, after you define your first promise
/plugin/tablelayout/
H A Dyarn.lock488 pinkie-promise "^2.0.0"
579 es6-promise@^4.0.3:
807 pinkie-promise "^2.0.0"
995 pinkie-promise "^2.0.0"
1145 pinkie-promise "^2.0.0"
1363 is-promise@^2.1.0:
1523 pinkie-promise "^2.0.0"
1843 pinkie-promise "^2.0.0"
1877 es6-promise "^4.0.3"
1891 pinkie-promise@^2.0.0:
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php96 $entry['deferred']->promise(),
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md27 * Promises now have a `wait()` method. Allowing you to make a promise
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js3512 return promise.then(function(data) {
4370 return promise;
4373 this.promise = promise;
4390 handlers.reject(this.promise, value);
4396 function unwrap(promise, func, value) { argument
4404 if (returnValue === promise) {
4504 var promise = new this(INTERNAL);
4524 var promise = new this(INTERNAL);
4529 return promise;
4561 var promise = new this(INTERNAL);
[all …]
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9promise=new e(m),this.promise[ie]||U(this.promise),J(t)?(this.length=t.length,this._remaining=t.le…

123456