Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.77
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
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 13:47
matches%3f-c.yaml
326
B
-rw-r--r--
2023-07-26 13:47
new-c.yaml
878
B
-rw-r--r--
2023-07-26 13:47
normalized-i.yaml
354
B
-rw-r--r--
2023-07-26 13:47
to_s-i.yaml
251
B
-rw-r--r--
2023-07-26 13:47
unnormalized-i.yaml
424
B
-rw-r--r--
2023-07-26 13:47
value-i.yaml
702
B
-rw-r--r--
2023-07-26 13:47
write-i.yaml
623
B
-rw-r--r--
2023-07-26 13:47
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