Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php69 const ENCODING_IDENTITY = 1; define in Sabre\\DAV\\Client
91 protected $encoding = self::ENCODING_IDENTITY;
157 if ($encoding & self::ENCODING_IDENTITY) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php68 const ENCODING_IDENTITY = 1; define in Sabre\\DAV\\Client
90 protected $encoding = self::ENCODING_IDENTITY;
156 if ($encoding & self::ENCODING_IDENTITY) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php100 … 'encoding' => Client::ENCODING_IDENTITY | Client::ENCODING_GZIP | Client::ENCODING_DEFLATE,