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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 252 (auth_scheme, the_rest) = ('digest', authenticate)
254 (auth_scheme, the_rest) = authenticate.split(" ", 1)
257 match = www_auth.search(the_rest)
261 (key, value, the_rest) = match.groups()
263 match = www_auth.search(the_rest)
265 authenticate = the_rest.strip()
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 252 (auth_scheme, the_rest) = ('digest', authenticate)
254 (auth_scheme, the_rest) = authenticate.split(" ", 1)
257 match = www_auth.search(the_rest)
261 (key, value, the_rest) = match.groups()
263 match = www_auth.search(the_rest)
265 authenticate = the_rest.strip()
    [all...]

Completed in 46 milliseconds