Home
last modified time | relevance | path

Searched defs:readdirSync (Results 1 – 6 of 6) sorted by relevance

/dports/www/nginx-full/njs-0.7.1/ts/njs_modules/
H A Dfs.d.ts289readdirSync(path: PathLike, options?: { encoding?: "utf8"; withFileTypes?: false; } | "utf8"): str… method
290readdirSync(path: PathLike, options: { encoding: "buffer"; withFileTypes?: false; } | "buffer"): B… method
291readdirSync(path: PathLike, options: { encoding?: "utf8" | "buffer"; withFileTypes: true; }): Dire… method
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dfs.d.ts904 …function readdirSync(path: PathLike, options?: { encoding: BufferEncoding | null; withFileTypes?: … function
918 …function readdirSync(path: PathLike, options?: { encoding?: string | null; withFileTypes?: false }… function
/dports/misc/netron/node_modules/@types/node/
H A Dfs.d.ts1112 …export function readdirSync(path: PathLike, options?: { encoding: BufferEncoding | null; withFileT… function
1126 …export function readdirSync(path: PathLike, options?: BaseEncodingOptions & { withFileTypes?: fals… function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dfs.d.ts978 …function readdirSync(path: PathLike, options?: { encoding: BufferEncoding | null; withFileTypes?: … function
992 …function readdirSync(path: PathLike, options?: { encoding?: string | null; withFileTypes?: false }… function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dfs.d.ts978 …function readdirSync(path: PathLike, options?: { encoding: BufferEncoding | null; withFileTypes?: … function
992 …function readdirSync(path: PathLike, options?: { encoding?: string | null; withFileTypes?: false }… function
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dfs.d.ts983 …function readdirSync(path: PathLike, options?: { encoding: BufferEncoding | null; withFileTypes?: … function
997 …function readdirSync(path: PathLike, options?: { encoding?: string | null; withFileTypes?: false }… function