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.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
ENV /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d%3d-c.ri
2.17
KB
-rw-r--r--
2024-06-26 17:25
%5b%5d-c.ri
661
B
-rw-r--r--
2024-06-26 17:25
assoc-c.ri
1.39
KB
-rw-r--r--
2024-06-26 17:25
cdesc-ENV.ri
4.89
KB
-rw-r--r--
2024-06-26 17:25
clear-c.ri
480
B
-rw-r--r--
2024-06-26 17:25
delete-c.ri
1.35
KB
-rw-r--r--
2024-06-26 17:25
delete_if-c.ri
1.2
KB
-rw-r--r--
2024-06-26 17:25
each-c.ri
942
B
-rw-r--r--
2024-06-26 17:25
each_key-c.ri
834
B
-rw-r--r--
2024-06-26 17:25
each_pair-c.ri
952
B
-rw-r--r--
2024-06-26 17:25
each_value-c.ri
853
B
-rw-r--r--
2024-06-26 17:25
empty%3f-c.ri
498
B
-rw-r--r--
2024-06-26 17:25
except-c.ri
591
B
-rw-r--r--
2024-06-26 17:25
fetch-c.ri
1.65
KB
-rw-r--r--
2024-06-26 17:25
filter%21-c.ri
1.86
KB
-rw-r--r--
2024-06-26 17:25
filter-c.ri
1.39
KB
-rw-r--r--
2024-06-26 17:25
freeze-c.ri
386
B
-rw-r--r--
2024-06-26 17:25
has_key%3f-c.ri
1.67
KB
-rw-r--r--
2024-06-26 17:25
has_value%3f-c.ri
668
B
-rw-r--r--
2024-06-26 17:25
include%3f-c.ri
1.67
KB
-rw-r--r--
2024-06-26 17:25
inspect-c.ri
482
B
-rw-r--r--
2024-06-26 17:25
invert-c.ri
903
B
-rw-r--r--
2024-06-26 17:25
keep_if-c.ri
1.05
KB
-rw-r--r--
2024-06-26 17:25
key%3f-c.ri
1.66
KB
-rw-r--r--
2024-06-26 17:25
key-c.ri
962
B
-rw-r--r--
2024-06-26 17:25
keys-c.ri
642
B
-rw-r--r--
2024-06-26 17:25
length-c.ri
486
B
-rw-r--r--
2024-06-26 17:25
member%3f-c.ri
1.67
KB
-rw-r--r--
2024-06-26 17:25
merge%21-c.ri
2.46
KB
-rw-r--r--
2024-06-26 17:25
rassoc-c.ri
827
B
-rw-r--r--
2024-06-26 17:25
rehash-c.ri
393
B
-rw-r--r--
2024-06-26 17:25
reject%21-c.ri
1.3
KB
-rw-r--r--
2024-06-26 17:25
reject-c.ri
979
B
-rw-r--r--
2024-06-26 17:25
replace-c.ri
1.06
KB
-rw-r--r--
2024-06-26 17:25
select%21-c.ri
1.86
KB
-rw-r--r--
2024-06-26 17:25
select-c.ri
1.39
KB
-rw-r--r--
2024-06-26 17:25
shift-c.ri
843
B
-rw-r--r--
2024-06-26 17:25
size-c.ri
482
B
-rw-r--r--
2024-06-26 17:25
slice-c.ri
878
B
-rw-r--r--
2024-06-26 17:25
store-c.ri
2.17
KB
-rw-r--r--
2024-06-26 17:25
to_a-c.ri
532
B
-rw-r--r--
2024-06-26 17:25
to_h-c.ri
1.31
KB
-rw-r--r--
2024-06-26 17:25
to_hash-c.ri
492
B
-rw-r--r--
2024-06-26 17:25
to_s-c.ri
360
B
-rw-r--r--
2024-06-26 17:25
update-c.ri
2.46
KB
-rw-r--r--
2024-06-26 17:25
value%3f-c.ri
660
B
-rw-r--r--
2024-06-26 17:25
values-c.ri
661
B
-rw-r--r--
2024-06-26 17:25
values_at-c.ri
952
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" to_h:ETI"ENV::to_h;TT:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"LWith no block, returns a Hash containing all name/value pairs from ENV:;To:RDoc::Markup::Verbatim; [I"-ENV.replace('foo' => '0', 'bar' => '1') ;TI",ENV.to_h # => {"bar"=>"1", "foo"=>"0"} ;T:@format0o; ; [ I"KWith a block, returns a Hash whose items are determined by the block. ;TI":Each name/value pair in ENV is yielded to the block. ;TI"?The block must return a 2-element Array (name/value pair) ;TI"9that is added to the return Hash as a key and value:;To;; [I"RENV.to_h { |name, value| [name.to_sym, value.to_i] } # => {:bar=>1, :foo=>0} ;T;0o; ; [I"?Raises an exception if the block does not return an Array:;To;; [I"eENV.to_h { |name, value| name } # Raises TypeError (wrong element type String (expected array)) ;T;0o; ; [I"IRaises an exception if the block returns an Array of the wrong size:;To;; [I"rENV.to_h { |name, value| [name] } # Raises ArgumentError (element has wrong array length (expected 2, was 1));T;0: @fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"}ENV.to_h -> hash of name/value pairs ENV.to_h {|name, value| block } -> hash of name/value pairs ;T0[ I"();T@'FI"ENV;TcRDoc::NormalClass00