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 /
ruby32 /
share /
ri /
system /
CSV /
Row /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
1.47
KB
-rw-r--r--
2026-04-07 17:42
%3d%3d-i.ri
736
B
-rw-r--r--
2026-04-07 17:42
%5b%5d%3d-i.ri
2.07
KB
-rw-r--r--
2026-04-07 17:42
%5b%5d-i.ri
282
B
-rw-r--r--
2026-04-07 17:42
cdesc-Row.ri
4
KB
-rw-r--r--
2026-04-07 17:42
deconstruct-i.ri
399
B
-rw-r--r--
2026-04-07 17:42
deconstruct_keys-i.ri
439
B
-rw-r--r--
2026-04-07 17:42
delete-i.ri
1.79
KB
-rw-r--r--
2026-04-07 17:42
delete_if-i.ri
995
B
-rw-r--r--
2026-04-07 17:42
dig-i.ri
872
B
-rw-r--r--
2026-04-07 17:42
each-i.ri
883
B
-rw-r--r--
2026-04-07 17:42
each_pair-i.ri
267
B
-rw-r--r--
2026-04-07 17:42
fetch-i.ri
1.75
KB
-rw-r--r--
2026-04-07 17:42
field%3f-i.ri
606
B
-rw-r--r--
2026-04-07 17:42
field-i.ri
1.57
KB
-rw-r--r--
2026-04-07 17:42
field_row%3f-i.ri
368
B
-rw-r--r--
2026-04-07 17:42
fields-i.ri
2.3
KB
-rw-r--r--
2026-04-07 17:42
has_key%3f-i.ri
526
B
-rw-r--r--
2026-04-07 17:42
header%3f-i.ri
267
B
-rw-r--r--
2026-04-07 17:42
header_row%3f-i.ri
372
B
-rw-r--r--
2026-04-07 17:42
headers-i.ri
544
B
-rw-r--r--
2026-04-07 17:42
include%3f-i.ri
269
B
-rw-r--r--
2026-04-07 17:42
index-i.ri
1.04
KB
-rw-r--r--
2026-04-07 17:42
initialize_copy-i.ri
357
B
-rw-r--r--
2026-04-07 17:42
inspect-i.ri
756
B
-rw-r--r--
2026-04-07 17:42
key%3f-i.ri
261
B
-rw-r--r--
2026-04-07 17:42
member%3f-i.ri
267
B
-rw-r--r--
2026-04-07 17:42
new-c.ri
1.43
KB
-rw-r--r--
2026-04-07 17:42
push-i.ri
644
B
-rw-r--r--
2026-04-07 17:42
row-i.ri
298
B
-rw-r--r--
2026-04-07 17:42
to_csv-i.ri
586
B
-rw-r--r--
2026-04-07 17:42
to_h-i.ri
880
B
-rw-r--r--
2026-04-07 17:42
to_hash-i.ri
257
B
-rw-r--r--
2026-04-07 17:42
to_s-i.ri
262
B
-rw-r--r--
2026-04-07 17:42
values_at-i.ri
286
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" index:ETI"CSV::Row#index;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I";Returns the index for the given header, if it exists; ;TI"otherwise returns +nil+.;To:RDoc::Markup::BlankLine o; ; [I":With the single argument +header+, returns the index ;TI"6of the first-found field with the given +header+:;To:RDoc::Markup::Verbatim; [ I".source = "Name,Name,Name\nFoo,Bar,Baz\n" ;TI".table = CSV.parse(source, headers: true) ;TI"row = table[0] ;TI"row.index('Name') # => 0 ;TI" row.index('NAME') # => nil ;T:@format0o; ; [I"+With arguments +header+ and +offset+, ;TI"Ereturns the index of the first-found field with given +header+, ;TI",but ignoring the first +offset+ fields:;To;; [I"!row.index('Name', 1) # => 1 ;TI""row.index('Name', 3) # => nil;T; 0: @fileI"lib/csv/row.rb;T:0@omit_headings_from_table_of_contents_below0I";index(header) -> index index(header, offset) -> index ;T0[ I" (header, minimum_index = 0);T@$FI"Row;TcRDoc::NormalClass00