Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php44 const ERR_REQUESTTIMESKEWED = 4; define in Sabre\\HTTP\\Auth\\AWS
176 $this->errorCode = self::ERR_REQUESTTIMESKEWED;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php44 const ERR_REQUESTTIMESKEWED = 4; define in Sabre\\HTTP\\Auth\\AWS
176 $this->errorCode = self::ERR_REQUESTTIMESKEWED;
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php112 $this->assertEquals(AWS::ERR_REQUESTTIMESKEWED, $this->auth->errorCode);
140 $this->assertEquals(AWS::ERR_REQUESTTIMESKEWED, $this->auth->errorCode);