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

  /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...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
background.js 16 var action_url = "mailto:?"
31 // Custom URL's (such as opening mailto in Gmail tab) should have a
38 // Plain vanilla mailto links open up in the same tab to prevent
options.js 5 var gmail = "https://mail.google.com/mail/?extsrc=mailto&url=%s";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
extract_reference_link_unittest.py 40 href="mailto:EMAIL OR http://CONTACT_PAGE"/>
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java 65 * The account name currently in use. Used to construct the NFC mailto: message. This needs
85 * Returns an NDEF message with a single mailto URI record
95 byte prefix = 0x06; // mailto:
99 NdefRecord mailto = new NdefRecord(NdefRecord.TNF_WELL_KNOWN, NdefRecord.RTD_URI, local
101 return new NdefMessage(new NdefRecord[] { mailto });
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 781 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1");
783 GURL url("mailto:someone@something.com");
792 std::string scheme("mailto");
802 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1");
803 ProtocolHandler ph2 = CreateProtocolHandler("mailto", "test2");
804 ProtocolHandler ph3 = CreateProtocolHandler("mailto", "test3");
821 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1");
822 ProtocolHandler ph2 = CreateProtocolHandler("mailto", "test2");
823 ProtocolHandler ph3 = CreateProtocolHandler("mailto", "test3");
830 registry()->GetHandlersFor("mailto");
    [all...]
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 406 '<td><a href="mailto:%(email)s">%(email)s</a></td>'
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py 63 href="mailto:EMAIL OR http://CONTACT_PAGE"/>
  /external/clang/www/demo/
index.cgi 107 sub mailto {
445 mailto( $MAILADDR,
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KURLTest.cpp 163 WebCore::KURL mailto(WebCore::ParsedURLString, "mailto:foo@foo.com");
164 EXPECT_TRUE(WTF::equalIgnoringCase(mailto.protocol(), "mailto"));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
51 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
51 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 785 std::string mailto = std::string("mailto:?subject=Fwd:%20") + local
787 platform_util::OpenExternal(GURL(mailto));
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 191 def __init__(self, dryrun=False, gsutil=None, mailfrom=None, mailto=None):
195 self.mailto = mailto
248 if self.mailfrom and self.mailto:
251 msg['To'] = ', '.join(self.mailto)
256 smtp_obj.sendmail(self.mailfrom, self.mailto, msg.as_string())
854 parser.add_option('--mailto', help='send error mails to...', action='append')
868 if (options.mailfrom is None) != (not options.mailto):
870 options.mailto = None
871 logger.warning('Disabling email, one of --mailto or --mailfrom
    [all...]
  /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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1954 milliseconds