Home
last modified time | relevance | path

Searched defs:realm (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dconfig.py27 realm = None variable in PyPIRCCommand
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib.py720 def retry_proxy_http_basic_auth(self, url, realm, data=None): argument
737 def retry_proxy_https_basic_auth(self, url, realm, data=None): argument
754 def retry_http_basic_auth(self, url, realm, data=None): argument
767 def retry_https_basic_auth(self, url, realm, data=None): argument
780 def get_user_passwd(self, host, realm, clear_cache=0): argument
791 def prompt_user_passwd(self, host, realm): argument
Drobotparser.py214 def prompt_user_passwd(self, host, realm): argument
Durllib2.py748 def add_password(self, realm, uri, user, passwd): argument
759 def find_user_password(self, realm, authuri): argument
809 def find_user_password(self, realm, authuri): argument
864 def retry_http_basic_auth(self, host, req, realm): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py429 def add_password(self, realm, uri, user, password): argument
434 def find_user_password(self, realm, authuri): argument
1174 realm, http_handler, password_manager, argument
Dtest_urllib2_localnet.py86 def set_realm(self, realm): argument