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 /
ruby31 /
share /
ri /
system /
IO /
Buffer /
Delete
Unzip
Name
Size
Permission
Date
Action
AccessError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
AllocationError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
InvalidatedError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
LockedError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
%3c%3d%3e-i.ri
402
B
-rw-r--r--
2025-04-28 21:06
cdesc-Buffer.ri
5.07
KB
-rw-r--r--
2025-04-28 21:06
clear-i.ri
1.27
KB
-rw-r--r--
2025-04-28 21:06
copy-i.ri
2.23
KB
-rw-r--r--
2025-04-28 21:06
empty%3f-i.ri
606
B
-rw-r--r--
2025-04-28 21:06
external%3f-i.ri
235
B
-rw-r--r--
2025-04-28 21:06
for-c.ri
1.53
KB
-rw-r--r--
2025-04-28 21:06
free-i.ri
1.24
KB
-rw-r--r--
2025-04-28 21:06
get_string-i.ri
719
B
-rw-r--r--
2025-04-28 21:06
get_value-i.ri
1.87
KB
-rw-r--r--
2025-04-28 21:06
hexdump-i.ri
231
B
-rw-r--r--
2025-04-28 21:06
inspect-i.ri
231
B
-rw-r--r--
2025-04-28 21:06
internal%3f-i.ri
879
B
-rw-r--r--
2025-04-28 21:06
locked%3f-i.ri
770
B
-rw-r--r--
2025-04-28 21:06
locked-i.ri
1.26
KB
-rw-r--r--
2025-04-28 21:06
map-c.ri
1.59
KB
-rw-r--r--
2025-04-28 21:06
mapped%3f-i.ri
761
B
-rw-r--r--
2025-04-28 21:06
new-c.ri
1.27
KB
-rw-r--r--
2025-04-28 21:06
null%3f-i.ri
378
B
-rw-r--r--
2025-04-28 21:06
pread-i.ri
237
B
-rw-r--r--
2025-04-28 21:06
pwrite-i.ri
239
B
-rw-r--r--
2025-04-28 21:06
read-i.ri
231
B
-rw-r--r--
2025-04-28 21:06
readonly%3f-i.ri
235
B
-rw-r--r--
2025-04-28 21:06
resize-i.ri
972
B
-rw-r--r--
2025-04-28 21:06
set_string-i.ri
242
B
-rw-r--r--
2025-04-28 21:06
set_value-i.ri
1.23
KB
-rw-r--r--
2025-04-28 21:06
size-i.ri
439
B
-rw-r--r--
2025-04-28 21:06
slice-i.ri
1.53
KB
-rw-r--r--
2025-04-28 21:06
to_s-i.ri
582
B
-rw-r--r--
2025-04-28 21:06
transfer-i.ri
768
B
-rw-r--r--
2025-04-28 21:06
valid%3f-i.ri
473
B
-rw-r--r--
2025-04-28 21:06
write-i.ri
233
B
-rw-r--r--
2025-04-28 21:06
Save
Rename
U:RDoc::AnyMethod[iI" slice:ETI"IO::Buffer#slice;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"PProduce another IO::Buffer which is a slice (or view into) the current one ;TI"=starting at +offset+ bytes and going for +length+ bytes.;To:RDoc::Markup::BlankLine o; ; [I"NThe slicing happens without copying of memory, and the slice keeps being ;TI"Lassociated with the original buffer's source (string, or file), if any.;T@o; ; [I"LRaises RuntimeError if the <tt>offset+length<tt> is out of the current ;TI"buffer's bounds.;T@o:RDoc::Markup::Verbatim; [I"string = 'test' ;TI"%buffer = IO::Buffer.for(string) ;TI" ;TI" slice = buffer.slice(1, 2) ;TI" # => ;TI"1# #<IO::Buffer 0x00007fc3d34ebc49+2 SLICE> ;TI"G# 0x00000000 65 73 es ;TI" ;TI"-# Put "o" into 0s position of the slice ;TI"slice.set_string('o', 0) ;TI"slice ;TI" # => ;TI"1# #<IO::Buffer 0x00007fc3d34ebc49+2 SLICE> ;TI"G# 0x00000000 6f 73 os ;TI" ;TI"?# it is also visible at position 1 of the original buffer ;TI"buffer ;TI" # => ;TI"1# #<IO::Buffer 0x00007fc3d31e2d80+4 SLICE> ;TI"I# 0x00000000 74 6f 73 74 tost ;TI" ;TI"# ...and original string ;TI"string ;TI"# => tost;T:@format0: @fileI"io_buffer.c;T:0@omit_headings_from_table_of_contents_below0I"(slice(offset, length) -> io_buffer ;T0[ I" (p1, p2);T@2FI"Buffer;TcRDoc::NormalClass00