/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 | 785 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); 787 GURL url("mailto:someone@something.com"); 796 std::string scheme("mailto"); 806 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); 807 ProtocolHandler ph2 = CreateProtocolHandler("mailto", "test2"); 808 ProtocolHandler ph3 = CreateProtocolHandler("mailto", "test3"); 825 ProtocolHandler ph1 = CreateProtocolHandler("mailto", "test1"); 826 ProtocolHandler ph2 = CreateProtocolHandler("mailto", "test2"); 827 ProtocolHandler ph3 = CreateProtocolHandler("mailto", "test3"); 834 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/clang/www/demo/ |
index.cgi | 107 sub mailto { 445 mailto( $MAILADDR,
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURLTest.cpp | 165 WebCore::KURL mailto(WebCore::ParsedURLString, "mailto:foo@foo.com"); 166 EXPECT_TRUE(WTF::equalIgnoringCase(mailto.protocol(), "mailto"));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_converter_unittest.py | 69 href="mailto:EMAIL OR http://CONTACT_PAGE"/>
|
/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 | 816 std::string mailto = std::string("mailto:?subject=Fwd:%20") + local 818 platform_util::OpenExternal(browser->profile(), 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()) 872 parser.add_option('--mailto', help='send error mails to...', action='append') [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...] |