Searched +refs:url +refs:mailto (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dto_html.rb55 @markup.add_special(/(?:link:|https?:|mailto:|ftp:|irc:|www\.)\S+\w/,
78 # <tt>mailto:</tt>::
88 url = special.text
90 gen_url url, url
103 url = special.text
105 case url
118 gen_url url, text
120 url =~ /\Ardoc-[a-z]+:/
128 # <tt>label[url]</t
[all...]
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A DURL.pm16 @EXPORT = qw(url);
19 sub url ($;$) { URI::URL->new(@_); } subroutine
177 # mailto:
180 sub URI::mailto::authority { shift->to(@_); } # make 'netloc' method work
211 The URI::URL module exports the url() function as an alternate
229 $url->print_on method
233 $url->crack method
237 $url->full_path: same as ($uri->abs_path || "/")
241 $url->netloc: same as $uri->authority
245 $url
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/uri/
H A Duri.tcl12 # Handle www-url-encoding details
31 variable url ""
100 # the pattern for an url of the registered scheme after the
113 variable url
148 append url "(${s}:[set ${scheme}::schemepart])|"
150 set url [string trimright $url |]
156 # Splits the given <a url> into its constituents.
159 # url the URL to split
164 proc ::uri::split {url {defaultschem
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/uri/
H A Duri.tcl12 # Handle www-url-encoding details
31 variable url ""
100 # the pattern for an url of the registered scheme after the
113 variable url
148 append url "(${s}:[set ${scheme}::schemepart])|"
150 set url [string trimright $url |]
156 # Splits the given <a url> into its constituents.
159 # url the URL to split
164 proc ::uri::split {url {defaultschem
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A Dsmtp.tcl7 # -proxy mailto:soap-purchase@localhost
28 SOAP::register mailto [namespace current]
120 # url - the endpoint address. eg: mailto:user@address
128 proc ::SOAP::Transport::smtp::xfer {procVarName url soap} {
131 if {[catch {eval array set addr [mime::parseaddress $url]} msg]} {
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tools/
H A Dexpand893 GlobalizeMacros dot tag link mailto today
912 # otherwise use the url.
913 proc ::expand::link {url {text ""}} {
915 set text $url
918 return "[tag a href $url]$text[tag /a]"
922 proc ::expand::mailto {address {name ""}} {
927 return "[tag a href mailto:$address]$name[tag /a]"
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dexpand893 GlobalizeMacros dot tag link mailto today
912 # otherwise use the url.
913 proc ::expand::link {url {text ""}} {
915 set text $url
918 return "[tag a href $url]$text[tag /a]"
922 proc ::expand::mailto {address {name ""}} {
927 return "[tag a href mailto:$address]$name[tag /a]"
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drebol.vim76 syn match rebolURL "mailto:\k\+\(\.\k\+\)*@\k\+\(\.\k\+\)*"
106 syn keyword rebolLogicFunction string? time? tuple? url? word?
113 syn keyword rebolType tuple! url! word!
H A Ddtml.vim59 syn keyword dtmlAttribute locked_in_version lower lowercase mailfrom mailhost mailhost_list mailto contained
107 syn keyword dtmlAttribute tree-colspan tree-e tree-item-expanded tree-item-url tree-level contained
108 syn keyword dtmlAttribute tree-root-url tree-s tree-state type undoable_transactions UNLOCK contained
109 syn keyword dtmlAttribute update_data upper uppercase url url_quote URLn user_names contained
H A Dcf.vim51 syn keyword cfScope contained cfcatch variables application server session client form url local
155 syn keyword cfArg contained mailerid mailto marginbottom marginleft marginright
193 syn keyword cfArg contained toplevelvariable transfermode type uid unit url urlpath
/macosx-10.9.5/CPANInternal-140/URI/
H A DURI.pm732 <draft-murali-url-gopher-1996-12-04> and will hopefully be available
781 =item B<mailto>:
783 The I<mailto> URI scheme is specified in RFC 2368. The scheme was
788 C<URI> objects belonging to the mailto scheme support the common
790 following mailto-specific methods: $uri->to, $uri->headers.
802 <draft-gilman-news-url-01> and will hopefully be available as an RFC
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dtexi2html1920 'url', '&do_url', # insert a clickable URL
5189 &t2h_anchor('', "mailto:$addr", $text);
5206 local($url, $text, $only_text) = split(/,\s*/, $_[0]);
5209 $text = $url unless $text;
5210 &t2h_anchor('', $url, $text);
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex1371 % For @url, @env, @command quotes seem unnecessary, so use \code.
1372 \let\url=\code
1378 % arg as text to display instead of (rather than in addition to) the url
1379 % itself. First (mandatory) arg is the url. Perhaps eventually put in
1395 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1398 \code{#1}% only url given, so show it
1412 \pdfurl{mailto:#1}%
2703 \def\url##1{\realbackslash url {##1}}%
2788 \let\url
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex1489 % For @url, @env, @command quotes seem unnecessary, so use \code.
1490 \let\url=\code
1496 % arg as text to display instead of (rather than in addition to) the url
1497 % itself. First (mandatory) arg is the url. Perhaps eventually put in
1513 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1516 \code{#1}% only url given, so show it
1530 \pdfurl{mailto:#1}%
2864 \def\url##1{\realbackslash url {##1}}%
2959 \let\url
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex1411 % For @url, @env, @command quotes seem unnecessary, so use \code.
1412 \let\url=\code
1418 % arg as text to display instead of (rather than in addition to) the url
1419 % itself. First (mandatory) arg is the url. Perhaps eventually put in
1435 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1438 \code{#1}% only url given, so show it
1452 \pdfurl{mailto:#1}%
2753 \def\url##1{\realbackslash url {##1}}%
2838 \let\url
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex1582 % For @url, @env, @command quotes seem unnecessary, so use \code.
1583 \let\url=\code
1589 % arg as text to display instead of (rather than in addition to) the url
1590 % itself. First (mandatory) arg is the url. Perhaps eventually put in
1606 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1609 \code{#1}% only url given, so show it
1623 \pdfurl{mailto:#1}%
3080 \definedummyword{url}%
3192 \let\url=\asis
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex1841 % For @url, @env, @command quotes seem unnecessary, so use \code.
1842 \let\url=\code
1848 % arg as text to display instead of (rather than in addition to) the url
1849 % itself. First (mandatory) arg is the url. Perhaps eventually put in
1865 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1868 \code{#1}% only url given, so show it
1882 \pdfurl{mailto:#1}%
3188 \definedummyword{url}%
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex1876 % arg as text to display instead of (rather than in addition to) the url
1877 % itself. First (mandatory) arg is the url. Perhaps eventually put in
1893 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1896 \code{#1}% only url given, so show it
1902 % @url synonym for @uref, since that's how everyone uses it.
1904 \let\url=\uref
1914 \pdfurl{mailto:#1}%
3303 \definedummyword{url}%
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex1876 % arg as text to display instead of (rather than in addition to) the url
1877 % itself. First (mandatory) arg is the url. Perhaps eventually put in
1893 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1896 \code{#1}% only url given, so show it
1902 % @url synonym for @uref, since that's how everyone uses it.
1904 \let\url=\uref
1914 \pdfurl{mailto:#1}%
3303 \definedummyword{url}%
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex1456 % make a live url in pdf output.
1461 % of @url. for now, just make @/ a no-op, that's the only one
2460 % arg as text to display instead of (rather than in addition to) the url
2461 % itself. First (mandatory) arg is the url. Perhaps eventually put in
2477 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
2480 \code{#1}% only url given, so show it
2486 % @url synonym for @uref, since that's how everyone uses it.
2488 \let\url=\uref
2498 \pdfurl{mailto:#1}%
3910 \definedummyword\url
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex1456 % make a live url in pdf output.
1461 % of @url. for now, just make @/ a no-op, that's the only one
2460 % arg as text to display instead of (rather than in addition to) the url
2461 % itself. First (mandatory) arg is the url. Perhaps eventually put in
2477 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
2480 \code{#1}% only url given, so show it
2486 % @url synonym for @uref, since that's how everyone uses it.
2488 \let\url=\uref
2498 \pdfurl{mailto:#1}%
3910 \definedummyword\url
[all...]

Completed in 354 milliseconds