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.143.215.114
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 /
browser-sync /
dist /
Delete
Unzip
Name
Size
Permission
Date
Action
cli
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
public
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
server
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
args.js
1.61
KB
-rw-rw-r--
2022-08-30 11:49
args.js.map
1.4
KB
-rw-rw-r--
2022-08-30 11:49
async-tasks.js
1.33
KB
-rw-rw-r--
2022-08-30 11:49
async-tasks.js.map
1.07
KB
-rw-rw-r--
2022-08-30 11:49
async.js
9.05
KB
-rw-rw-r--
2022-08-30 11:49
async.js.map
6.92
KB
-rw-rw-r--
2022-08-30 11:49
bin.js
7.19
KB
-rwxrwxr-x
2022-08-30 11:49
bin.js.map
5.46
KB
-rw-rw-r--
2022-08-30 11:49
browser-sync.js
14.47
KB
-rw-rw-r--
2022-08-30 11:49
browser-sync.js.map
13.45
KB
-rw-rw-r--
2022-08-30 11:49
config.js
1.11
KB
-rw-rw-r--
2022-08-30 11:49
config.js.map
819
B
-rw-rw-r--
2022-08-30 11:49
connect-utils.js
7.8
KB
-rw-rw-r--
2022-08-30 11:49
connect-utils.js.map
5.42
KB
-rw-rw-r--
2022-08-30 11:49
default-config.js
14.31
KB
-rw-rw-r--
2022-08-30 11:49
default-config.js.map
3.13
KB
-rw-rw-r--
2022-08-30 11:49
file-event-handler.js
2.5
KB
-rw-rw-r--
2022-08-30 11:49
file-event-handler.js.map
2.04
KB
-rw-rw-r--
2022-08-30 11:49
file-utils.js
1.73
KB
-rw-rw-r--
2022-08-30 11:49
file-utils.js.map
1.43
KB
-rw-rw-r--
2022-08-30 11:49
file-watcher.js
2.04
KB
-rw-rw-r--
2022-08-30 11:49
file-watcher.js.map
2.02
KB
-rw-rw-r--
2022-08-30 11:49
hooks.js
2.41
KB
-rw-rw-r--
2022-08-30 11:49
hooks.js.map
2.13
KB
-rw-rw-r--
2022-08-30 11:49
http-protocol.js
3.26
KB
-rw-rw-r--
2022-08-30 11:49
http-protocol.js.map
2.7
KB
-rw-rw-r--
2022-08-30 11:49
index.js
10.34
KB
-rw-rw-r--
2022-08-30 11:49
index.js.map
5.94
KB
-rw-rw-r--
2022-08-30 11:49
internal-events.js
3.39
KB
-rw-rw-r--
2022-08-30 11:49
internal-events.js.map
3.13
KB
-rw-rw-r--
2022-08-30 11:49
lodash.custom.js
148.39
KB
-rw-rw-r--
2022-08-30 11:49
lodash.custom.js.map
74.35
KB
-rw-rw-r--
2022-08-30 11:49
logger.js
6.95
KB
-rw-rw-r--
2022-08-30 11:49
logger.js.map
6.44
KB
-rw-rw-r--
2022-08-30 11:49
options.js
6.48
KB
-rw-rw-r--
2022-08-30 11:49
options.js.map
5.95
KB
-rw-rw-r--
2022-08-30 11:49
plugins.js
4.72
KB
-rw-rw-r--
2022-08-30 11:49
plugins.js.map
3.04
KB
-rw-rw-r--
2022-08-30 11:49
snippet.js
2.87
KB
-rw-rw-r--
2022-08-30 11:49
snippet.js.map
2.65
KB
-rw-rw-r--
2022-08-30 11:49
sockets.js
2.25
KB
-rw-rw-r--
2022-08-30 11:49
sockets.js.map
2.05
KB
-rw-rw-r--
2022-08-30 11:49
tunnel.js
950
B
-rw-rw-r--
2022-08-30 11:49
tunnel.js.map
1.05
KB
-rw-rw-r--
2022-08-30 11:49
types.js
110
B
-rw-rw-r--
2022-08-30 11:49
types.js.map
102
B
-rw-rw-r--
2022-08-30 11:49
utils.js
8.41
KB
-rw-rw-r--
2022-08-30 11:49
utils.js.map
7.07
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
var utils = require("./utils"); /** * Apply the operators that apply to the 'file:changed' event * @param {Rx.Observable} subject * @param options * @return {Rx.Observable<{type: string, files: Array<any>}>} */ function fileChanges(subject, options) { const operators = [ { option: "reloadThrottle", fnName: "throttle" }, { option: "reloadDelay", fnName: "delay" } ]; const scheduler = options.getIn(["debug", "scheduler"]); /** * Create a stream buffered/debounced stream of events */ const initial = getAggregatedDebouncedStream(subject, options, scheduler); return applyOperators(operators, initial, options, scheduler).map(function (items) { const paths = items.map(x => x.path); if (utils.willCauseReload(paths, options.get("injectFileTypes").toJS())) { return { type: "reload", files: items }; } return { type: "inject", files: items }; }); } module.exports.fileChanges = fileChanges; /** * Apply the operators that apply to the 'browser:reload' event * @param {Rx.Observable} subject * @param options * @returns {Rx.Observable} */ function applyReloadOperators(subject, options) { var operators = [ { option: "reloadDebounce", fnName: "debounce" }, { option: "reloadThrottle", fnName: "throttle" }, { option: "reloadDelay", fnName: "delay" } ]; return applyOperators(operators, subject, options, options.getIn(["debug", "scheduler"])); } module.exports.applyReloadOperators = applyReloadOperators; /** * @param items * @param subject * @param options * @param scheduler */ function applyOperators(items, subject, options, scheduler) { return items.reduce(function (subject, item) { var value = options.get(item.option); if (value > 0) { return subject[item.fnName].call(subject, value, scheduler); } return subject; }, subject); } /** * @param subject * @param options * @param scheduler */ function getAggregatedDebouncedStream(subject, options, scheduler) { return subject .filter(function (x) { return options.get("watchEvents").indexOf(x.event) > -1; }) .buffer(subject.debounce(options.get("reloadDebounce"), scheduler)); } //# sourceMappingURL=file-event-handler.js.map