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 /
Zlib /
Deflate /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
475
B
-rw-r--r--
2023-06-06 18:25
cdesc-Deflate.ri
711
B
-rw-r--r--
2023-06-06 18:25
deflate-c.ri
887
B
-rw-r--r--
2023-06-06 18:25
deflate-i.ri
1.41
KB
-rw-r--r--
2023-06-06 18:25
flush-i.ri
810
B
-rw-r--r--
2023-06-06 18:25
initialize_copy-i.ri
325
B
-rw-r--r--
2023-06-06 18:25
new-c.ri
3.27
KB
-rw-r--r--
2023-06-06 18:25
params-i.ri
632
B
-rw-r--r--
2023-06-06 18:25
set_dictionary-i.ri
782
B
-rw-r--r--
2023-06-06 18:25
Save
Rename
U:RDoc::AnyMethod[iI"deflate:ETI"Zlib::Deflate#deflate;TF:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [ I"MInputs +string+ into the deflate stream and returns the output from the ;TI"Ostream. On calling this method, both the input and the output buffers of ;TI"Kthe stream are flushed. If +string+ is nil, this method finishes the ;TI",stream, just like Zlib::ZStream#finish.;To:RDoc::Markup::BlankLine o; ; [I"KIf a block is given consecutive deflated chunks from the +string+ are ;TI"0yielded to the block and +nil+ is returned.;T@o; ; [I"NThe +flush+ parameter specifies the flush mode. The following constants ;TI"may be used:;T@o:RDoc::Markup::List: @type: NOTE:@items[ o:RDoc::Markup::ListItem:@label[I"Zlib::NO_FLUSH;T; [o; ; [I"The default;To;;[I"Zlib::SYNC_FLUSH;T; [o; ; [I"*Flushes the output to a byte boundary;To;;[I"Zlib::FULL_FLUSH;T; [o; ; [I".SYNC_FLUSH + resets the compression state;To;;[I"Zlib::FINISH;T; [o; ; [I";Pending input is processed, pending output is flushed.;T@o; ; [I"/See the constants for further description.;T: @fileI"ext/zlib/zlib.c;T:0@omit_headings_from_table_of_contents_below0I"�z.deflate(string, flush = Zlib::NO_FLUSH) -> String z.deflate(string, flush = Zlib::NO_FLUSH) { |chunk| ... } -> nil ;T0[ I"(p1, p2 = v2);T@;FI"Deflate;TcRDoc::NormalClass00