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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 84 'UnimplementedDigestAuthOptionError', 'UnimplementedHmacDigestAuthOptionError',
122 class UnimplementedDigestAuthOptionError(HttpLib2ErrorWithResponse): pass
468 raise UnimplementedDigestAuthOptionError( _("Unsupported value for qop: %s." % qop))
471 raise UnimplementedDigestAuthOptionError( _("Unsupported value for algorithm: %s." % self.challenge['algorithm']))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 84 'UnimplementedDigestAuthOptionError', 'UnimplementedHmacDigestAuthOptionError',
122 class UnimplementedDigestAuthOptionError(HttpLib2ErrorWithResponse): pass
468 raise UnimplementedDigestAuthOptionError( _("Unsupported value for qop: %s." % qop))
471 raise UnimplementedDigestAuthOptionError( _("Unsupported value for algorithm: %s." % self.challenge['algorithm']))
    [all...]

Completed in 114 milliseconds