Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/vreg/node_modules/htmlparser2/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/vreg/node_modules/htmlparser2/lib/MultiplexHandler.d.ts
import type { Parser, Handler } from "./Parser";
/**
 * Calls a specific handler function for all events that are encountered.
 */
export default class MultiplexHandler implements Handler {
    private readonly func;
    /**
     * @param func The function to multiplex all events to.
     */
    constructor(func: (event: keyof Handler, ...args: unknown[]) => void);
    onattribute(name: string, value: string, quote: string | null | undefined): void;
    oncdatastart(): void;
    oncdataend(): void;
    ontext(text: string): void;
    onprocessinginstruction(name: string, value: string): void;
    oncomment(comment: string): void;
    oncommentend(): void;
    onclosetag(name: string): void;
    onopentag(name: string, attribs: {
        [key: string]: string;
    }): void;
    onopentagname(name: string): void;
    onerror(error: Error): void;
    onend(): void;
    onparserinit(parser: Parser): void;
    onreset(): void;
}
//# sourceMappingURL=MultiplexHandler.d.ts.map

Spamworldpro Mini