Searched refs:REALM (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/test/ |
D | test_urllib2_localnet.py | 208 REALM = 'Test' variable in BasicAuthHandler 226 self.send_header("WWW-Authenticate", "Basic realm=\"%s\"" % self.REALM) 284 REALM = "Test" variable in BasicAuthTests 306 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD) 315 ah.add_password(self.REALM, self.server_url, self.USER, self.INCORRECT_PASSWD) 326 REALM = "TestRealm" variable in ProxyAuthTests 340 self.digest_auth_handler.set_realm(self.REALM) 360 self.proxy_digest_handler.add_password(self.REALM, self.URL, 374 self.proxy_digest_handler.add_password(self.REALM, self.URL, 382 self.proxy_digest_handler.add_password(self.REALM, self.URL,
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | tlsauthentication.c | 18 #define REALM "\"Maintenance\"" macro 227 return ask_for_authentication (connection, REALM); in answer_to_connection()
|
/third_party/python/Doc/howto/ |
D | urllib2.rst | 466 realm="REALM"``.
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd.info | 1879 REALM must reference to a zero-terminated string representing the 1905 REALM must reference to a zero-terminated string representing the 1926 REALM must reference to a zero-terminated string representing the
|
D | libmicrohttpd-tutorial.info | 3951 #define REALM "\"Maintenance\"" 4160 return ask_for_authentication (connection, REALM);
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 3050 "SCHEME:REALM"
|