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 /
Inflate /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
280
B
-rw-r--r--
2023-06-06 18:25
add_dictionary-i.ri
589
B
-rw-r--r--
2023-06-06 18:25
cdesc-Inflate.ri
787
B
-rw-r--r--
2023-06-06 18:25
inflate-c.ri
801
B
-rw-r--r--
2023-06-06 18:25
inflate-i.ri
1.53
KB
-rw-r--r--
2023-06-06 18:25
new-c.ri
1.89
KB
-rw-r--r--
2023-06-06 18:25
set_dictionary-i.ri
454
B
-rw-r--r--
2023-06-06 18:25
sync-i.ri
599
B
-rw-r--r--
2023-06-06 18:25
sync_point%3f-i.ri
443
B
-rw-r--r--
2023-06-06 18:25
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"Zlib::Inflate::new;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"MCreates a new inflate stream for decompression. +window_bits+ sets the ;TI"Bsize of the history buffer and can have the following values:;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type: NOTE:@items[ o:RDoc::Markup::ListItem:@label[I"0;T; [o; ; [I"MHave inflate use the window size from the zlib header of the compressed ;TI"stream.;T@o;;[I"(8..15);T; [o; ; [I"OOverrides the window size of the inflate header in the compressed stream. ;TI"MThe window size must be greater than or equal to the window size of the ;TI"compressed stream.;T@o;;[I"Greater than 15;T; [o; ; [I"KAdd 32 to window_bits to enable zlib and gzip decoding with automatic ;TI"Cheader detection, or add 16 to decode only the gzip format (a ;TI";Zlib::DataError will be raised for a non-gzip stream).;T@o;;[I"(-8..-15);T; [ o; ; [I"NEnables raw deflate mode which will not generate a check value, and will ;TI"Knot look for any check values for comparison at the end of the stream.;T@o; ; [I"MThis is for use with other formats that use the deflate compressed data ;TI"=format such as zip which provide their own check values.;T@S:RDoc::Markup::Heading: leveli: textI"Example;T@o:RDoc::Markup::Verbatim; [I"/open "compressed.file" do |compressed_io| ;TI"4 zi = Zlib::Inflate.new(Zlib::MAX_WBITS + 32) ;TI" ;TI" begin ;TI"= open "uncompressed.file", "w+" do |uncompressed_io| ;TI"= uncompressed_io << zi.inflate(compressed_io.read) ;TI" end ;TI" ensure ;TI" zi.close ;TI" end ;TI"end;T:@format0: @fileI"ext/zlib/zlib.c;T:0@omit_headings_from_table_of_contents_below0I"6Zlib::Inflate.new(window_bits = Zlib::MAX_WBITS) ;T0[ I"(p1 = v1);T@GFI"Inflate;TcRDoc::NormalClass00