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 /
ruby31 /
share /
gems /
gems /
rbs-2.7.0 /
schema /
Delete
Unzip
Name
Size
Permission
Date
Action
annotation.json
350
B
-rw-r--r--
2025-04-28 21:06
comment.json
492
B
-rw-r--r--
2025-04-28 21:06
decls.json
7.27
KB
-rw-r--r--
2025-04-28 21:06
function.json
2.03
KB
-rw-r--r--
2025-04-28 21:06
location.json
1.01
KB
-rw-r--r--
2025-04-28 21:06
members.json
6.16
KB
-rw-r--r--
2025-04-28 21:06
methodType.json
1
KB
-rw-r--r--
2025-04-28 21:06
typeParam.json
795
B
-rw-r--r--
2025-04-28 21:06
types.json
6.88
KB
-rw-r--r--
2025-04-28 21:06
Save
Rename
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "methodDefinition": { "type": "object", "properties": { "member": { "type": "string", "enum": ["method_definition"] }, "name": { "type": "string" }, "kind": { "enum": ["instance", "singleton", "singleton_instance"] }, "types": { "type": "array", "items": { "$ref": "methodType.json" } }, "comment": { "$ref": "comment.json" }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "attributes": { "type": "array", "items": { "enum": ["incompatible"] } }, "location": { "$ref": "location.json" }, "overload": { "type": "boolean" }, "visibility": { "enum": ["public", "private", null] } }, "required": ["member", "name", "kind", "types", "comment", "annotations", "location", "visibility"] }, "variable": { "title": "Declaration for instance variables and class variables", "description": "`@x: Integer`, `self.@x: String`, `@@name: Symbol`, ...", "type": "object", "properties": { "member": { "enum": ["instance_variable", "class_instance_variable", "class_variable"] }, "name": { "type": "string" }, "type": { "$ref": "types.json" }, "location": { "$ref": "location.json" }, "comment": { "$ref": "comment.json" } }, "required": ["member", "name", "type", "location", "comment"] }, "include": { "title": "Include mixin", "properties": { "member": { "enum": ["include"] }, "name": { "type": "string" }, "args": { "type": "array", "items": { "$ref": "types.json" } }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "comment": { "$ref": "comment.json" }, "location": { "$ref": "location.json" } }, "required": ["member", "name", "args", "annotations", "comment", "location"] }, "extend": { "title": "Extend mixin", "properties": { "member": { "enum": ["extend"] }, "name": { "type": "string" }, "args": { "type": "array", "items": { "$ref": "types.json" } }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "comment": { "$ref": "comment.json" }, "location": { "$ref": "location.json" } }, "required": ["member", "name", "args", "annotations", "comment", "location"] }, "prepend": { "title": "Prepend mixin", "properties": { "member": { "enum": ["prepend"] }, "name": { "type": "string" }, "args": { "type": "array", "items": { "$ref": "types.json" } }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "comment": { "$ref": "comment.json" }, "location": { "$ref": "location.json" } }, "required": ["member", "name", "args", "annotations", "comment", "location"] }, "attribute": { "title": "Attribute definitions", "description": "`attr_reader`, `attr_accessor`, `attr_writer`", "properties": { "member": { "type": "string", "enum": ["attr_reader", "attr_accessor", "attr_writer"] }, "name": { "type": "string" }, "kind": { "type": "string", "enum": ["instance", "singleton"] }, "type": { "$ref": "types.json" }, "ivar_name": { "oneOf": [ { "type": "string" }, { "type": "null" }, { "enum": [false] } ] }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "comment": { "$ref": "comment.json" }, "location": { "$ref": "location.json" }, "visibility": { "enum": ["public", "private", null] } }, "required": ["member", "name", "ivar_name", "type", "annotations", "kind", "comment", "location", "visibility"] }, "visibility": { "title": "Visibility specifier", "description": "`public` and `private`.", "type": "object", "properties": { "member": { "type": "string", "enum": ["public", "private"] }, "location": { "$ref": "location.json" } }, "required": ["member", "location"] }, "alias": { "title": "Alias declaration", "description": "`alias to_s inspect`, `alias self.new self.allocate`, ...", "properties": { "member": { "type": "string", "enum": ["alias"] }, "new_name": { "type": "string" }, "old_name": { "type": "string" }, "kind": { "type": "string", "enum": ["instance", "singleton"] }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "comment": { "$ref": "comment.json" }, "location": { "$ref": "location.json" } }, "required": ["member", "new_name", "old_name", "kind", "annotations", "comment", "location"] } } }