Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
schoolms /
node_modules /
postcss /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
at-rule.d.ts
3.35
KB
-rw-rw-rw-
2025-03-24 11:44
at-rule.js
471
B
-rw-rw-rw-
2025-03-24 11:44
comment.d.ts
1.71
KB
-rw-rw-rw-
2025-03-24 11:44
comment.js
203
B
-rw-rw-rw-
2025-03-24 11:44
container.d.ts
13.74
KB
-rw-rw-rw-
2025-03-24 11:44
container.js
10.4
KB
-rw-rw-rw-
2025-03-24 11:44
css-syntax-error.d.ts
6.36
KB
-rw-rw-rw-
2025-03-24 11:44
css-syntax-error.js
3.32
KB
-rw-rw-rw-
2025-03-24 11:44
declaration.d.ts
3.81
KB
-rw-rw-rw-
2025-03-24 11:44
declaration.js
495
B
-rw-rw-rw-
2025-03-24 11:44
document.d.ts
1.91
KB
-rw-rw-rw-
2025-03-24 11:44
document.js
654
B
-rw-rw-rw-
2025-03-24 11:44
fromJSON.d.ts
162
B
-rw-rw-rw-
2025-03-24 11:44
fromJSON.js
1.47
KB
-rw-rw-rw-
2025-03-24 11:44
input.d.ts
4.67
KB
-rw-rw-rw-
2025-03-24 11:44
input.js
6.14
KB
-rw-rw-rw-
2025-03-24 11:44
lazy-result.d.ts
4.89
KB
-rw-rw-rw-
2025-03-24 11:44
lazy-result.js
13.24
KB
-rw-rw-rw-
2025-03-24 11:44
list.d.ts
1.39
KB
-rw-rw-rw-
2025-03-24 11:44
list.js
1.2
KB
-rw-rw-rw-
2025-03-24 11:44
map-generator.js
9.49
KB
-rw-rw-rw-
2025-03-24 11:44
no-work-result.d.ts
1.54
KB
-rw-rw-rw-
2025-03-24 11:44
no-work-result.js
2.56
KB
-rw-rw-rw-
2025-03-24 11:44
node.d.ts
13.78
KB
-rw-rw-rw-
2025-03-24 11:44
node.js
9.7
KB
-rw-rw-rw-
2025-03-24 11:44
parse.d.ts
135
B
-rw-rw-rw-
2025-03-24 11:44
parse.js
1.12
KB
-rw-rw-rw-
2025-03-24 11:44
parser.js
14.5
KB
-rw-rw-rw-
2025-03-24 11:44
postcss.d.mts
1.02
KB
-rw-rw-rw-
2025-03-24 11:44
postcss.d.ts
11.19
KB
-rw-rw-rw-
2025-03-24 11:44
postcss.js
2.83
KB
-rw-rw-rw-
2025-03-24 11:44
postcss.mjs
980
B
-rw-rw-rw-
2025-03-24 11:44
previous-map.d.ts
1.78
KB
-rw-rw-rw-
2025-03-24 11:44
previous-map.js
3.89
KB
-rw-rw-rw-
2025-03-24 11:44
processor.d.ts
3.33
KB
-rw-rw-rw-
2025-03-24 11:44
processor.js
1.7
KB
-rw-rw-rw-
2025-03-24 11:44
result.d.ts
4.31
KB
-rw-rw-rw-
2025-03-24 11:44
result.js
745
B
-rw-rw-rw-
2025-03-24 11:44
root.d.ts
2.27
KB
-rw-rw-rw-
2025-03-24 11:44
root.js
1.21
KB
-rw-rw-rw-
2025-03-24 11:44
rule.d.ts
2.9
KB
-rw-rw-rw-
2025-03-24 11:44
rule.js
569
B
-rw-rw-rw-
2025-03-24 11:44
stringifier.d.ts
1.38
KB
-rw-rw-rw-
2025-03-24 11:44
stringifier.js
8.03
KB
-rw-rw-rw-
2025-03-24 11:44
stringify.d.ts
165
B
-rw-rw-rw-
2025-03-24 11:44
stringify.js
213
B
-rw-rw-rw-
2025-03-24 11:44
symbols.js
91
B
-rw-rw-rw-
2025-03-24 11:44
terminal-highlight.js
1.37
KB
-rw-rw-rw-
2025-03-24 11:44
tokenize.js
6.38
KB
-rw-rw-rw-
2025-03-24 11:44
warn-once.js
256
B
-rw-rw-rw-
2025-03-24 11:44
warning.d.ts
2.92
KB
-rw-rw-rw-
2025-03-24 11:44
warning.js
739
B
-rw-rw-rw-
2025-03-24 11:44
Save
Rename
import Container, { ContainerProps } from './container.js' import { ProcessOptions } from './postcss.js' import Result from './result.js' import Root from './root.js' declare namespace Document { export interface DocumentProps extends ContainerProps { nodes?: readonly Root[] /** * Information to generate byte-to-byte equal node string as it was * in the origin input. * * Every parser saves its own properties. */ raws?: Record<string, any> } // eslint-disable-next-line @typescript-eslint/no-use-before-define export { Document_ as default } } /** * Represents a file and contains all its parsed nodes. * * **Experimental:** some aspects of this node could change within minor * or patch version releases. * * ```js * const document = htmlParser( * '<html><style>a{color:black}</style><style>b{z-index:2}</style>' * ) * document.type //=> 'document' * document.nodes.length //=> 2 * ``` */ declare class Document_ extends Container<Root> { nodes: Root[] parent: undefined type: 'document' constructor(defaults?: Document.DocumentProps) assign(overrides: Document.DocumentProps | object): this clone(overrides?: Partial<Document.DocumentProps>): this cloneAfter(overrides?: Partial<Document.DocumentProps>): this cloneBefore(overrides?: Partial<Document.DocumentProps>): this /** * Returns a `Result` instance representing the document’s CSS roots. * * ```js * const root1 = postcss.parse(css1, { from: 'a.css' }) * const root2 = postcss.parse(css2, { from: 'b.css' }) * const document = postcss.document() * document.append(root1) * document.append(root2) * const result = document.toResult({ to: 'all.css', map: true }) * ``` * * @param opts Options. * @return Result with current document’s CSS. */ toResult(options?: ProcessOptions): Result } declare class Document extends Document_ {} export = Document