uawdijnntqw1x1x1
IP : 18.218.106.172
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
axolotl.ru
/
www
/
bitrix
/
js
/
imconnector
/
..
/
pull
/
client
/
pull.client.d.ts
/
/
type SubscriptionType = { Server: 'server', Client: 'client', Online: 'online', Status: 'status', Revision: 'revision' }; type PullStatus = { Online: 'online', Offline: 'offline', Connecting: 'connect' }; type SubscriptionOptions = { type: SubscriptionType, moduleId?: string, command?: string, callback: Function, }; type CloseReasons = { NORMAL_CLOSURE : 1000, SERVER_DIE : 1001, CONFIG_REPLACED : 3000, CHANNEL_EXPIRED : 3001, SERVER_RESTARTED : 3002, CONFIG_EXPIRED : 3003, MANUAL : 3004, }; type PullOptions = { serverEnabled?: boolean, userId?: number, siteId?: string, restClient?: object, configTimestamp?: number, skipCheckRevision?: boolean, }; declare class PullCommandHandler { getModuleId(): string; getSubscriptionType(): SubscriptionType; getMap(): object; } declare module 'pull.client' { namespace PULL { function subscribe(params: SubscriptionOptions|PullCommandHandler): Function; function extendWatch(tagId: string, force?: boolean): boolean; function clearWatch(tagId: string): boolean; function capturePullEvent(enable?: boolean): void; function getDebugInfo(): void; function start(options?: PullOptions): Promise<Function>; function disconnect(code?: string, reason?: string): void; } class PullClient { constructor(options?: PullOptions); subscribe(params: SubscriptionOptions|PullCommandHandler): Function; extendWatch(tagId: string, force?: boolean): boolean; clearWatch(tagId: string): boolean; capturePullEvent(enable?: boolean): void; getDebugInfo(): void; start(options?: PullOptions): Promise<Function>; disconnect(code?: string, reason?: string): void; static PullStatus: PullStatus; static SubscriptionType: SubscriptionType; static CloseReasons: CloseReasons; } }
/var/www/axolotl/data/www/axolotl.ru/www/bitrix/js/imconnector/../pull/client/pull.client.d.ts