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 /
postcss /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
at-rule.d.ts
2.44
KB
-rw-rw-r--
2022-08-30 11:49
at-rule.js
471
B
-rw-rw-r--
2022-08-30 11:49
comment.d.ts
1.34
KB
-rw-rw-r--
2022-08-30 11:49
comment.js
203
B
-rw-rw-r--
2022-08-30 11:49
container.d.ts
12.29
KB
-rw-rw-r--
2022-08-30 11:49
container.js
9.98
KB
-rw-rw-r--
2022-08-30 11:49
css-syntax-error.d.ts
6.08
KB
-rw-rw-r--
2022-08-30 11:49
css-syntax-error.js
2.46
KB
-rw-rw-r--
2022-08-30 11:49
declaration.d.ts
2.99
KB
-rw-rw-r--
2022-08-30 11:49
declaration.js
495
B
-rw-rw-r--
2022-08-30 11:49
document.d.ts
1.49
KB
-rw-rw-r--
2022-08-30 11:49
document.js
654
B
-rw-rw-r--
2022-08-30 11:49
fromJSON.d.ts
107
B
-rw-rw-r--
2022-08-30 11:49
fromJSON.js
1.47
KB
-rw-rw-r--
2022-08-30 11:49
input.d.ts
3.38
KB
-rw-rw-r--
2022-08-30 11:49
input.js
6.04
KB
-rw-rw-r--
2022-08-30 11:49
lazy-result.d.ts
4.52
KB
-rw-rw-r--
2022-08-30 11:49
lazy-result.js
13.24
KB
-rw-rw-r--
2022-08-30 11:49
list.d.ts
1.23
KB
-rw-rw-r--
2022-08-30 11:49
list.js
1.14
KB
-rw-rw-r--
2022-08-30 11:49
map-generator.js
8.58
KB
-rw-rw-r--
2022-08-30 11:49
no-work-result.d.ts
1.29
KB
-rw-rw-r--
2022-08-30 11:49
no-work-result.js
2.49
KB
-rw-rw-r--
2022-08-30 11:49
node.d.ts
12.17
KB
-rw-rw-r--
2022-08-30 11:49
node.js
8.29
KB
-rw-rw-r--
2022-08-30 11:49
parse.d.ts
89
B
-rw-rw-r--
2022-08-30 11:49
parse.js
1.12
KB
-rw-rw-r--
2022-08-30 11:49
parser.js
14.14
KB
-rw-rw-r--
2022-08-30 11:49
postcss.d.ts
11.09
KB
-rw-rw-r--
2022-08-30 11:49
postcss.js
2.72
KB
-rw-rw-r--
2022-08-30 11:49
postcss.mjs
980
B
-rw-rw-r--
2022-08-30 11:49
previous-map.d.ts
1.58
KB
-rw-rw-r--
2022-08-30 11:49
previous-map.js
3.83
KB
-rw-rw-r--
2022-08-30 11:49
processor.d.ts
2.95
KB
-rw-rw-r--
2022-08-30 11:49
processor.js
1.77
KB
-rw-rw-r--
2022-08-30 11:49
result.d.ts
4.02
KB
-rw-rw-r--
2022-08-30 11:49
result.js
745
B
-rw-rw-r--
2022-08-30 11:49
root.d.ts
1.81
KB
-rw-rw-r--
2022-08-30 11:49
root.js
1.18
KB
-rw-rw-r--
2022-08-30 11:49
rule.d.ts
2.34
KB
-rw-rw-r--
2022-08-30 11:49
rule.js
569
B
-rw-rw-r--
2022-08-30 11:49
stringifier.d.ts
1.17
KB
-rw-rw-r--
2022-08-30 11:49
stringifier.js
8.03
KB
-rw-rw-r--
2022-08-30 11:49
stringify.d.ts
107
B
-rw-rw-r--
2022-08-30 11:49
stringify.js
213
B
-rw-rw-r--
2022-08-30 11:49
symbols.js
91
B
-rw-rw-r--
2022-08-30 11:49
terminal-highlight.js
1.37
KB
-rw-rw-r--
2022-08-30 11:49
tokenize.js
6.38
KB
-rw-rw-r--
2022-08-30 11:49
warn-once.js
256
B
-rw-rw-r--
2022-08-30 11:49
warning.d.ts
2.67
KB
-rw-rw-r--
2022-08-30 11:49
warning.js
739
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
'use strict' let { isClean, my } = require('./symbols') let CssSyntaxError = require('./css-syntax-error') let Stringifier = require('./stringifier') let stringify = require('./stringify') function cloneNode(obj, parent) { let cloned = new obj.constructor() for (let i in obj) { if (!Object.prototype.hasOwnProperty.call(obj, i)) { /* c8 ignore next 2 */ continue } if (i === 'proxyCache') continue let value = obj[i] let type = typeof value if (i === 'parent' && type === 'object') { if (parent) cloned[i] = parent } else if (i === 'source') { cloned[i] = value } else if (Array.isArray(value)) { cloned[i] = value.map(j => cloneNode(j, cloned)) } else { if (type === 'object' && value !== null) value = cloneNode(value) cloned[i] = value } } return cloned } class Node { constructor(defaults = {}) { this.raws = {} this[isClean] = false this[my] = true for (let name in defaults) { if (name === 'nodes') { this.nodes = [] for (let node of defaults[name]) { if (typeof node.clone === 'function') { this.append(node.clone()) } else { this.append(node) } } } else { this[name] = defaults[name] } } } error(message, opts = {}) { if (this.source) { let { start, end } = this.rangeBy(opts) return this.source.input.error( message, { line: start.line, column: start.column }, { line: end.line, column: end.column }, opts ) } return new CssSyntaxError(message) } warn(result, text, opts) { let data = { node: this } for (let i in opts) data[i] = opts[i] return result.warn(text, data) } remove() { if (this.parent) { this.parent.removeChild(this) } this.parent = undefined return this } toString(stringifier = stringify) { if (stringifier.stringify) stringifier = stringifier.stringify let result = '' stringifier(this, i => { result += i }) return result } assign(overrides = {}) { for (let name in overrides) { this[name] = overrides[name] } return this } clone(overrides = {}) { let cloned = cloneNode(this) for (let name in overrides) { cloned[name] = overrides[name] } return cloned } cloneBefore(overrides = {}) { let cloned = this.clone(overrides) this.parent.insertBefore(this, cloned) return cloned } cloneAfter(overrides = {}) { let cloned = this.clone(overrides) this.parent.insertAfter(this, cloned) return cloned } replaceWith(...nodes) { if (this.parent) { let bookmark = this let foundSelf = false for (let node of nodes) { if (node === this) { foundSelf = true } else if (foundSelf) { this.parent.insertAfter(bookmark, node) bookmark = node } else { this.parent.insertBefore(bookmark, node) } } if (!foundSelf) { this.remove() } } return this } next() { if (!this.parent) return undefined let index = this.parent.index(this) return this.parent.nodes[index + 1] } prev() { if (!this.parent) return undefined let index = this.parent.index(this) return this.parent.nodes[index - 1] } before(add) { this.parent.insertBefore(this, add) return this } after(add) { this.parent.insertAfter(this, add) return this } root() { let result = this while (result.parent && result.parent.type !== 'document') { result = result.parent } return result } raw(prop, defaultType) { let str = new Stringifier() return str.raw(this, prop, defaultType) } cleanRaws(keepBetween) { delete this.raws.before delete this.raws.after if (!keepBetween) delete this.raws.between } toJSON(_, inputs) { let fixed = {} let emitInputs = inputs == null inputs = inputs || new Map() let inputsNextIndex = 0 for (let name in this) { if (!Object.prototype.hasOwnProperty.call(this, name)) { /* c8 ignore next 2 */ continue } if (name === 'parent' || name === 'proxyCache') continue let value = this[name] if (Array.isArray(value)) { fixed[name] = value.map(i => { if (typeof i === 'object' && i.toJSON) { return i.toJSON(null, inputs) } else { return i } }) } else if (typeof value === 'object' && value.toJSON) { fixed[name] = value.toJSON(null, inputs) } else if (name === 'source') { let inputId = inputs.get(value.input) if (inputId == null) { inputId = inputsNextIndex inputs.set(value.input, inputsNextIndex) inputsNextIndex++ } fixed[name] = { inputId, start: value.start, end: value.end } } else { fixed[name] = value } } if (emitInputs) { fixed.inputs = [...inputs.keys()].map(input => input.toJSON()) } return fixed } positionInside(index) { let string = this.toString() let column = this.source.start.column let line = this.source.start.line for (let i = 0; i < index; i++) { if (string[i] === '\n') { column = 1 line += 1 } else { column += 1 } } return { line, column } } positionBy(opts) { let pos = this.source.start if (opts.index) { pos = this.positionInside(opts.index) } else if (opts.word) { let index = this.toString().indexOf(opts.word) if (index !== -1) pos = this.positionInside(index) } return pos } rangeBy(opts) { let start = { line: this.source.start.line, column: this.source.start.column } let end = this.source.end ? { line: this.source.end.line, column: this.source.end.column + 1 } : { line: start.line, column: start.column + 1 } if (opts.word) { let index = this.toString().indexOf(opts.word) if (index !== -1) { start = this.positionInside(index) end = this.positionInside(index + opts.word.length) } } else { if (opts.start) { start = { line: opts.start.line, column: opts.start.column } } else if (opts.index) { start = this.positionInside(opts.index) } if (opts.end) { end = { line: opts.end.line, column: opts.end.column } } else if (opts.endIndex) { end = this.positionInside(opts.endIndex) } else if (opts.index) { end = this.positionInside(opts.index + 1) } } if ( end.line < start.line || (end.line === start.line && end.column <= start.column) ) { end = { line: start.line, column: start.column + 1 } } return { start, end } } getProxyProcessor() { return { set(node, prop, value) { if (node[prop] === value) return true node[prop] = value if ( prop === 'prop' || prop === 'value' || prop === 'name' || prop === 'params' || prop === 'important' || /* c8 ignore next */ prop === 'text' ) { node.markDirty() } return true }, get(node, prop) { if (prop === 'proxyOf') { return node } else if (prop === 'root') { return () => node.root().toProxy() } else { return node[prop] } } } } toProxy() { if (!this.proxyCache) { this.proxyCache = new Proxy(this, this.getProxyProcessor()) } return this.proxyCache } addToError(error) { error.postcssNode = this if (error.stack && this.source && /\n\s{4}at /.test(error.stack)) { let s = this.source error.stack = error.stack.replace( /\n\s{4}at /, `$&${s.input.from}:${s.start.line}:${s.start.column}$&` ) } return error } markDirty() { if (this[isClean]) { this[isClean] = false let next = this while ((next = next.parent)) { next[isClean] = false } } } get proxyOf() { return this } } module.exports = Node Node.default = Node