Home
last modified time | relevance | path

Searched refs:ERR_MD5CHECKSUMWRONG (Results 1 – 3 of 3) sorted by relevance

/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php42 const ERR_MD5CHECKSUMWRONG = 2; define in Sabre\\HTTP\\Auth\\AWS
98 $this->errorCode = self::ERR_MD5CHECKSUMWRONG;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php42 const ERR_MD5CHECKSUMWRONG = 2; define in Sabre\\HTTP\\Auth\\AWS
98 $this->errorCode = self::ERR_MD5CHECKSUMWRONG;
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php61 $this->assertEquals(AWS::ERR_MD5CHECKSUMWRONG, $this->auth->errorCode);