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.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.0 /
system /
GDBM /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d%3d-i.ri
379
B
-rw-r--r--
2023-07-26 17:38
%5b%5d-i.ri
325
B
-rw-r--r--
2023-07-26 17:38
cachesize%3d-i.ri
360
B
-rw-r--r--
2023-07-26 17:38
cdesc-GDBM.ri
4.1
KB
-rw-r--r--
2023-07-26 17:38
clear-i.ri
330
B
-rw-r--r--
2023-07-26 17:38
close-i.ri
319
B
-rw-r--r--
2023-07-26 17:38
closed%3f-i.ri
361
B
-rw-r--r--
2023-07-26 17:38
delete-i.ri
456
B
-rw-r--r--
2023-07-26 17:38
delete_if-i.ri
440
B
-rw-r--r--
2023-07-26 17:38
each-i.ri
425
B
-rw-r--r--
2023-07-26 17:38
each_key-i.ri
396
B
-rw-r--r--
2023-07-26 17:38
each_pair-i.ri
435
B
-rw-r--r--
2023-07-26 17:38
each_value-i.ri
420
B
-rw-r--r--
2023-07-26 17:38
empty%3f-i.ri
334
B
-rw-r--r--
2023-07-26 17:38
fastmode%3d-i.ri
610
B
-rw-r--r--
2023-07-26 17:38
fetch-i.ri
445
B
-rw-r--r--
2023-07-26 17:38
has_key%3f-i.ri
430
B
-rw-r--r--
2023-07-26 17:38
has_value%3f-i.ri
440
B
-rw-r--r--
2023-07-26 17:38
include%3f-i.ri
430
B
-rw-r--r--
2023-07-26 17:38
invert-i.ri
375
B
-rw-r--r--
2023-07-26 17:38
key%3f-i.ri
422
B
-rw-r--r--
2023-07-26 17:38
key-i.ri
420
B
-rw-r--r--
2023-07-26 17:38
keys-i.ri
328
B
-rw-r--r--
2023-07-26 17:38
length-i.ri
364
B
-rw-r--r--
2023-07-26 17:38
member%3f-i.ri
428
B
-rw-r--r--
2023-07-26 17:38
new-c.ri
1.57
KB
-rw-r--r--
2023-07-26 17:38
open-c.ri
940
B
-rw-r--r--
2023-07-26 17:38
reject%21-i.ri
436
B
-rw-r--r--
2023-07-26 17:38
reject-i.ri
454
B
-rw-r--r--
2023-07-26 17:38
reorganize-i.ri
485
B
-rw-r--r--
2023-07-26 17:38
replace-i.ri
412
B
-rw-r--r--
2023-07-26 17:38
select-i.ri
413
B
-rw-r--r--
2023-07-26 17:38
shift-i.ri
442
B
-rw-r--r--
2023-07-26 17:38
size-i.ri
360
B
-rw-r--r--
2023-07-26 17:38
store-i.ri
383
B
-rw-r--r--
2023-07-26 17:38
sync-i.ri
635
B
-rw-r--r--
2023-07-26 17:38
syncmode%3d-i.ri
811
B
-rw-r--r--
2023-07-26 17:38
to_a-i.ri
348
B
-rw-r--r--
2023-07-26 17:38
to_hash-i.ri
354
B
-rw-r--r--
2023-07-26 17:38
update-i.ri
460
B
-rw-r--r--
2023-07-26 17:38
value%3f-i.ri
432
B
-rw-r--r--
2023-07-26 17:38
values-i.ri
336
B
-rw-r--r--
2023-07-26 17:38
values_at-i.ri
380
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"GDBM::new;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"JCreates a new GDBM instance by opening a gdbm file named _filename_. ;TI"JIf the file does not exist, a new file with file mode _mode_ will be ;TI"2created. _flags_ may be one of the following:;To:RDoc::Markup::List: @type:BULLET:@items[ o:RDoc::Markup::ListItem:@label0; [o; ; [I"!*READER* - open as a reader;To;;0; [o; ; [I"!*WRITER* - open as a writer;To;;0; [o; ; [I"S*WRCREAT* - open as a writer; if the database does not exist, create a new one;To;;0; [o; ; [I"C*NEWDB* - open as a writer; overwrite any existing databases;To:RDoc::Markup::BlankLine o; ; [I"SThe values *WRITER*, *WRCREAT* and *NEWDB* may be combined with the following ;TI"values by bitwise or:;To;;; ;[o;;0; [o; ; [I"M*SYNC* - cause all database operations to be synchronized to the disk;To;;0; [o; ; [I".*NOLOCK* - do not lock the database file;T@&o; ; [ I"PIf no _flags_ are specified, the GDBM object will try to open the database ;TI"Ffile as a writer and will create it if it does not already exist ;TI"R(cf. flag <tt>WRCREAT</tt>). If this fails (for instance, if another process ;TI"Khas already opened the database as a reader), it will try to open the ;TI":database file as a reader (cf. flag <tt>READER</tt>).;T: @fileI"ext/gdbm/gdbm.c;T:0@omit_headings_from_table_of_contents_below0I"2GDBM.new(filename, mode = 0666, flags = nil) ;T0[ I"(p1, p2 = v2, p3 = v3);T@>FI" GDBM;TcRDoc::NormalClass0