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.224
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 /
GDBM /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d%3d-i.ri
397
B
-rw-r--r--
2024-06-26 17:25
%5b%5d-i.ri
327
B
-rw-r--r--
2024-06-26 17:25
cachesize%3d-i.ri
362
B
-rw-r--r--
2024-06-26 17:25
cdesc-GDBM.ri
4.13
KB
-rw-r--r--
2024-06-26 17:25
clear-i.ri
332
B
-rw-r--r--
2024-06-26 17:25
close-i.ri
321
B
-rw-r--r--
2024-06-26 17:25
closed%3f-i.ri
363
B
-rw-r--r--
2024-06-26 17:25
delete-i.ri
458
B
-rw-r--r--
2024-06-26 17:25
delete_if-i.ri
460
B
-rw-r--r--
2024-06-26 17:25
each-i.ri
448
B
-rw-r--r--
2024-06-26 17:25
each_key-i.ri
398
B
-rw-r--r--
2024-06-26 17:25
each_pair-i.ri
401
B
-rw-r--r--
2024-06-26 17:25
each_value-i.ri
422
B
-rw-r--r--
2024-06-26 17:25
empty%3f-i.ri
336
B
-rw-r--r--
2024-06-26 17:25
fastmode%3d-i.ri
612
B
-rw-r--r--
2024-06-26 17:25
fetch-i.ri
447
B
-rw-r--r--
2024-06-26 17:25
has_key%3f-i.ri
381
B
-rw-r--r--
2024-06-26 17:25
has_value%3f-i.ri
459
B
-rw-r--r--
2024-06-26 17:25
include%3f-i.ri
552
B
-rw-r--r--
2024-06-26 17:25
invert-i.ri
377
B
-rw-r--r--
2024-06-26 17:25
key%3f-i.ri
373
B
-rw-r--r--
2024-06-26 17:25
key-i.ri
422
B
-rw-r--r--
2024-06-26 17:25
keys-i.ri
330
B
-rw-r--r--
2024-06-26 17:25
length-i.ri
381
B
-rw-r--r--
2024-06-26 17:25
member%3f-i.ri
379
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
1.57
KB
-rw-r--r--
2024-06-26 17:25
open-c.ri
942
B
-rw-r--r--
2024-06-26 17:25
reject%21-i.ri
362
B
-rw-r--r--
2024-06-26 17:25
reject-i.ri
456
B
-rw-r--r--
2024-06-26 17:25
reorganize-i.ri
487
B
-rw-r--r--
2024-06-26 17:25
replace-i.ri
414
B
-rw-r--r--
2024-06-26 17:25
select-i.ri
415
B
-rw-r--r--
2024-06-26 17:25
shift-i.ri
444
B
-rw-r--r--
2024-06-26 17:25
size-i.ri
331
B
-rw-r--r--
2024-06-26 17:25
store-i.ri
335
B
-rw-r--r--
2024-06-26 17:25
sync-i.ri
637
B
-rw-r--r--
2024-06-26 17:25
syncmode%3d-i.ri
813
B
-rw-r--r--
2024-06-26 17:25
to_a-i.ri
350
B
-rw-r--r--
2024-06-26 17:25
to_hash-i.ri
356
B
-rw-r--r--
2024-06-26 17:25
update-i.ri
462
B
-rw-r--r--
2024-06-26 17:25
value%3f-i.ri
381
B
-rw-r--r--
2024-06-26 17:25
values-i.ri
338
B
-rw-r--r--
2024-06-26 17:25
values_at-i.ri
382
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"GDBM::new;TT:privateo: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::NormalClass00