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.217.103
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 /
Struct /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
820
B
-rw-r--r--
2024-06-26 17:25
%5b%5d%3d-i.ri
861
B
-rw-r--r--
2024-06-26 17:25
%5b%5d-i.ri
837
B
-rw-r--r--
2024-06-26 17:25
as_json-i.ri
374
B
-rw-r--r--
2024-06-26 17:25
cdesc-Struct.ri
4.89
KB
-rw-r--r--
2024-06-26 17:25
deconstruct-i.ri
570
B
-rw-r--r--
2024-06-26 17:25
deconstruct_keys-i.ri
244
B
-rw-r--r--
2024-06-26 17:25
dig-i.ri
886
B
-rw-r--r--
2024-06-26 17:25
each-i.ri
762
B
-rw-r--r--
2024-06-26 17:25
each_pair-i.ri
868
B
-rw-r--r--
2024-06-26 17:25
eql%3f-i.ri
474
B
-rw-r--r--
2024-06-26 17:25
filter-i.ri
768
B
-rw-r--r--
2024-06-26 17:25
hash-i.ri
403
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
386
B
-rw-r--r--
2024-06-26 17:25
json_create-c.ri
420
B
-rw-r--r--
2024-06-26 17:25
length-i.ri
527
B
-rw-r--r--
2024-06-26 17:25
members-i.ri
583
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
3.14
KB
-rw-r--r--
2024-06-26 17:25
select-i.ri
941
B
-rw-r--r--
2024-06-26 17:25
size-i.ri
587
B
-rw-r--r--
2024-06-26 17:25
to_a-i.ri
636
B
-rw-r--r--
2024-06-26 17:25
to_h-i.ri
916
B
-rw-r--r--
2024-06-26 17:25
to_json-i.ri
405
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
323
B
-rw-r--r--
2024-06-26 17:25
values-i.ri
560
B
-rw-r--r--
2024-06-26 17:25
values_at-i.ri
734
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::NormalClass[iI"Struct:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[ : @fileI"$ext/json/lib/json/add/struct.rb;T:0@omit_headings_from_table_of_contents_below0o;;[ o:RDoc::Markup::Paragraph;[I"MA Struct is a convenient way to bundle a number of attributes together, ;TI"Gusing accessor methods, without having to write an explicit class.;To:RDoc::Markup::BlankLine o;;[I"NThe Struct class generates new subclasses that hold a set of members and ;TI"Jtheir values. For each member a reader and writer method is created ;TI"%similar to Module#attr_accessor.;T@o:RDoc::Markup::Verbatim;[I"/Customer = Struct.new(:name, :address) do ;TI" def greeting ;TI" "Hello #{name}!" ;TI" end ;TI" end ;TI" ;TI"-dave = Customer.new("Dave", "123 Main") ;TI"dave.name #=> "Dave" ;TI"%dave.greeting #=> "Hello Dave!" ;T:@format0o;;[I"LSee Struct::new for further examples of creating struct subclasses and ;TI"instances.;T@o;;[I"NIn the method descriptions that follow, a "member" parameter refers to a ;TI"Nstruct member which is either a quoted string (<code>"name"</code>) or a ;TI"!Symbol (<code>:name</code>).;T; I" struct.c;T; 0; 0; 0[ [U:RDoc::Constant[i I"Passwd;TI"Struct::Passwd;T:public0o;;[ o;;[I"Passwd;T@o;;[I"<Passwd is a Struct that contains the following members:;T@o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I" name;T;[o;;[I";contains the short login name of the user as a String.;To;;[I"passwd;T;[o;;[I">contains the encrypted password of the user as a String. ;TI"Kan 'x' is returned if shadow passwords are in use. An '*' is returned ;TI"0if the user cannot log in using a password.;To;;[I"uid;T;[o;;[I"4contains the integer user ID (uid) of the user.;To;;[I"gid;T;[o;;[I"Econtains the integer group ID (gid) of the user's primary group.;To;;[I"dir;T;[o;;[I"Econtains the path to the home directory of the user as a String.;To;;[I" shell;T;[o;;[I"Bcontains the path to the login shell of the user as a String.;T@S:RDoc::Markup::Heading: leveli: textI"WThe following members below are optional, and must be compiled with special flags:;T@o;;;;[o;;[I" gecos;T;[o;;[ I"?contains a longer String description of the user, such as ;TI"Ja full name. Some Unix systems provide structured information in the ;TI"0gecos field, but this is system-dependent. ;TI"8must be compiled with +HAVE_STRUCT_PASSWD_PW_GECOS+;To;;[I"change;T;[o;;[I"Wpassword change time(integer) must be compiled with +HAVE_STRUCT_PASSWD_PW_CHANGE+;To;;[I" quota;T;[o;;[I"Mquota value(integer) must be compiled with +HAVE_STRUCT_PASSWD_PW_QUOTA+;To;;[I"age;T;[o;;[I"Lpassword age(integer) must be compiled with +HAVE_STRUCT_PASSWD_PW_AGE+;To;;[I" class;T;[o;;[I"Ruser access class(string) must be compiled with +HAVE_STRUCT_PASSWD_PW_CLASS+;To;;[I"comment;T;[o;;[I"Jcomment(string) must be compiled with +HAVE_STRUCT_PASSWD_PW_COMMENT+;To;;[I"expire;T;[o;;[I"Zaccount expiration time(integer) must be compiled with +HAVE_STRUCT_PASSWD_PW_EXPIRE+;T; I"ext/etc/etc.c;T; 0@�@cRDoc::NormalClass0U;[i I" Group;TI"Struct::Group;T;0o;;[o;;[I" Group;T@o;;[I"QGroup is a Struct that is only available when compiled with +HAVE_GETGRENT+.;T@o;;[I"/The struct contains the following members:;T@o;;;;[ o;;[I" name;T;[o;;[I"0contains the name of the group as a String.;To;;[I"passwd;T;[o;;[ I"<contains the encrypted password as a String. An 'x' is ;TI"Ireturned if password access to the group is not available; an empty ;TI"Istring is returned if no password is needed to obtain membership of ;TI"the group.;T@o;;[I"9Must be compiled with +HAVE_STRUCT_GROUP_GR_PASSWD+.;To;;[I"gid;T;[o;;[I"3contains the group's numeric ID as an integer.;To;;[I"mem;T;[o;;[I"Dis an Array of Strings containing the short login names of the ;TI"members of the group.;T; @�; 0@�@@�0[[I"Enumerable;To;;[ ; @.; 0I" struct.c;T[[I" class;T[[;[ [:protected[ [:private[[I"json_create;TI"$ext/json/lib/json/add/struct.rb;T[I"new;T@�[I" instance;T[[;[ [;[ [;[[I"==;T@�[I"[];T@�[I"[]=;T@�[I"as_json;T@�[I"deconstruct;T@�[I"deconstruct_keys;T@�[I"dig;T@�[I" each;T@�[I"each_pair;T@�[I" eql?;T@�[I"filter;T@�[I" hash;T@�[I"inspect;T@�[I"length;T@�[I"members;T@�[I"select;T@�[I" size;T@�[I" to_a;T@�[I" to_h;T@�[I"to_json;T@�[I" to_s;T@�[I"values;T@�[I"values_at;T@�[ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[ I"ext/etc/etc.c;TI"$ext/json/lib/json/add/struct.rb;TI"lib/pp.rb;TI" struct.c;T@.cRDoc::TopLevel