Home
last modified time | relevance | path

Searched refs:toHTTPDate (Results 1 – 12 of 12) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php34 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
66 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
98 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
171 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
205 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
240 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
274 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
H A DServerSimpleTest.php123 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
/plugin/webdav/vendor/sabre/http/lib/
H A DUtil.php69 static function toHTTPDate(\DateTime $dateTime) { function in Sabre\\HTTP\\Util
/plugin/davcal/vendor/sabre/http/lib/
H A DUtil.php69 static function toHTTPDate(\DateTime $dateTime) { function in Sabre\\HTTP\\Util
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php78 HTTP\Util::toHTTPDate($this->time)
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php78 HTTP\Util::toHTTPDate($this->time)
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php71 Util::toHTTPDate($dt)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php30 'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($filename)))],
52 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php869 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
1409 $response->setHeader('Last-Modified', HTTP\Util::toHTTPDate($lastMod));
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php827 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
1333 $response->setHeader('Last-Modified', HTTP\Util::toHTTPDate($lastMod));
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md26 * Deprecated `Sabre\HTTP\Util::toHTTPDate` use `Sabre\HTTP\toDate()`.
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md59 * Deprecated `Sabre\HTTP\Util::toHTTPDate` use `Sabre\HTTP\toDate()`.