HomeSort by relevance Sort by last modified time
    Searched refs:user_passwd (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 293 user_passwd = None
298 user_passwd, host = splituser(host)
308 user_passwd = None
314 user_passwd, realhost = splituser(realhost)
315 if user_passwd:
329 if user_passwd:
330 user_passwd = unquote(user_passwd)
331 auth = base64.b64encode(user_passwd).strip()
388 user_passwd = Non
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 293 user_passwd = None
298 user_passwd, host = splituser(host)
308 user_passwd = None
314 user_passwd, realhost = splituser(realhost)
315 if user_passwd:
329 if user_passwd:
330 user_passwd = unquote(user_passwd)
331 auth = base64.b64encode(user_passwd).strip()
388 user_passwd = Non
    [all...]

Completed in 56 milliseconds