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 /
ruby27 /
share /
ri /
system /
REXML /
Source /
Delete
Unzip
Name
Size
Permission
Date
Action
buffer-i.ri
323
B
-rw-r--r--
2023-06-06 18:25
cdesc-Source.ri
949
B
-rw-r--r--
2023-06-06 18:25
consume-i.ri
251
B
-rw-r--r--
2023-06-06 18:25
current_line-i.ri
328
B
-rw-r--r--
2023-06-06 18:25
detect_encoding-i.ri
258
B
-rw-r--r--
2023-06-06 18:25
empty%3f-i.ri
317
B
-rw-r--r--
2023-06-06 18:25
encoding%3d-i.ri
361
B
-rw-r--r--
2023-06-06 18:25
encoding-i.ri
239
B
-rw-r--r--
2023-06-06 18:25
encoding_updated-i.ri
260
B
-rw-r--r--
2023-06-06 18:25
line-i.ri
310
B
-rw-r--r--
2023-06-06 18:25
match-i.ri
257
B
-rw-r--r--
2023-06-06 18:25
match_to-i.ri
259
B
-rw-r--r--
2023-06-06 18:25
match_to_consume-i.ri
275
B
-rw-r--r--
2023-06-06 18:25
new-c.ri
496
B
-rw-r--r--
2023-06-06 18:25
position-i.ri
244
B
-rw-r--r--
2023-06-06 18:25
read-i.ri
236
B
-rw-r--r--
2023-06-06 18:25
scan-i.ri
1.27
KB
-rw-r--r--
2023-06-06 18:25
Save
Rename
U:RDoc::AnyMethod[iI" scan:ETI"REXML::Source#scan;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"HScans the source for a given pattern. Note, that this is not your ;TI"Husual scan() method. For one thing, the pattern argument has some ;TI"Lrequirements; for another, the source can be consumed. You can easily ;TI"@confuse this method. Originally, the patterns were easier ;TI"Cto construct and this method more robust, because this method ;TI"<generated search regexps on the fly; however, this was ;TI"Hcomputationally expensive and slowed down the entire REXML package ;TI"Iconsiderably, since this is by far the most commonly called method. ;TI"A@param pattern must be a Regexp, and must be in the form of ;TI"C/^\s*(#{your pattern, with no groups})(.*)/. The first group ;TI"Gwill be returned; the second group is used if the consume flag is ;TI" set. ;TI"L@param consume if true, the pattern returned will be consumed, leaving ;TI"(everything after it in the Source. ;TI"I@return the pattern, if found, or nil if the Source is empty or the ;TI"pattern is not found.;T: @fileI"lib/rexml/source.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(pattern, cons=false);T@FI"Source;TcRDoc::NormalClass00