Searched refs:ENCODING_IDENTITY (Results 1 – 3 of 3) sorted by relevance
69 const ENCODING_IDENTITY = 1; define in Sabre\\DAV\\Client91 protected $encoding = self::ENCODING_IDENTITY;157 if ($encoding & self::ENCODING_IDENTITY) {
68 const ENCODING_IDENTITY = 1; define in Sabre\\DAV\\Client90 protected $encoding = self::ENCODING_IDENTITY;156 if ($encoding & self::ENCODING_IDENTITY) {
100 … 'encoding' => Client::ENCODING_IDENTITY | Client::ENCODING_GZIP | Client::ENCODING_DEFLATE,