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 /
ruby21 /
share /
ri /
2.1.0 /
system /
GDBM /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d%3d-i.ri
347
B
-rw-r--r--
2023-07-26 17:51
%5b%5d-i.ri
326
B
-rw-r--r--
2023-07-26 17:51
cachesize%3d-i.ri
361
B
-rw-r--r--
2023-07-26 17:51
cdesc-GDBM.ri
4.1
KB
-rw-r--r--
2023-07-26 17:51
clear-i.ri
331
B
-rw-r--r--
2023-07-26 17:51
close-i.ri
320
B
-rw-r--r--
2023-07-26 17:51
closed%3f-i.ri
362
B
-rw-r--r--
2023-07-26 17:51
delete-i.ri
457
B
-rw-r--r--
2023-07-26 17:51
delete_if-i.ri
396
B
-rw-r--r--
2023-07-26 17:51
each-i.ri
425
B
-rw-r--r--
2023-07-26 17:51
each_key-i.ri
397
B
-rw-r--r--
2023-07-26 17:51
each_pair-i.ri
435
B
-rw-r--r--
2023-07-26 17:51
each_value-i.ri
421
B
-rw-r--r--
2023-07-26 17:51
empty%3f-i.ri
335
B
-rw-r--r--
2023-07-26 17:51
fastmode%3d-i.ri
611
B
-rw-r--r--
2023-07-26 17:51
fetch-i.ri
446
B
-rw-r--r--
2023-07-26 17:51
has_key%3f-i.ri
400
B
-rw-r--r--
2023-07-26 17:51
has_value%3f-i.ri
408
B
-rw-r--r--
2023-07-26 17:51
include%3f-i.ri
400
B
-rw-r--r--
2023-07-26 17:51
invert-i.ri
376
B
-rw-r--r--
2023-07-26 17:51
key%3f-i.ri
388
B
-rw-r--r--
2023-07-26 17:51
key-i.ri
421
B
-rw-r--r--
2023-07-26 17:51
keys-i.ri
329
B
-rw-r--r--
2023-07-26 17:51
length-i.ri
344
B
-rw-r--r--
2023-07-26 17:51
member%3f-i.ri
397
B
-rw-r--r--
2023-07-26 17:51
new-c.ri
1.57
KB
-rw-r--r--
2023-07-26 17:51
open-c.ri
941
B
-rw-r--r--
2023-07-26 17:51
reject%21-i.ri
390
B
-rw-r--r--
2023-07-26 17:51
reject-i.ri
455
B
-rw-r--r--
2023-07-26 17:51
reorganize-i.ri
486
B
-rw-r--r--
2023-07-26 17:51
replace-i.ri
413
B
-rw-r--r--
2023-07-26 17:51
select-i.ri
414
B
-rw-r--r--
2023-07-26 17:51
shift-i.ri
443
B
-rw-r--r--
2023-07-26 17:51
size-i.ri
338
B
-rw-r--r--
2023-07-26 17:51
store-i.ri
357
B
-rw-r--r--
2023-07-26 17:51
sync-i.ri
636
B
-rw-r--r--
2023-07-26 17:51
syncmode%3d-i.ri
812
B
-rw-r--r--
2023-07-26 17:51
to_a-i.ri
349
B
-rw-r--r--
2023-07-26 17:51
to_hash-i.ri
355
B
-rw-r--r--
2023-07-26 17:51
update-i.ri
461
B
-rw-r--r--
2023-07-26 17:51
value%3f-i.ri
396
B
-rw-r--r--
2023-07-26 17:51
values-i.ri
337
B
-rw-r--r--
2023-07-26 17:51
values_at-i.ri
381
B
-rw-r--r--
2023-07-26 17:51
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::NormalClass00