/external/testng/src/test/java/test/hook/ |
HookSuccessTest.java | 13 * @author <a href="mailto:cedric@beust.com">Cedric Beust</a>
|
/external/valgrind/docs/xml/ |
tech-docs.xml | 16 <para>Email: <ulink url="mailto:&vg-vemail;">&vg-vemail;</ulink></para>
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
ParserConfigurationException.java | 26 * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
|
/packages/apps/Launcher3/res/xml/ |
app_target_email.xml | 21 <favorite launcher:uri="mailto:" />
|
/packages/apps/UnifiedEmail/src/com/android/mail/text/ |
EmailAddressSpan.java | 33 super("mailto:" + emailAddress);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
Constants.java | 36 public static final String SCHEME_MAILTO = "mailto";
|
/prebuilts/go/darwin-x86/ |
CONTRIBUTING.md | 21 Sensitive security-related issues should be reported to [security@golang.org](mailto:security@golang.org).
|
/prebuilts/go/linux-x86/ |
CONTRIBUTING.md | 21 Sensitive security-related issues should be reported to [security@golang.org](mailto:security@golang.org).
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
FilePart.java | 46 * @author <a href="mailto:mattalbright@yahoo.com">Matthew Albright</a> 47 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a> 48 * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a> 49 * @author <a href="mailto:becke@u.washington.edu">Michael Becke</a> 50 * @author <a href="mailto:mdiggory@latte.harvard.edu">Mark Diggory</a> 51 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a> 52 * @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
|
/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/apache-http/src/org/apache/http/impl/auth/ |
BasicScheme.java | 50 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a> 52 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a> 55 * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a> 56 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a> 57 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
NetscapeDraftSpec.java | 53 * @author <a href="mailto:jericho@thinkfree.com">Park, Sung-Gu</a> 54 * @author <a href="mailto:dsale@us.britannica.com">Doug Sale</a> 58 * @author <a href="mailto:JEvans@Cyveillance.com">John Evans</a> 60 * @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a> 61 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
URITest.java | 68 new URI("mailto", "user@domain.com", null), 95 "mailto:mduerst@ifi.unizh.ch", // mailto 161 "mailto:user^name@fklkf.com" // invalid char in scheme 287 URI uri = new URI("mailto", "mduerst@ifi.unizh.ch", null); 300 uri = new URI("mailto", null, null); 553 { "mailto:abc", "mailto:abc" }, // same ssp 554 { "mailto:abC", "mailto:Abc" }, // different, by cas [all...] |
/docs/source.android.com/src/compatibility/ |
contact-us.jd | 37 href="mailto:android-compatibility+subscribe@googlegroups.com">android-compatibility</a></li> 49 href="mailto:android-partnerships@google.com">android-partnerships@google.com</a>
|
/external/apache-http/src/org/apache/http/ |
Header.java | 52 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a> 53 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
|
StatusLine.java | 41 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a> 42 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
|
/external/apache-http/src/org/apache/http/protocol/ |
HttpProcessor.java | 45 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a> 46 * @author <a href="mailto:rolandw at apache.org">Roland Weber</a>
|
/external/apache-http/src/org/apache/http/util/ |
ExceptionUtils.java | 38 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a> 39 * @author <a href="mailto:laura@lwerner.org">Laura Werner</a>
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
BaseUrlValidateFunction.java | 26 * an absolute URI using one of a set of allowed schemes (http, https, ftp, mailto). If the string 65 || maybeScheme.startsWith("ftp://") || maybeScheme.startsWith("mailto:")) {
|
/external/testng/src/main/java/org/testng/internal/ |
ConfigurationGroupMethods.java | 18 * @author <a href="mailto:cedric@beust.com">Cedric Beust</a>
19 * @author <a href='mailto:the_mindstorm@evolva.ro'>Alexandru Popescu</a>
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathConstants.java | 26 * @author <a href="mailto:Norman.Walsh@Sun.COM">Norman Walsh</a> 27 * @author <a href="mailto:Jeff.Suttor@Sun.COM">Jeff Suttor</a>
|
XPathFunctionResolver.java | 40 * @author <a href="mailto:Norman.Walsh@Sun.com">Norman Walsh</a> 41 * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
|
/docs/source.android.com/src/devices/tech/datausage/ |
index.jd | 32 <a href="mailto:android-porting+subscribe@googlegroups.com">android-porting</a>
|
/external/apache-http/src/org/apache/http/message/ |
BasicHeaderElement.java | 72 * @author <a href="mailto:bcholmes@interlog.com">B.C. Holmes</a> 73 * @author <a href="mailto:jericho@thinkfree.com">Park, Sung-Gu</a> 74 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a> 75 * @author <a href="mailto:oleg at ural.com">Oleg Kalnichevski</a>
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
AnnotationMemberValue.java | 25 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
|