Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.137.152.81
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
rxjs /
testing /
Delete
Unzip
Name
Size
Permission
Date
Action
ColdObservable.d.ts
783
B
-rw-rw-r--
2022-08-30 11:49
ColdObservable.js
1.89
KB
-rw-rw-r--
2022-08-30 11:49
ColdObservable.js.map
2.97
KB
-rw-rw-r--
2022-08-30 11:49
HotObservable.d.ts
879
B
-rw-rw-r--
2022-08-30 11:49
HotObservable.js
1.88
KB
-rw-rw-r--
2022-08-30 11:49
HotObservable.js.map
2.95
KB
-rw-rw-r--
2022-08-30 11:49
SubscriptionLog.d.ts
171
B
-rw-rw-r--
2022-08-30 11:49
SubscriptionLog.js
436
B
-rw-rw-r--
2022-08-30 11:49
SubscriptionLog.js.map
521
B
-rw-rw-r--
2022-08-30 11:49
SubscriptionLoggable.d.ts
286
B
-rw-rw-r--
2022-08-30 11:49
SubscriptionLoggable.js
868
B
-rw-rw-r--
2022-08-30 11:49
SubscriptionLoggable.js.map
1.35
KB
-rw-rw-r--
2022-08-30 11:49
TestMessage.d.ts
137
B
-rw-rw-r--
2022-08-30 11:49
TestMessage.js
53
B
-rw-rw-r--
2022-08-30 11:49
TestMessage.js.map
285
B
-rw-rw-r--
2022-08-30 11:49
TestScheduler.d.ts
1.51
KB
-rw-rw-r--
2022-08-30 11:49
TestScheduler.js
9.9
KB
-rw-rw-r--
2022-08-30 11:49
TestScheduler.js.map
16.51
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
import { Observable } from '../Observable'; import { ColdObservable } from './ColdObservable'; import { HotObservable } from './HotObservable'; import { TestMessage } from './TestMessage'; import { SubscriptionLog } from './SubscriptionLog'; import { VirtualTimeScheduler } from '../scheduler/VirtualTimeScheduler'; export declare type observableToBeFn = (marbles: string, values?: any, errorValue?: any) => void; export declare type subscriptionLogsToBeFn = (marbles: string | string[]) => void; export declare class TestScheduler extends VirtualTimeScheduler { assertDeepEqual: (actual: any, expected: any) => boolean | void; private hotObservables; private coldObservables; private flushTests; constructor(assertDeepEqual: (actual: any, expected: any) => boolean | void); createTime(marbles: string): number; createColdObservable<T>(marbles: string, values?: any, error?: any): ColdObservable<T>; createHotObservable<T>(marbles: string, values?: any, error?: any): HotObservable<T>; private materializeInnerObservable(observable, outerFrame); expectObservable(observable: Observable<any>, unsubscriptionMarbles?: string): ({ toBe: observableToBeFn; }); expectSubscriptions(actualSubscriptionLogs: SubscriptionLog[]): ({ toBe: subscriptionLogsToBeFn; }); flush(): void; static parseMarblesAsSubscriptions(marbles: string): SubscriptionLog; static parseMarbles(marbles: string, values?: any, errorValue?: any, materializeInnerObservables?: boolean): TestMessage[]; }