Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php43 const ERR_INVALIDDATEFORMAT = 3; define in Sabre\\HTTP\\Auth\\AWS
167 $this->errorCode = self::ERR_INVALIDDATEFORMAT;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php43 const ERR_INVALIDDATEFORMAT = 3; define in Sabre\\HTTP\\Auth\\AWS
167 $this->errorCode = self::ERR_INVALIDDATEFORMAT;
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php84 $this->assertEquals(AWS::ERR_INVALIDDATEFORMAT, $this->auth->errorCode);