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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 84 'UnimplementedDigestAuthOptionError', 'UnimplementedHmacDigestAuthOptionError',
123 class UnimplementedHmacDigestAuthOptionError(HttpLib2ErrorWithResponse): pass
529 raise UnimplementedHmacDigestAuthOptionError( _("The challenge doesn't contain a server nonce, or this one is empty."))
532 raise UnimplementedHmacDigestAuthOptionError( _("Unsupported value for algorithm: %s." % self.challenge['algorithm']))
535 raise UnimplementedHmacDigestAuthOptionError( _("Unsupported value for pw-algorithm: %s." % self.challenge['pw-algorithm']))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 84 'UnimplementedDigestAuthOptionError', 'UnimplementedHmacDigestAuthOptionError',
123 class UnimplementedHmacDigestAuthOptionError(HttpLib2ErrorWithResponse): pass
529 raise UnimplementedHmacDigestAuthOptionError( _("The challenge doesn't contain a server nonce, or this one is empty."))
532 raise UnimplementedHmacDigestAuthOptionError( _("Unsupported value for algorithm: %s." % self.challenge['algorithm']))
535 raise UnimplementedHmacDigestAuthOptionError( _("Unsupported value for pw-algorithm: %s." % self.challenge['pw-algorithm']))
    [all...]

Completed in 38 milliseconds