OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mailto
(Results
151 - 175
of
830
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libxml2/os400/iconv/bldcsndfa/
character-sets.xhtml
[
all
...]
/cts/tests/tests/net/src/android/net/cts/
UriTest.java
235
Uri uri = Uri.parse("
mailto
:nobody");
241
uri = Uri.fromParts("
mailto
", "nobody", null);
248
.scheme("
mailto
")
258
assertEquals("
mailto
", uri.getScheme());
282
assertEquals("
mailto
:nobody", uri.toString());
285
assertEquals("
mailto
:nobody#top", withFragment.toString());
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlSanitizer.java
43
* "https://the.url.here" or "
mailto
:address@server.com" and cannot resemble "javascript:badness()"
119
* Disallow "cid:" and "
mailto
:" urls on all tags not <a> or <img>.
125
* Disallow the "cid:" url on links. Do allow "
mailto
:" urls to support sending mail.
128
new FilterUrlByProtocolAttributePolicy(ImmutableList.of("
mailto
", "http", "https"));
131
* Disallow the "
mailto
:" url on images so that "Show pictures" can't be used to start composing
192
.allowUrlProtocols("cid", "http", "https", "
mailto
")
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmreports.h
368
STDMETHOD_(HRESULT,get_MailTo)(THIS_ BSTR *
mailTo
) PURE;
369
STDMETHOD_(HRESULT,put_MailTo)(THIS_ BSTR
mailTo
) PURE;
401
#define IFsrmReportJob_get_MailTo(This,
mailTo
) (This)->lpVtbl->get_MailTo(This,
mailTo
)
402
#define IFsrmReportJob_put_MailTo(This,
mailTo
) (This)->lpVtbl->put_MailTo(This,
mailTo
)
/external/apache-http/src/org/apache/http/
HttpHost.java
43
* @author <a href="
mailto
:becke@u.washington.edu">Michael Becke</a>
44
* @author <a href="
mailto
:mbowler@GargoyleSoftware.com">Mike Bowler</a>
45
* @author <a href="
mailto
:oleg at ural.ru">Oleg Kalnichevski</a>
HttpRequest.java
37
* @author <a href="
mailto
:oleg at ural.ru">Oleg Kalnichevski</a>
HttpRequestFactory.java
37
* @author <a href="
mailto
:oleg at ural.ru">Oleg Kalnichevski</a>
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/
intro.html
18
<i>written by <a href=
mailto
:ilya@glas.net>Ilya Etingof</a>, 2011-2012</i>
122
<a href=
mailto
:pyasn1-users@lists.sourceforge.net>pyasn1 mailing list</a>
124
<a href=
mailto
:ilya@glas.net>me</a> the patch.
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java
48
private static final String WITH_SCHEME_REGEXP = "(?:http|https|ftp|
mailto
):[^\\s>\"]*";
150
* Formats the input sequence into a suitable
mailto
: anchor tag and appends it to the output.
162
out.append("<a href=\"
mailto
:");
/external/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java
29
* @author <a href="
mailto
:sanders@apache.org">Scott Sanders</a>
/external/apache-http/src/org/apache/http/auth/
AuthSchemeFactory.java
38
* @author <a href="
mailto
:oleg at ural.ru">Oleg Kalnichevski</a>
/external/apache-http/src/org/apache/http/cookie/
CookieSpecFactory.java
38
* @author <a href="
mailto
:oleg at ural.ru">Oleg Kalnichevski</a>
/external/apache-http/src/org/apache/http/message/
BasicLineFormatter.java
53
* @author <a href="
mailto
:remm@apache.org">Remy Maucherat</a>
54
* @author <a href="
mailto
:mbowler@GargoyleSoftware.com">Mike Bowler</a>
55
* @author <a href="
mailto
:jsdever@apache.org">Jeff Dever</a>
56
* @author <a href="
mailto
:oleg at ural.ru">Oleg Kalnichevski</a>
/external/apache-http/src/org/apache/http/protocol/
HttpRequestHandlerResolver.java
38
* @author <a href="
mailto
:oleg at ural.ru">Oleg Kalnichevski</a>
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
NodeLocator.java
30
* @author <a href="
mailto
:ovidiu@cup.hp.com">Ovidiu Predescu</a>
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/
README
68
mailto
: ilya@glas.net
/external/dbus/test/
shell-test.c
103
|| !test_command_line ("evolution", "
mailto
:pepe@cuco.com", NULL)
/external/javassist/src/main/javassist/
LoaderClassPath.java
34
* @author <a href="
mailto
:bill@jboss.org">Bill Burke</a>
/external/javassist/src/main/javassist/bytecode/annotation/
BooleanMemberValue.java
25
* @author <a href="
mailto
:bill@jboss.org">Bill Burke</a>
ByteMemberValue.java
25
* @author <a href="
mailto
:bill@jboss.org">Bill Burke</a>
CharMemberValue.java
26
* @author <a href="
mailto
:bill@jboss.org">Bill Burke</a>
DoubleMemberValue.java
26
* @author <a href="
mailto
:bill@jboss.org">Bill Burke</a>
FloatMemberValue.java
26
* @author <a href="
mailto
:bill@jboss.org">Bill Burke</a>
IntegerMemberValue.java
26
* @author <a href="
mailto
:bill@jboss.org">Bill Burke</a>
LongMemberValue.java
26
* @author <a href="
mailto
:bill@jboss.org">Bill Burke</a>
Completed in 7140 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>