HomeSort by relevance Sort by last modified time
    Searched refs:mailto (Results 1 - 15 of 15) sorted by null

  /external/webkit/LayoutTests/fast/url/script-tests/
mailto.js 1 description("Tests mailto: URL canonicalization");
25 shouldBe("canonicalize('mailto:" + cases[i][0] + "')",
26 "'mailto:" + cases[i][1] + "'");
29 shouldBeFalse("canonicalize('mailto:\xed\xa0\x80') == 'mailto:%EF%BF%BD'");
standard-url.js 51 ["mailto:/example.com/", "mailto:/example.com/"],
62 ["mailto:example.com/", "mailto:example.com/"],
segments.js 82 ["mailto:/example.com/", ["mailto:","","","/example.com/","",""]],
94 ["mailto:example.com/", ["mailto:","","","example.com/","",""]],
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
crashmon 34 [ "${mailto}" ] || {
35 echo "Env var '\${mailto}' not defined" >&2
run 71 mailto="${crashmon_mailto:-''}" \
  /external/markdown/markdown/
inlinepatterns.py 250 are known not to (i.e.: mailto links). Script urls do not contain a
260 locless_schemes = ['', 'mailto', 'news']
347 Return a mailto link Element given an automail link (`<foo@example.com>`).
352 if email.startswith("mailto:"):
353 email = email[len("mailto:"):]
366 mailto = "mailto:" + email
367 mailto = "".join([markdown.AMP_SUBSTITUTE + '#%d;' %
368 ord(letter) for letter in mailto])
369 el.set('href', mailto)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
NfcHandler.java 83 recordBytes[0] = 0x06; // NDEF mailto: prefix
85 NdefRecord mailto = new NdefRecord(NdefRecord.TNF_WELL_KNOWN, NdefRecord.RTD_URI, local
87 return new NdefMessage(new NdefRecord[] { mailto });
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hash.js 42 // Firefox 3.5.2 does not allow setting hash to mailto: scheme, and it should.
43 debug("Add hash to mailto: protocol");
44 a.href = "mailto:e-mail_address@goes_here";
46 shouldBe("a.href", "'mailto:e-mail_address@goes_here#hash-value'");
  /external/clang/www/demo/
index.cgi 107 sub mailto {
445 mailto( $MAILADDR,
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 172 WebCore::KURL mailto(WebCore::ParsedURLString, "mailto:foo@foo.com");
173 EXPECT_TRUE(WTF::equalIgnoringCase(mailto.protocol(), "mailto"));
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 283 milliseconds