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.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby27 /
share /
ri /
system /
REXML /
Elements /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
282
B
-rw-r--r--
2023-06-06 18:25
%5b%5d%3d-i.ri
1.11
KB
-rw-r--r--
2023-06-06 18:25
%5b%5d-i.ri
1.67
KB
-rw-r--r--
2023-06-06 18:25
add-i.ri
846
B
-rw-r--r--
2023-06-06 18:25
cdesc-Elements.ri
1014
B
-rw-r--r--
2023-06-06 18:25
collect-i.ri
265
B
-rw-r--r--
2023-06-06 18:25
delete-i.ri
957
B
-rw-r--r--
2023-06-06 18:25
delete_all-i.ri
806
B
-rw-r--r--
2023-06-06 18:25
each-i.ri
1.21
KB
-rw-r--r--
2023-06-06 18:25
empty%3f-i.ri
351
B
-rw-r--r--
2023-06-06 18:25
index-i.ri
519
B
-rw-r--r--
2023-06-06 18:25
inject-i.ri
285
B
-rw-r--r--
2023-06-06 18:25
literalize-i.ri
352
B
-rw-r--r--
2023-06-06 18:25
new-c.ri
426
B
-rw-r--r--
2023-06-06 18:25
size-i.ri
550
B
-rw-r--r--
2023-06-06 18:25
to_a-i.ri
792
B
-rw-r--r--
2023-06-06 18:25
Save
Rename
U:RDoc::AnyMethod[iI" to_a:ETI"REXML::Elements#to_a;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"HReturns an Array of Element children. An XPath may be supplied to ;TI"Kfilter the children. Only Element children are returned, even if the ;TI"1supplied XPath matches non-Element children.;To:RDoc::Markup::Verbatim; [ I"5doc = Document.new '<a>sean<b/>elliott<c/></a>' ;TI"@doc.root.elements.to_a #-> [ <b/>, <c/> ] ;TI"@doc.root.elements.to_a("child::node()") #-> [ <b/>, <c/> ] ;TI"NXPath.match(doc.root, "child::node()") #-> [ sean, <b/>, elliott, <c/> ];T:@format0: @fileI"lib/rexml/element.rb;T:0@omit_headings_from_table_of_contents_below000[ I"( xpath=nil );T@FI" Elements;TcRDoc::NormalClass00