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.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
REXML /
Text /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
290
B
-rw-r--r--
2023-07-26 17:26
%3c%3d%3e-i.ri
268
B
-rw-r--r--
2023-07-26 17:26
cdesc-Text.ri
1.23
KB
-rw-r--r--
2023-07-26 17:26
check-c.ri
242
B
-rw-r--r--
2023-07-26 17:26
clone-i.ri
151
B
-rw-r--r--
2023-07-26 17:26
doctype-i.ri
155
B
-rw-r--r--
2023-07-26 17:26
empty%3f-i.ri
153
B
-rw-r--r--
2023-07-26 17:26
expand-c.ri
174
B
-rw-r--r--
2023-07-26 17:26
indent_text-i.ri
212
B
-rw-r--r--
2023-07-26 17:26
inspect-i.ri
155
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
2.29
KB
-rw-r--r--
2023-07-26 17:26
node_type-i.ri
159
B
-rw-r--r--
2023-07-26 17:26
normalize-c.ri
266
B
-rw-r--r--
2023-07-26 17:26
parent%3d-i.ri
161
B
-rw-r--r--
2023-07-26 17:26
raw-i.ri
227
B
-rw-r--r--
2023-07-26 17:26
read_with_substitution-c.ri
277
B
-rw-r--r--
2023-07-26 17:26
to_s-i.ri
937
B
-rw-r--r--
2023-07-26 17:26
unnormalize-c.ri
279
B
-rw-r--r--
2023-07-26 17:26
value%3d-i.ri
517
B
-rw-r--r--
2023-07-26 17:26
value-i.ri
889
B
-rw-r--r--
2023-07-26 17:26
wrap-i.ri
180
B
-rw-r--r--
2023-07-26 17:26
write-i.ri
319
B
-rw-r--r--
2023-07-26 17:26
write_with_substitution-i.ri
695
B
-rw-r--r--
2023-07-26 17:26
xpath-i.ri
234
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"new:EFI"REXML::Text::new;FT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"Constructor;TI"E+arg+ if a String, the content is set to the String. If a Text,;TI"$the object is shallowly cloned.;To:RDoc::Markup::BlankLine o; ; [I"A+respect_whitespace+ (boolean, false) if true, whitespace is;TI"respected;T@o; ; [I":+parent+ (nil) if this is a Parent object, the parent;TI"will be set to this.;T@o; ; [I"9+raw+ (nil) This argument can be given three values.;TI"LIf true, then the value of used to construct this object is expected to;TI"Lcontain no unescaped XML markup, and REXML will not change the text. If;TI"Othis value is false, the string may contain any characters, and REXML will;TI"Jescape any and all defined entities whose values are contained in the;TI"Itext. If this value is nil (the default), then the raw value of the;TI"Lparent will be used as the raw value for this node. If there is no raw;TI"Jvalue for the parent, and no value is supplied, the default is false.;TI"MUse this field if you have entities defined for some text, and you don't;TI".want REXML to escape that text in output.;To:RDoc::Markup::Verbatim; [ I"9Text.new( "<&", false, nil, false ) #-> "<&" ;FI"HText.new( "<&", false, nil, false ) #-> "&lt;&amp;" ;FI"=Text.new( "<&", false, nil, true ) #-> Parse exception ;FI"@Text.new( "<&", false, nil, true ) #-> "<&" ;FI":# Assume that the entity "s" is defined to be "sean" ;FI"=# and that the entity "r" is defined to be "russell" ;FI"7Text.new( "sean russell" ) #-> "&s; &r;" ;FI"EText.new( "sean russell", false, nil, true ) #-> "sean russell" ;Fo; ; [I"K+entity_filter+ (nil) This can be an array of entities to match in the;TI"Ksupplied text. This argument is only useful if +raw+ is set to false.;To;; [I"LText.new( "sean russell", false, nil, false, ["s"] ) #-> "&s; russell" ;FI"LText.new( "sean russell", false, nil, true, ["s"] ) #-> "sean russell" ;Fo; ; [I"BIn the last example, the +entity_filter+ argument is ignored.;T@o; ; [I" +illegal+ INTERNAL USE ONLY;T: @file000[ I"k(arg, respect_whitespace=false, parent=nil, raw=nil, entity_filter=nil, illegal=NEEDS_A_SECOND_CHECK );TI"lib/rexml/text.rb;T