Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php79 const ENCODING_GZIP = 4; define in Sabre\\DAV\\Client
163 if ($encoding & self::ENCODING_GZIP) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php78 const ENCODING_GZIP = 4; define in Sabre\\DAV\\Client
162 if ($encoding & self::ENCODING_GZIP) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php100 … 'encoding' => Client::ENCODING_IDENTITY | Client::ENCODING_GZIP | Client::ENCODING_DEFLATE,