Home
last modified time | relevance | path

Searched refs:mailto (Results 1 – 25 of 47) sorted by relevance

12

/external/webkit/LayoutTests/fast/url/
Dmailto-expected.txt1 Tests mailto: URL canonicalization
6 PASS canonicalize('mailto:addr1') is 'mailto:addr1'
7 PASS canonicalize('mailto:addr1@foo.com') is 'mailto:addr1@foo.com'
8 PASS canonicalize('mailto:addr1 ') is 'mailto:addr1'
9 PASS canonicalize('mailto:addr1?to=jon') is 'mailto:addr1?to=jon'
10 PASS canonicalize('mailto:addr1,addr2') is 'mailto:addr1,addr2'
11 PASS canonicalize('mailto:addr1, addr2') is 'mailto:addr1, addr2'
12 PASS canonicalize('mailto:addr1%2caddr2') is 'mailto:addr1%2caddr2'
13 PASS canonicalize('mailto:��') is 'mailto:%F0%90%8C%80'
14 PASS canonicalize('mailto:addr1?') is 'mailto:addr1?'
[all …]
Dstandard-url-expected.txt46 PASS canonicalize('mailto:/example.com/') is 'mailto:/example.com/'
57 PASS canonicalize('mailto:example.com/') is 'mailto:example.com/'
Dsegments-expected.txt83 PASS segments('mailto:/example.com/') is '["mailto:","","","/example.com/","",""]'
95 PASS segments('mailto:example.com/') is '["mailto:","","","example.com/","",""]'
/external/webkit/LayoutTests/fast/encoding/
Dmailto-always-utf-8-expected.txt1 Policy delegate: attempt to load mailto:?subject=%E3%82%BF%E3%82%A4%E3%83%88%E3%83%AB&body=%E6%9C%A…
2 Test encoding of mailto URLs. Click on the URL - a new message with Japanese subject and body shoul…
/external/markdown/markdown/
Dinlinepatterns.py366 mailto = "mailto:" + email
367 mailto = "".join([markdown.AMP_SUBSTITUTE + '#%d;' %
368 ord(letter) for letter in mailto])
369 el.set('href', mailto)
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
Dset-href-attribute-hash-expected.txt18 Add hash to mailto: protocol
19 PASS a.href is 'mailto:e-mail_address@goes_here#hash-value'
/external/markdown/tests/misc/
Demail.txt3 instead <mailto:yuri@freewisdom.org>
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/protocols/
Dwebkit12 mailto:
Dmozilla26 mailto:
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
Dcrashmon34 [ "${mailto}" ] || {
Drun71 mailto="${crashmon_mailto:-''}" \
/external/harfbuzz_ng/
Dharfbuzz.doap21 <foaf:mbox rdf:resource="mailto:harfbuzz@behdad.org" />
/external/markdown/tests/safe_mode/
Dunsafe_urls.txt25 [email](mailto:foo@bar.com)
/external/llvm/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt1 From: Chris Lattner [mailto:sabre@nondot.org]
/external/clang/www/demo/
Dindex.cgi107 sub mailto {
445 mailto( $MAILADDR,
/external/webkit/Source/WebKit/chromium/tests/
DKURLTest.cpp172 WebCore::KURL mailto(WebCore::ParsedURLString, "mailto:foo@foo.com"); in TEST() local
173 EXPECT_TRUE(WTF::equalIgnoringCase(mailto.protocol(), "mailto")); in TEST()
/external/llvm/docs/
DHowToAddABuilder.rst77 `Galina Kistanova <mailto:gkistanova@gmail.com>`_, and wait till she
DDeveloperPolicy.rst255 `Chris <mailto:sabre@nondot.org>`_ with the following information:
492 List <mailto:llvmdev@cs.uiuc.edu>`_.
508 contact the `oversight group <mailto:llvm-oversight@cs.uiuc.edu>`_ for more
/external/chromium/googleurl/
DREADME.txt70 URL includes "javascript", "data", and even "mailto" (although "mailto"
/external/qemu/distrib/sdl-1.2.15/
DREADME.Watcom129 Please direct any questions or comments to me: <mailto:macpete@gmx.de>
/external/markdown/docs/
DCHANGE_LOG124 again as a separate paragraph. Incorporated Chris Clark's "mailto"
/external/libpng/contrib/pngminus/
DREADME149 mailto:willem@schaik.com
/external/webkit/Source/WebKit/mac/Misc/
DWebNSURLExtras.mm160 …// In a mailto: URL, host names come after a '@' character and end with a '>' or ',' or '?' charac…
250 // code we have that parses mailto URLs anyway.
254 if ([string _webkit_hasCaseInsensitivePrefix:@"mailto:"]) {
/external/icu4c/test/testdata/
Dregextst.txt1654 "((mailto\:|(news|(ht|f)tp(s?))\://){1}\S+)" G "<0>http://www.aspemporium.com</0>"
1655 "((mailto\:|(news|(ht|f)tp(s?))\://){1}\S+)" G "<0>mailto:dominionx@hotmail.com</0>"
1656 "((mailto\:|(news|(ht|f)tp(s?))\://){1}\S+)" G "<0>ftp://ftp.test.com</0>"
1657 "((mailto\:|(news|(ht|f)tp(s?))\://){1}\S+)" "www.aspemporium.com"
1658 "((mailto\:|(news|(ht|f)tp(s?))\://){1}\S+)" "dominionx@hotmail.com"
1659 "((mailto\:|(news|(ht|f)tp(s?))\://){1}\S+)" "bloggs"
/external/webkit/LayoutTests/platform/android/
Dtest_expectations.txt47 fast/encoding/mailto-always-utf-8.html FAIL // Requires waitForPolicyDelegate(), see http://b/issue…

12