Searched refs:SUPPORTED_CHARSETS (Results 1 – 2 of 2) sorted by relevance
61 protected static $SUPPORTED_CHARSETS = [ variable in Sabre\\VObject\\Parser\\MimeDir109 if (!in_array($charset, self::$SUPPORTED_CHARSETS)) {110 …ption('Unsupported encoding. (Supported encodings: '.implode(', ', self::$SUPPORTED_CHARSETS).')');
60 protected static $SUPPORTED_CHARSETS = [ variable in Sabre\\VObject\\Parser\\MimeDir109 if (!in_array($charset, self::$SUPPORTED_CHARSETS)) {110 …n('Unsupported encoding. (Supported encodings: ' . implode(', ', self::$SUPPORTED_CHARSETS) . ')');