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

1 2

  /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/jline/src/src/main/java/jline/
ArgumentCompletor.java 53 * @author <a href="mailto:mwp1@cornell.edu">Marc Prud'hommeaux</a>
215 * @author <a href="mailto:mwp1@cornell.edu">Marc Prud'hommeaux</a>
245 * @author <a href="mailto:mwp1@cornell.edu">Marc Prud'hommeaux</a>
358 * @author <a href="mailto:mwp1@cornell.edu">Marc Prud'hommeaux</a>
374 * @author <a href="mailto:mwp1@cornell.edu">Marc Prud'hommeaux</a>
  /external/toybox/toys/pending/
crond.c 54 char *username, *mailto; member in struct:_cronfile
287 if (!strcmp(name, "MAILTO")) cfile->mailto = xstrdup(val);
308 if (l->username != l->mailto) free(l->mailto);
400 if (cfile->mailto) free(cfile->mailto);
409 if (!cfile->mailto) cfile->mailto = cfile->username;
558 dprintf(mailfd, "To: %s\nSubject: cron: %s\n\n", cfile->mailto, job->cmd)
    [all...]
  /external/vulkan-validation-layers/
GOVERNANCE.md 39 * **Mark Lobodzinski** [mark@lunarg.com](mailto:mark@lunarg.com)
40 * **Tobin Ehlis** [tobine@google.com](mailto:tobine@google.com)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqwiz.py 92 repl = '<A HREF="mailto:%s">%s</A>' % (url, url)
  /external/python/cpython2/Tools/faqwiz/
faqwiz.py 92 repl = '<A HREF="mailto:%s">%s</A>' % (url, url)
  /prebuilts/go/darwin-x86/src/html/template/
url.go 28 // * mailto: Opens an email program and starts a new draft. This side effect
47 // (http, https, mailto).
52 if !strings.EqualFold(protocol, "http") && !strings.EqualFold(protocol, "https") && !strings.EqualFold(protocol, "mailto") {
  /prebuilts/go/linux-x86/src/html/template/
url.go 28 // * mailto: Opens an email program and starts a new draft. This side effect
47 // (http, https, mailto).
52 if !strings.EqualFold(protocol, "http") && !strings.EqualFold(protocol, "https") && !strings.EqualFold(protocol, "mailto") {
  /prebuilts/go/darwin-x86/src/net/url/
url_test.go 156 "mailto:/webmaster@golang.org",
158 Scheme: "mailto",
161 "mailto:///webmaster@golang.org", // unfortunate compromise
165 "mailto:webmaster@golang.org",
167 Scheme: "mailto",
296 "MaIlTo:webmaster@golang.org",
298 Scheme: "mailto",
301 "mailto:webmaster@golang.org",
584 "mailto:?subject=hi",
586 Scheme: "mailto",
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url_test.go 156 "mailto:/webmaster@golang.org",
158 Scheme: "mailto",
161 "mailto:///webmaster@golang.org", // unfortunate compromise
165 "mailto:webmaster@golang.org",
167 Scheme: "mailto",
296 "MaIlTo:webmaster@golang.org",
298 Scheme: "mailto",
301 "mailto:webmaster@golang.org",
584 "mailto:?subject=hi",
586 Scheme: "mailto",
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java 84 * The account name currently in use. Used to construct the NFC mailto: message. This needs
108 * Returns an NDEF message with a single mailto URI record
118 byte prefix = 0x06; // mailto:
122 NdefRecord mailto = new NdefRecord(NdefRecord.TNF_WELL_KNOWN, NdefRecord.RTD_URI, local
124 return new NdefMessage(new NdefRecord[] { mailto });
  /external/clang/www/demo/
index.cgi 107 sub mailto {
445 mailto( $MAILADDR,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
42 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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/python/cpython2/Lib/
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/gdb/darwin-x86/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/gdb/linux-x86/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/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/python/cpython3/Lib/urllib/
parse.py 14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zawinski, July 1998.
57 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 759 final String mailto = String.format("mailto:%s?cc=%s&subject=%s&body=%s", local
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 57 protoPart = `(https?|ftp|file|gopher|mailto|nntp)`
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 57 protoPart = `(https?|ftp|file|gopher|mailto|nntp)`
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
HttpUrlTest.java     [all...]
  /frameworks/minikin/tests/unittest/
WordBreakerTests.cpp 286 TEST(WordBreakerTest, mailto) {
292 EXPECT_EQ(7, breaker.followingWithLocale(Locale("en-US"), 0)); // after "mailto:"

Completed in 785 milliseconds

1 2