Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
REXML /
Entity /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Entity.yaml
2.5
KB
-rw-r--r--
2023-07-26 09:40
matches%3f-c.yaml
326
B
-rw-r--r--
2023-07-26 09:40
new-c.yaml
878
B
-rw-r--r--
2023-07-26 09:40
normalized-i.yaml
354
B
-rw-r--r--
2023-07-26 09:40
to_s-i.yaml
251
B
-rw-r--r--
2023-07-26 09:40
unnormalized-i.yaml
424
B
-rw-r--r--
2023-07-26 09:40
value-i.yaml
702
B
-rw-r--r--
2023-07-26 09:40
write-i.yaml
623
B
-rw-r--r--
2023-07-26 09:40
Save
Rename
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Create a new entity. Simple entities can be constructed by passing a name, value to the constructor; this creates a generic, plain entity reference. For anything more complicated, you have to pass a Source to the constructor with the entity definiton, or use the accessor methods. <tt>WARNING</tt>: There is no validation of entity state except when the entity is read from a stream. If you start poking around with the accessors, you can easily create a non-conformant Entity. The best thing to do is dump the stupid DTDs and use XMLSchema instead." - !ruby/struct:SM::Flow::VERB body: " e = Entity.new( 'amp', '&' )\n" full_name: REXML::Entity::new is_singleton: true name: new params: (stream, value=nil, parent=nil, reference=false) visibility: public