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 /
ruby20 /
share /
ri /
2.0.0 /
system /
REXML /
Text /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
370
B
-rw-r--r--
2023-07-26 17:38
%3c%3d%3e-i.ri
348
B
-rw-r--r--
2023-07-26 17:38
cdesc-Text.ri
1.88
KB
-rw-r--r--
2023-07-26 17:38
check-c.ri
321
B
-rw-r--r--
2023-07-26 17:38
clone-i.ri
230
B
-rw-r--r--
2023-07-26 17:38
doctype-i.ri
234
B
-rw-r--r--
2023-07-26 17:38
empty%3f-i.ri
232
B
-rw-r--r--
2023-07-26 17:38
expand-c.ri
253
B
-rw-r--r--
2023-07-26 17:38
indent_text-i.ri
291
B
-rw-r--r--
2023-07-26 17:38
inspect-i.ri
234
B
-rw-r--r--
2023-07-26 17:38
new-c.ri
2.4
KB
-rw-r--r--
2023-07-26 17:38
node_type-i.ri
238
B
-rw-r--r--
2023-07-26 17:38
normalize-c.ri
345
B
-rw-r--r--
2023-07-26 17:38
parent%3d-i.ri
240
B
-rw-r--r--
2023-07-26 17:38
raw-i.ri
312
B
-rw-r--r--
2023-07-26 17:38
read_with_substitution-c.ri
356
B
-rw-r--r--
2023-07-26 17:38
to_s-i.ri
1
KB
-rw-r--r--
2023-07-26 17:38
unnormalize-c.ri
358
B
-rw-r--r--
2023-07-26 17:38
value%3d-i.ri
607
B
-rw-r--r--
2023-07-26 17:38
value-i.ri
981
B
-rw-r--r--
2023-07-26 17:38
wrap-i.ri
259
B
-rw-r--r--
2023-07-26 17:38
write-i.ri
398
B
-rw-r--r--
2023-07-26 17:38
write_with_substitution-i.ri
786
B
-rw-r--r--
2023-07-26 17:38
xpath-i.ri
314
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"REXML::Text::new;FT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"Constructor ;TI"F+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"B+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":+raw+ (nil) This argument can be given three values. ;TI"MIf true, then the value of used to construct this object is expected to ;TI"Mcontain no unescaped XML markup, and REXML will not change the text. If ;TI"Pthis value is false, the string may contain any characters, and REXML will ;TI"Kescape any and all defined entities whose values are contained in the ;TI"Jtext. If this value is nil (the default), then the raw value of the ;TI"Mparent will be used as the raw value for this node. If there is no raw ;TI"Kvalue for the parent, and no value is supplied, the default is false. ;TI"NUse 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 ) #-> "<&" ;TI"HText.new( "<&", false, nil, false ) #-> "&lt;&amp;" ;TI"=Text.new( "<&", false, nil, true ) #-> Parse exception ;TI"@Text.new( "<&", false, nil, true ) #-> "<&" ;TI":# Assume that the entity "s" is defined to be "sean" ;TI"=# and that the entity "r" is defined to be "russell" ;TI"7Text.new( "sean russell" ) #-> "&s; &r;" ;TI"EText.new( "sean russell", false, nil, true ) #-> "sean russell" ;T:@format0o; ; [I"L+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" ;TI"LText.new( "sean russell", false, nil, true, ["s"] ) #-> "sean russell" ;T; 0o; ; [I"BIn the last example, the +entity_filter+ argument is ignored.;T@o; ; [I" +illegal+ INTERNAL USE ONLY;T: @fileI"lib/rexml/text.rb;T:0@omit_headings_from_table_of_contents_below000[ I"k(arg, respect_whitespace=false, parent=nil, raw=nil, entity_filter=nil, illegal=NEEDS_A_SECOND_CHECK );T@=TI" Text;FcRDoc::NormalClass0