Home
last modified time | relevance | path

Searched refs:PromiseLike (Results 176 – 200 of 297) sorted by relevance

12345678910>>...12

/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/lib/
H A Dlib.es2018.asyncgenerator.d.ts26 return(value: TReturn | PromiseLike<TReturn>): Promise<IteratorResult<T, TReturn>>;
H A Dlib.es5.d.ts1419 …<T>(executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => vo…
1421 interface PromiseLike<T> { interface
1428 …lt1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | Promise…
1441 …: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any)…
1448 …catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined …
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.es2018.asyncgenerator.d.ts26 return(value: TReturn | PromiseLike<TReturn>): Promise<IteratorResult<T, TReturn>>;
H A Dlib.es2015.iterable.d.ts226 all<TAll>(values: Iterable<TAll | PromiseLike<TAll>>): Promise<TAll[]>;
234 race<T>(values: Iterable<T | PromiseLike<T>>): Promise<T>;
H A Dlib.es5.d.ts1401 …T>(executor: (resolve: (value?: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => vo…
1403 interface PromiseLike<T> { interface
1410 …lt1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | Promise…
1423 …: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any)…
1430 …catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined …
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2018.asyncgenerator.d.ts26 return(value: TReturn | PromiseLike<TReturn>): Promise<IteratorResult<T, TReturn>>;
H A Dlib.es5.d.ts1401 …T>(executor: (resolve: (value?: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => vo…
1403 interface PromiseLike<T> { interface
1410 …lt1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | Promise…
1423 …: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any)…
1430 …catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.es2018.asyncgenerator.d.ts26 return(value: TReturn | PromiseLike<TReturn>): Promise<IteratorResult<T, TReturn>>;
H A Dlib.es5.d.ts1419 …<T>(executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => vo…
1421 interface PromiseLike<T> { interface
1428 …lt1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | Promise…
1441 …: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any)…
1448 …catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/typescript/lib/
H A Dlib.es2015.iterable.d.ts218 all<TAll>(values: Iterable<TAll | PromiseLike<TAll>>): Promise<TAll[]>;
226 race<T>(values: Iterable<T | PromiseLike<T>>): Promise<T>;
H A Dlib.webworker.d.ts2973 exportKey(format: "jwk", key: CryptoKey): PromiseLike<JsonWebKey>;
2974 exportKey(format: "raw" | "pkcs8" | "spki", key: CryptoKey): PromiseLike<ArrayBuffer>;
2975 exportKey(format: string, key: CryptoKey): PromiseLike<JsonWebKey | ArrayBuffer>;
4618 (controller: ReadableByteStreamController): void | PromiseLike<void>;
4622 (controller: ReadableStreamDefaultController<R>): void | PromiseLike<void>;
4626 (reason: any): void | PromiseLike<void>;
4630 (controller: TransformStreamDefaultController<O>): void | PromiseLike<void>;
4638 (): void | PromiseLike<void>;
4642 (controller: WritableStreamDefaultController): void | PromiseLike<void>;
4646 (chunk: W, controller: WritableStreamDefaultController): void | PromiseLike<void>;
[all …]
H A Dlib.es5.d.ts1384 …T>(executor: (resolve: (value?: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => vo…
1386 interface PromiseLike<T> { interface
1393 …lt1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | Promise…
1406 …: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any)…
1413 …catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined …
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2015.iterable.d.ts226 all<TAll>(values: Iterable<TAll | PromiseLike<TAll>>): Promise<TAll[]>;
234 race<T>(values: Iterable<T | PromiseLike<T>>): Promise<T>;
H A Dlib.es5.d.ts1401 …T>(executor: (resolve: (value?: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => vo…
1403 interface PromiseLike<T> { interface
1410 …lt1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | Promise…
1423 …: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any)…
1430 …catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined …
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/common/
H A DHTTPRequest.ts156 private _interceptHandlers: Array<() => void | PromiseLike<any>>;
259 pendingHandler: () => void | PromiseLike<unknown>
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es5.d.ts1431 …<T>(executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => vo…
1433 interface PromiseLike<T> { interface
1440 …lt1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | Promise…
1453 …: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any)…
1460 …catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined …
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es5.d.ts1431 …<T>(executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => vo…
1433 interface PromiseLike<T> { interface
1440 …lt1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | Promise…
1453 …: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any)…
1460 …catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined …
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A Dlib.es5.d.ts1419 …<T>(executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => vo…
1421 interface PromiseLike<T> { interface
1428 …lt1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | Promise…
1441 …: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any)…
1448 …catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined …
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/internal/
H A Dtypes.d.ts29 export declare type SubscribableOrPromise<T> = Subscribable<T> | Subscribable<never> | PromiseLike<…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/
H A Dtypes.ts37 export type SubscribableOrPromise<T> = Subscribable<T> | Subscribable<never> | PromiseLike<T> | Int…
/dports/misc/netron/node_modules/rxjs/internal/
H A Dtypes.d.ts29 export declare type SubscribableOrPromise<T> = Subscribable<T> | Subscribable<never> | PromiseLike<…
/dports/misc/netron/node_modules/rxjs/src/internal/
H A Dtypes.ts37 export type SubscribableOrPromise<T> = Subscribable<T> | Subscribable<never> | PromiseLike<T> | Int…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/
H A Dtypes.ts37 export type SubscribableOrPromise<T> = Subscribable<T> | Subscribable<never> | PromiseLike<T> | Int…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/internal/
H A Dtypes.d.ts29 export declare type SubscribableOrPromise<T> = Subscribable<T> | Subscribable<never> | PromiseLike<…
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/
H A Dtypes.ts37 export type SubscribableOrPromise<T> = Subscribable<T> | Subscribable<never> | PromiseLike<T> | Int…

12345678910>>...12