Home
last modified time | relevance | path

Searched refs:__promisify__ (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Ddns.d.ts183 function __promisify__(hostname: string): Promise<string[]>;
194 function __promisify__(hostname: string): Promise<string[]>;
201 function __promisify__(hostname: string): Promise<string[]>;
206 function __promisify__(hostname: string): Promise<MxRecord[]>;
211 function __promisify__(hostname: string): Promise<NaptrRecord[]>;
216 function __promisify__(hostname: string): Promise<string[]>;
221 function __promisify__(hostname: string): Promise<string[]>;
226 function __promisify__(hostname: string): Promise<SoaRecord>;
231 function __promisify__(hostname: string): Promise<SrvRecord[]>;
236 function __promisify__(hostname: string): Promise<string[][]>;
[all …]
H A Dfs.d.ts271 function __promisify__(fd: number, len?: number | null): Promise<void>;
428 function __promisify__(path: PathLike): Promise<Stats>;
449 function __promisify__(fd: number): Promise<Stats>;
470 function __promisify__(path: PathLike): Promise<Stats>;
721 function __promisify__(path: PathLike): Promise<void>;
1013 function __promisify__(fd: number): Promise<void>;
1118 function __promisify__(fd: number): Promise<void>;
1214 function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
1276 function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
1587 function __promisify__(path: PathLike): Promise<boolean>;
[all …]
H A Dtimers.d.ts4 function __promisify__(ms: number): Promise<void>;
5 function __promisify__<T>(ms: number, value: T): Promise<T>;
12 function __promisify__(): Promise<void>;
13 function __promisify__<T>(value: T): Promise<T>;
H A Dchild_process.d.ts294 … function __promisify__(command: string): PromiseWithChild<{ stdout: string, stderr: string }>; function
295 …function __promisify__(command: string, options: { encoding: "buffer" | null } & ExecOptions): Pro…
296 …function __promisify__(command: string, options: { encoding: BufferEncoding } & ExecOptions): Prom… function
297 …function __promisify__(command: string, options: ExecOptions): PromiseWithChild<{ stdout: string, …
377 function __promisify__(file: string): PromiseWithChild<{ stdout: string, stderr: string }>;
378 …function __promisify__(file: string, args: string[] | undefined | null): PromiseWithChild<{ stdout…
379 …function __promisify__(file: string, options: ExecFileOptionsWithBufferEncoding): PromiseWithChild…
381 …function __promisify__(file: string, options: ExecFileOptionsWithStringEncoding): PromiseWithChild…
383 …function __promisify__(file: string, options: ExecFileOptionsWithOtherEncoding): PromiseWithChild<…
385 …function __promisify__(file: string, options: ExecFileOptions): PromiseWithChild<{ stdout: string,…
[all …]
H A Dcrypto.d.ts573 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey…
574 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'der'>): Promise<{ publicKey…
575 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'pem'>): Promise<{ publicKey…
576 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'der'>): Promise<{ publicKey…
577 …function __promisify__(type: "rsa", options: RSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObject…
583 …function __promisify__(type: "dsa", options: DSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObject…
585 …function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: …
586 …function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: …
587 …function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: …
588 …function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'der'>): Promise<{ publicKey: …
[all …]
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Ddns.d.ts183 function __promisify__(hostname: string): Promise<string[]>;
194 function __promisify__(hostname: string): Promise<string[]>;
201 function __promisify__(hostname: string): Promise<string[]>;
206 function __promisify__(hostname: string): Promise<MxRecord[]>;
211 function __promisify__(hostname: string): Promise<NaptrRecord[]>;
216 function __promisify__(hostname: string): Promise<string[]>;
221 function __promisify__(hostname: string): Promise<string[]>;
226 function __promisify__(hostname: string): Promise<SoaRecord>;
231 function __promisify__(hostname: string): Promise<SrvRecord[]>;
236 function __promisify__(hostname: string): Promise<string[][]>;
[all …]
H A Dfs.d.ts228 function __promisify__(fd: number, len?: number | null): Promise<void>;
385 function __promisify__(path: PathLike): Promise<Stats>;
406 function __promisify__(fd: number): Promise<Stats>;
427 function __promisify__(path: PathLike): Promise<Stats>;
678 function __promisify__(path: PathLike): Promise<void>;
699 function __promisify__(path: PathLike): Promise<void>;
939 function __promisify__(fd: number): Promise<void>;
1044 function __promisify__(fd: number): Promise<void>;
1140 function __promisify__<TBuffer extends BinaryData>(
1507 function __promisify__(path: PathLike): Promise<boolean>;
[all …]
H A Dchild_process.d.ts149 function __promisify__(command: string): Promise<{ stdout: string, stderr: string }>; function
150 …function __promisify__(command: string, options: { encoding: "buffer" | null } & ExecOptions): Pro…
151 …function __promisify__(command: string, options: { encoding: BufferEncoding } & ExecOptions): Prom… function
152 …function __promisify__(command: string, options: ExecOptions): Promise<{ stdout: string, stderr: s…
243 function __promisify__(file: string): Promise<{ stdout: string, stderr: string }>;
244 …function __promisify__(file: string, args: string[] | undefined | null): Promise<{ stdout: string,…
245 …function __promisify__(file: string, options: ExecFileOptionsWithBufferEncoding): Promise<{ stdout…
247 …function __promisify__(file: string, options: ExecFileOptionsWithStringEncoding): Promise<{ stdout…
249 …function __promisify__(file: string, options: ExecFileOptionsWithOtherEncoding): Promise<{ stdout:…
251 …function __promisify__(file: string, options: ExecFileOptions): Promise<{ stdout: string, stderr: …
[all …]
H A Dtimers.d.ts4 function __promisify__(ms: number): Promise<void>;
5 function __promisify__<T>(ms: number, value: T): Promise<T>;
12 function __promisify__(): Promise<void>;
13 function __promisify__<T>(value: T): Promise<T>;
H A Dcrypto.d.ts356 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey…
357 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'der'>): Promise<{ publicKey…
358 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'pem'>): Promise<{ publicKey…
359 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'der'>): Promise<{ publicKey…
361 …function __promisify__(type: "dsa", options: DSAKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey…
362 …function __promisify__(type: "dsa", options: DSAKeyPairOptions<'pem', 'der'>): Promise<{ publicKey…
363 …function __promisify__(type: "dsa", options: DSAKeyPairOptions<'der', 'pem'>): Promise<{ publicKey…
366 …function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: …
367 …function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: …
368 …function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: …
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Ddns.d.ts183 function __promisify__(hostname: string): Promise<string[]>;
194 function __promisify__(hostname: string): Promise<string[]>;
201 function __promisify__(hostname: string): Promise<string[]>;
206 function __promisify__(hostname: string): Promise<MxRecord[]>;
211 function __promisify__(hostname: string): Promise<NaptrRecord[]>;
216 function __promisify__(hostname: string): Promise<string[]>;
221 function __promisify__(hostname: string): Promise<string[]>;
226 function __promisify__(hostname: string): Promise<SoaRecord>;
231 function __promisify__(hostname: string): Promise<SrvRecord[]>;
236 function __promisify__(hostname: string): Promise<string[][]>;
[all …]
H A Dfs.d.ts271 function __promisify__(fd: number, len?: number | null): Promise<void>;
428 function __promisify__(path: PathLike): Promise<Stats>;
449 function __promisify__(fd: number): Promise<Stats>;
470 function __promisify__(path: PathLike): Promise<Stats>;
721 function __promisify__(path: PathLike): Promise<void>;
1013 function __promisify__(fd: number): Promise<void>;
1118 function __promisify__(fd: number): Promise<void>;
1214 function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
1276 function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
1587 function __promisify__(path: PathLike): Promise<boolean>;
[all …]
H A Dtimers.d.ts4 function __promisify__(ms: number): Promise<void>;
5 function __promisify__<T>(ms: number, value: T): Promise<T>;
12 function __promisify__(): Promise<void>;
13 function __promisify__<T>(value: T): Promise<T>;
H A Dchild_process.d.ts294 … function __promisify__(command: string): PromiseWithChild<{ stdout: string, stderr: string }>; function
295 …function __promisify__(command: string, options: { encoding: "buffer" | null } & ExecOptions): Pro…
296 …function __promisify__(command: string, options: { encoding: BufferEncoding } & ExecOptions): Prom… function
297 …function __promisify__(command: string, options: ExecOptions): PromiseWithChild<{ stdout: string, …
377 function __promisify__(file: string): PromiseWithChild<{ stdout: string, stderr: string }>;
378 …function __promisify__(file: string, args: string[] | undefined | null): PromiseWithChild<{ stdout…
379 …function __promisify__(file: string, options: ExecFileOptionsWithBufferEncoding): PromiseWithChild…
381 …function __promisify__(file: string, options: ExecFileOptionsWithStringEncoding): PromiseWithChild…
383 …function __promisify__(file: string, options: ExecFileOptionsWithOtherEncoding): PromiseWithChild<…
385 …function __promisify__(file: string, options: ExecFileOptions): PromiseWithChild<{ stdout: string,…
[all …]
H A Dcrypto.d.ts573 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey…
574 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'der'>): Promise<{ publicKey…
575 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'pem'>): Promise<{ publicKey…
576 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'der'>): Promise<{ publicKey…
577 …function __promisify__(type: "rsa", options: RSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObject…
583 …function __promisify__(type: "dsa", options: DSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObject…
585 …function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: …
586 …function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: …
587 …function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: …
588 …function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'der'>): Promise<{ publicKey: …
[all …]
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Ddns.d.ts183 function __promisify__(hostname: string): Promise<string[]>;
194 function __promisify__(hostname: string): Promise<string[]>;
201 function __promisify__(hostname: string): Promise<string[]>;
206 function __promisify__(hostname: string): Promise<MxRecord[]>;
211 function __promisify__(hostname: string): Promise<NaptrRecord[]>;
216 function __promisify__(hostname: string): Promise<string[]>;
221 function __promisify__(hostname: string): Promise<string[]>;
226 function __promisify__(hostname: string): Promise<SoaRecord>;
231 function __promisify__(hostname: string): Promise<SrvRecord[]>;
236 function __promisify__(hostname: string): Promise<string[][]>;
[all …]
H A Dfs.d.ts276 function __promisify__(fd: number, len?: number | null): Promise<void>;
433 function __promisify__(path: PathLike): Promise<Stats>;
454 function __promisify__(fd: number): Promise<Stats>;
475 function __promisify__(path: PathLike): Promise<Stats>;
726 function __promisify__(path: PathLike): Promise<void>;
1018 function __promisify__(fd: number): Promise<void>;
1123 function __promisify__(fd: number): Promise<void>;
1219 function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
1281 function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
1592 function __promisify__(path: PathLike): Promise<boolean>;
[all …]
H A Dtimers.d.ts4 function __promisify__(ms: number): Promise<void>;
5 function __promisify__<T>(ms: number, value: T): Promise<T>;
12 function __promisify__(): Promise<void>;
13 function __promisify__<T>(value: T): Promise<T>;
H A Dchild_process.d.ts298 … function __promisify__(command: string): PromiseWithChild<{ stdout: string, stderr: string }>; function
299 …function __promisify__(command: string, options: { encoding: "buffer" | null } & ExecOptions): Pro…
300 …function __promisify__(command: string, options: { encoding: BufferEncoding } & ExecOptions): Prom… function
301 …function __promisify__(command: string, options: ExecOptions): PromiseWithChild<{ stdout: string, …
386 function __promisify__(file: string): PromiseWithChild<{ stdout: string, stderr: string }>;
387 …function __promisify__(file: string, args: string[] | undefined | null): PromiseWithChild<{ stdout…
388 …function __promisify__(file: string, options: ExecFileOptionsWithBufferEncoding): PromiseWithChild…
390 …function __promisify__(file: string, options: ExecFileOptionsWithStringEncoding): PromiseWithChild…
392 …function __promisify__(file: string, options: ExecFileOptionsWithOtherEncoding): PromiseWithChild<…
394 …function __promisify__(file: string, options: ExecFileOptions): PromiseWithChild<{ stdout: string,…
[all …]
H A Dcrypto.d.ts573 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey…
574 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'der'>): Promise<{ publicKey…
575 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'pem'>): Promise<{ publicKey…
576 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'der'>): Promise<{ publicKey…
577 …function __promisify__(type: "rsa", options: RSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObject…
583 …function __promisify__(type: "dsa", options: DSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObject…
585 …function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: …
586 …function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: …
587 …function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: …
588 …function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'der'>): Promise<{ publicKey: …
[all …]
/dports/misc/netron/node_modules/@types/node/
H A Ddns.d.ts188 function __promisify__(hostname: string): Promise<string[]>;
199 function __promisify__(hostname: string): Promise<string[]>;
206 function __promisify__(hostname: string): Promise<string[]>;
211 function __promisify__(hostname: string): Promise<MxRecord[]>;
216 function __promisify__(hostname: string): Promise<NaptrRecord[]>;
221 function __promisify__(hostname: string): Promise<string[]>;
226 function __promisify__(hostname: string): Promise<string[]>;
231 function __promisify__(hostname: string): Promise<SoaRecord>;
236 function __promisify__(hostname: string): Promise<SrvRecord[]>;
241 function __promisify__(hostname: string): Promise<string[][]>;
[all …]
H A Dfs.d.ts468 function __promisify__(fd: number, mode: Mode): Promise<void>;
514 function __promisify__(path: PathLike): Promise<Stats>;
535 function __promisify__(fd: number): Promise<Stats>;
556 function __promisify__(path: PathLike): Promise<Stats>;
807 function __promisify__(path: PathLike): Promise<void>;
1147 function __promisify__(fd: number): Promise<void>;
1252 function __promisify__(fd: number): Promise<void>;
1348 function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
1410 function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
1742 function __promisify__(path: PathLike): Promise<boolean>;
[all …]
H A Dtimers.d.ts4 function __promisify__(ms: number): Promise<void>;
5 function __promisify__<T>(ms: number, value: T): Promise<T>;
12 function __promisify__(): Promise<void>;
13 function __promisify__<T>(value: T): Promise<T>;
H A Dchild_process.d.ts319 … function __promisify__(command: string): PromiseWithChild<{ stdout: string, stderr: string }>; function
320 …function __promisify__(command: string, options: { encoding: "buffer" | null } & ExecOptions): Pro…
321 …function __promisify__(command: string, options: { encoding: BufferEncoding } & ExecOptions): Prom… function
322 …function __promisify__(command: string, options: ExecOptions): PromiseWithChild<{ stdout: string, …
407 function __promisify__(file: string): PromiseWithChild<{ stdout: string, stderr: string }>;
408 …function __promisify__(file: string, args: string[] | undefined | null): PromiseWithChild<{ stdout…
409 …function __promisify__(file: string, options: ExecFileOptionsWithBufferEncoding): PromiseWithChild…
411 …function __promisify__(file: string, options: ExecFileOptionsWithStringEncoding): PromiseWithChild…
413 …function __promisify__(file: string, options: ExecFileOptionsWithOtherEncoding): PromiseWithChild<…
415 …function __promisify__(file: string, options: ExecFileOptions): PromiseWithChild<{ stdout: string,…
[all …]
H A Dcrypto.d.ts574 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey…
575 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'der'>): Promise<{ publicKey…
576 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'pem'>): Promise<{ publicKey…
577 …function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'der'>): Promise<{ publicKey…
578 …function __promisify__(type: "rsa", options: RSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObject…
584 …function __promisify__(type: "dsa", options: DSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObject…
586 …function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: …
587 …function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: …
588 …function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: …
589 …function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'der'>): Promise<{ publicKey: …
[all …]

12