$12 GRAYBYTE WORDPRESS FILE MANAGER $58

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/cpanel/ea-nodejs22/lib/node_modules/npm/node_modules/glob/dist/commonjs/

HOME
Current File : /opt/cpanel/ea-nodejs22/lib/node_modules/npm/node_modules/glob/dist/commonjs//walker.d.ts
/**
 * Single-use utility classes to provide functionality to the {@link Glob}
 * methods.
 *
 * @module
 */
import { Minipass } from 'minipass';
import { Path } from 'path-scurry';
import { IgnoreLike } from './ignore.js';
import { Pattern } from './pattern.js';
import { Processor } from './processor.js';
export interface GlobWalkerOpts {
    absolute?: boolean;
    allowWindowsEscape?: boolean;
    cwd?: string | URL;
    dot?: boolean;
    dotRelative?: boolean;
    follow?: boolean;
    ignore?: string | string[] | IgnoreLike;
    mark?: boolean;
    matchBase?: boolean;
    maxDepth?: number;
    nobrace?: boolean;
    nocase?: boolean;
    nodir?: boolean;
    noext?: boolean;
    noglobstar?: boolean;
    platform?: NodeJS.Platform;
    posix?: boolean;
    realpath?: boolean;
    root?: string;
    stat?: boolean;
    signal?: AbortSignal;
    windowsPathsNoEscape?: boolean;
    withFileTypes?: boolean;
    includeChildMatches?: boolean;
}
export type GWOFileTypesTrue = GlobWalkerOpts & {
    withFileTypes: true;
};
export type GWOFileTypesFalse = GlobWalkerOpts & {
    withFileTypes: false;
};
export type GWOFileTypesUnset = GlobWalkerOpts & {
    withFileTypes?: undefined;
};
export type Result<O extends GlobWalkerOpts> = O extends GWOFileTypesTrue ? Path : O extends GWOFileTypesFalse ? string : O extends GWOFileTypesUnset ? string : Path | string;
export type Matches<O extends GlobWalkerOpts> = O extends GWOFileTypesTrue ? Set<Path> : O extends GWOFileTypesFalse ? Set<string> : O extends GWOFileTypesUnset ? Set<string> : Set<Path | string>;
export type MatchStream<O extends GlobWalkerOpts> = Minipass<Result<O>, Result<O>>;
/**
 * basic walking utilities that all the glob walker types use
 */
export declare abstract class GlobUtil<O extends GlobWalkerOpts = GlobWalkerOpts> {
    #private;
    path: Path;
    patterns: Pattern[];
    opts: O;
    seen: Set<Path>;
    paused: boolean;
    aborted: boolean;
    signal?: AbortSignal;
    maxDepth: number;
    includeChildMatches: boolean;
    constructor(patterns: Pattern[], path: Path, opts: O);
    pause(): void;
    resume(): void;
    onResume(fn: () => any): void;
    matchCheck(e: Path, ifDir: boolean): Promise<Path | undefined>;
    matchCheckTest(e: Path | undefined, ifDir: boolean): Path | undefined;
    matchCheckSync(e: Path, ifDir: boolean): Path | undefined;
    abstract matchEmit(p: Result<O>): void;
    abstract matchEmit(p: string | Path): void;
    matchFinish(e: Path, absolute: boolean): void;
    match(e: Path, absolute: boolean, ifDir: boolean): Promise<void>;
    matchSync(e: Path, absolute: boolean, ifDir: boolean): void;
    walkCB(target: Path, patterns: Pattern[], cb: () => any): void;
    walkCB2(target: Path, patterns: Pattern[], processor: Processor, cb: () => any): any;
    walkCB3(target: Path, entries: Path[], processor: Processor, cb: () => any): void;
    walkCBSync(target: Path, patterns: Pattern[], cb: () => any): void;
    walkCB2Sync(target: Path, patterns: Pattern[], processor: Processor, cb: () => any): any;
    walkCB3Sync(target: Path, entries: Path[], processor: Processor, cb: () => any): void;
}
export declare class GlobWalker<O extends GlobWalkerOpts = GlobWalkerOpts> extends GlobUtil<O> {
    matches: Set<Result<O>>;
    constructor(patterns: Pattern[], path: Path, opts: O);
    matchEmit(e: Result<O>): void;
    walk(): Promise<Set<Result<O>>>;
    walkSync(): Set<Result<O>>;
}
export declare class GlobStream<O extends GlobWalkerOpts = GlobWalkerOpts> extends GlobUtil<O> {
    results: Minipass<Result<O>, Result<O>>;
    constructor(patterns: Pattern[], path: Path, opts: O);
    matchEmit(e: Result<O>): void;
    stream(): MatchStream<O>;
    streamSync(): MatchStream<O>;
}
//# sourceMappingURL=walker.d.ts.map

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
17 Jan 2026 1.16 AM
root / root
0755
glob.d.ts
14.461 KB
17 Jan 2026 1.16 AM
root / root
0644
glob.d.ts.map
3.943 KB
17 Jan 2026 1.16 AM
root / root
0644
glob.js
8.346 KB
17 Jan 2026 1.16 AM
root / root
0644
glob.js.map
27.557 KB
17 Jan 2026 1.16 AM
root / root
0644
has-magic.d.ts
0.742 KB
17 Jan 2026 1.16 AM
root / root
0644
has-magic.d.ts.map
0.24 KB
17 Jan 2026 1.16 AM
root / root
0644
has-magic.js
1.033 KB
17 Jan 2026 1.16 AM
root / root
0644
has-magic.js.map
1.447 KB
17 Jan 2026 1.16 AM
root / root
0644
ignore.d.ts
0.794 KB
17 Jan 2026 1.16 AM
root / root
0644
ignore.d.ts.map
0.865 KB
17 Jan 2026 1.16 AM
root / root
0644
ignore.js
4.167 KB
17 Jan 2026 1.16 AM
root / root
0644
ignore.js.map
7.296 KB
17 Jan 2026 1.16 AM
root / root
0644
index.d.ts
6.001 KB
17 Jan 2026 1.16 AM
root / root
0644
index.d.ts.map
3.989 KB
17 Jan 2026 1.16 AM
root / root
0644
index.js
2.809 KB
17 Jan 2026 1.16 AM
root / root
0644
index.js.map
8.174 KB
17 Jan 2026 1.16 AM
root / root
0644
package.json
0.024 KB
17 Jan 2026 1.16 AM
root / root
0644
pattern.d.ts
2.067 KB
17 Jan 2026 1.16 AM
root / root
0644
pattern.d.ts.map
1.283 KB
17 Jan 2026 1.16 AM
root / root
0644
pattern.js
7.129 KB
17 Jan 2026 1.16 AM
root / root
0644
pattern.js.map
13.077 KB
17 Jan 2026 1.16 AM
root / root
0644
processor.d.ts
2.086 KB
17 Jan 2026 1.16 AM
root / root
0644
processor.d.ts.map
1.707 KB
17 Jan 2026 1.16 AM
root / root
0644
processor.js
10.508 KB
17 Jan 2026 1.16 AM
root / root
0644
processor.js.map
18.598 KB
17 Jan 2026 1.16 AM
root / root
0644
walker.d.ts
3.691 KB
17 Jan 2026 1.16 AM
root / root
0644
walker.d.ts.map
4.097 KB
17 Jan 2026 1.16 AM
root / root
0644
walker.js
12.567 KB
17 Jan 2026 1.16 AM
root / root
0644
walker.js.map
27.245 KB
17 Jan 2026 1.16 AM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF