Home
last modified time | relevance | path

Searched refs:promise (Results 51 – 75 of 143) sorted by last modified time

123456

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCreate.php24 $promise = new Promise($wfn, $cfn);
25 $value->then([$promise, 'resolve'], [$promise, 'reject']);
26 return $promise;
H A DPromise.php45 $promise = Create::promiseFor($this->result);
46 return $onFulfilled ? $promise->then($onFulfilled) : $promise;
186 $promise = $handler[0];
190 if (Is::settled($promise)) {
204 $promise->resolve($f($value));
207 $promise->resolve($value);
210 $promise->reject($value);
213 $promise->reject($reason);
215 $promise->reject($reason);
/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/passpolicy/
H A D10k-common-passwords.txt5225 promise
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1promise=new Promise(((t,e)=>{this.resolve=t,this.reject=e}))}}const q=new Set;try{self["workbox:st…
H A Dworkbox-9fe249eb.js.map1promise is returned if a\n * registered route can handle the request. If there is no match…
H A Dworkbox-f163abaa.js1promise=new Promise(((t,e)=>{this.resolve=t,this.reject=e}))}}const q=new Set;try{self["workbox:st…
H A Dworkbox-bed83ea8.js1promise=new Promise(((t,e)=>{this.resolve=t,this.reject=e}))}}const v=new Set;try{self["workbox:st…
H A Dworkbox-bed83ea8.js.map1promise is returned if a\n * registered route can handle the request. If there is no match…
H A Dworkbox-f163abaa.js.map1promise is returned if a\n * registered route can handle the request. If there is no match…
/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…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1697promise=a,"function"==typeof b&&(this.onFulfilled=b,this.callFulfilled=this.otherCallFulfilled),"f…
1743 …ar u=new System.Threading.Tasks.TaskCompletionSource;return n.then||(n=n.promise()),typeof t=="num…
H A Dorgchart.min.js8 …ar u=new System.Threading.Tasks.TaskCompletionSource;return n.then||(n=n.promise()),typeof t=="num…
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch…
/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/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js10promise=new e(y);this.promise[g]||M(this.promise);if(r(t)){this._input=t;this.length=t.length;this…
H A DOneDrive.js14promise=new e(y);this.promise[g]||M(this.promise);if(r(t)){this._input=t;this.length=t.length;this…
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js13promise=a,"function"==typeof b&&(this.onFulfilled=b,this.callFulfilled=this.otherCallFulfilled),"f…
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8 …ar u=new System.Threading.Tasks.TaskCompletionSource;return n.then||(n=n.promise()),typeof t=="num…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1promise = params.promiseConstructor || Promise;\n var jsonSchemaService = new JSONSchemaService…
H A D5.5.js.map1promise.d.ts'] = true;\nlibFileSet['lib.es2015.proxy.d.ts'] = true;\nlibFileSet['lib.es2015.reflec…
H A D6.6.js1promise=r||Promise}e.prototype.doHover=function(e,t,r){var n=e.offsetAt(t),i=r.getNodeFromOffset(n…
H A Dbundle.js.map1promise = new Promise(function(resolve, reject) {\n \t\t\t\t\tinstalledChunkData = installedChunks…
H A Deditor.worker.js.map1promise in canceled state\n */\nexport function isPromiseCanceledError(error) {\n return error …

123456