HomeSort by relevance Sort by last modified time
    Searched refs:mailto (Results 1 - 25 of 35) 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...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/mailto/
Handler.java 27 * mailto stream opener
30 package sun.net.www.protocol.mailto;
92 // ArticlePoster.MailTo("Posted form",
97 // ArticlePoster.MailTo(decodePercent(subj), decodePercent(dest));
108 * mailto protocol.
MailToURLConnection.java 26 package sun.net.www.protocol.mailto;
39 * Handle mailto URLs. To send mail using a mailto URLConnection,
  /external/toybox/toys/pending/
crond.c 54 char *username, *mailto; member in struct:_cronfile
286 if (!strcmp(name, "MAILTO")) cfile->mailto = xstrdup(val);
307 if (l->username != l->mailto) free(l->mailto);
399 if (cfile->mailto) free(cfile->mailto);
408 if (!cfile->mailto) cfile->mailto = cfile->username;
557 dprintf(mailfd, "To: %s\nSubject: cron: %s\n\n", cfile->mailto, job->cmd)
    [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 });
  /prebuilts/go/darwin-x86/src/html/template/
url.go 22 if protocol != "http" && protocol != "https" && protocol != "mailto" {
escape_test.go 158 `<a href={{"mailto:Muhammed \"The Greatest\" Ali <m.ali@example.com>"}}>`,
159 `<a href=mailto:Muhammed%20%22The%20Greatest%22%20Ali%20%3cm.ali@example.com%3e>`,
    [all...]
  /prebuilts/go/darwin-x86/src/net/url/
url_test.go 128 "mailto:/webmaster@golang.org",
130 Scheme: "mailto",
133 "mailto:///webmaster@golang.org", // unfortunate compromise
137 "mailto:webmaster@golang.org",
139 Scheme: "mailto",
268 "MaIlTo:webmaster@golang.org",
270 Scheme: "mailto",
273 "mailto:webmaster@golang.org",
759 {"http://foo.com/bar", "mailto:foo@example.com", "mailto:foo@example.com"}
    [all...]
url.go 401 // Split off possible leading "http:", "mailto:", etc.
  /prebuilts/go/linux-x86/src/html/template/
url.go 22 if protocol != "http" && protocol != "https" && protocol != "mailto" {
escape_test.go 158 `<a href={{"mailto:Muhammed \"The Greatest\" Ali <m.ali@example.com>"}}>`,
159 `<a href=mailto:Muhammed%20%22The%20Greatest%22%20Ali%20%3cm.ali@example.com%3e>`,
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url_test.go 128 "mailto:/webmaster@golang.org",
130 Scheme: "mailto",
133 "mailto:///webmaster@golang.org", // unfortunate compromise
137 "mailto:webmaster@golang.org",
139 Scheme: "mailto",
268 "MaIlTo:webmaster@golang.org",
270 Scheme: "mailto",
273 "mailto:webmaster@golang.org",
759 {"http://foo.com/bar", "mailto:foo@example.com", "mailto:foo@example.com"}
    [all...]
url.go 401 // Split off possible leading "http:", "mailto:", etc.
  /external/clang/www/demo/
index.cgi 107 sub mailto {
445 mailto( $MAILADDR,
  /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',
  /frameworks/minikin/tests/
WordBreakerTests.cpp 183 TEST_F(WordBreakerTest, mailto) {
190 EXPECT_EQ(7, breaker.next()); // after "mailto:"
  /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 51 protocol = `https?|ftp|file|gopher|mailto|news|nntp|telnet|wais|prospero`
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 51 protocol = `https?|ftp|file|gopher|mailto|news|nntp|telnet|wais|prospero`
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
HttpUrlTest.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 170 private static final String MAIL_TO = "mailto";
501 public static void composeMailto(Context context, Account account, Uri mailto) {
502 final Intent intent = new Intent(Intent.ACTION_VIEW, mailto);
506 if (mailto != null) {
507 intent.setData(Utils.normalizeUri(mailto));
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]

Completed in 1870 milliseconds

1 2