HomeSort by relevance Sort by last modified time
    Searched full:schemes (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /external/webkit/LayoutTests/http/tests/appcache/
different-scheme-expected.txt 1 Test that application cache doesn't block loading resources with different schemes.
different-scheme.html 3 <p>Test that application cache doesn't block loading resources with different schemes.</p>
  /external/clearsilver/man/man3/
cgi_url_validate.3 29 one of the accepted safe schemes.
31 Currently accepted schemes are http, https, ftp and mailto.
  /external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java 41 * A set of supported protocol {@link Scheme schemes}.
42 * Schemes are identified by lowercase names.
54 /** The available schemes in this registry. */
164 * Obtains the names of the registered schemes in their default order.
173 * Populates the internal collection of registered {@link Scheme protocol schemes}
176 * @param map protocol schemes
  /external/chromium/net/url_request/
url_request_filter.cc 92 std::set<std::string> schemes; local
95 schemes.insert(GURL(i->first).scheme());
99 schemes.insert(i->first.first);
101 for (std::set<std::string>::const_iterator scheme = schemes.begin();
102 scheme != schemes.end(); ++scheme) {
  /external/chromium/net/http/
http_auth_handler.h 18 // HttpAuthHandler is the interface for the authentication schemes
20 // The registry mapping auth-schemes to implementations is hardcoded in
72 // single-round schemes.
  /external/apache-http/src/org/apache/http/auth/
AuthScheme.java 57 * Authentication schemes may ignore method name and URI parameters
61 * Authentication schemes may be stateful involving a series of
74 * Processes the given challenge token. Some authentication schemes
75 * may involve multiple challenge-response exchanges. Such schemes must be able
AuthSchemeRegistry.java 127 * schemes} in their default order.
136 * Populates the internal collection of registered {@link AuthScheme authentication schemes}
139 * @param map authentication schemes
  /bootable/diskinstaller/libdiskconfig/
diskconfig.h 26 /* known partition schemes */
116 /* For MBR partition schemes */
  /system/core/include/diskconfig/
diskconfig.h 30 /* known partition schemes */
121 /* For MBR partition schemes */
  /bionic/libc/
CAVEATS 8 slower code for no good reason (even when so-called zero-cost exception schemes are
  /dalvik/dx/src/com/android/dx/ssa/
RegisterMapper.java 24 * Represents a mapping between two register numbering schemes.
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 81 * @param schemes the scheme registry
83 public DefaultClientConnectionOperator(SchemeRegistry schemes) {
84 if (schemes == null) {
88 schemeRegistry = schemes;
  /external/ppp/pppd/plugins/radius/
pppd-radius.8 59 schemes (login, checking the /etc/ppp/*-secrets files) are skipped. The
  /external/webkit/WebKit/qt/Api/
qwebsecurityorigin.cpp 221 Adds the given \a scheme to the list of schemes that are considered equivalent
232 Removes the given \a scheme from the list of local schemes.
243 Returns a list of all the schemes that were set by the application as local schemes,
  /external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java 43 * for all authentication schemes supported by HttpClient. This class
62 * Processes the given challenge token. Some authentication schemes
63 * may involve multiple challenge-response exchanges. Such schemes must be able
RFC2617Scheme.java 46 * RFC 2617 compliant authetication schemes and provides capabilities common
47 * to all authentication schemes defined in RFC 2617.
59 * Default constructor for RFC2617 compliant authetication schemes.
  /external/chromium/googleurl/src/
url_util.h 41 // Schemes --------------------------------------------------------------------
44 // schemes.
73 // either the scheme is in the list of known standard schemes, or there is a
  /external/apache-http/src/org/apache/http/client/params/
AuthPolicy.java 43 * authentication schemes).
  /external/bluetooth/glib/gio/
gdesktopappinfo.h 74 * handlers with URI schemes.
  /external/chromium/net/proxy/
proxy_info.h 77 // Delete any entry which doesn't have one of the specified proxy schemes.
proxy_list.h 32 // Delete any entry which doesn't have one of the specified proxy schemes.
  /external/netcat/data/
xor.c 10 Written because there are so many lame schemes for "masking" plaintext
  /external/nist-sip/java/gov/nist/core/net/
AddressResolver.java 36 * schemes and register it with the stack.
  /external/webkit/WebCore/platform/network/
CredentialStorage.h 44 // These methods work for authentication schemes that support sending credentials without waiting for a request. E.g., for HTTP Basic authentication scheme

Completed in 320 milliseconds

1 2 3 4 5 6 7