Home
last modified time | relevance | path

Searched refs:SUPPORTED_CHARSETS (Results 1 – 2 of 2) sorted by relevance

/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php61 protected static $SUPPORTED_CHARSETS = [ variable in Sabre\\VObject\\Parser\\MimeDir
109 if (!in_array($charset, self::$SUPPORTED_CHARSETS)) {
110 …ption('Unsupported encoding. (Supported encodings: '.implode(', ', self::$SUPPORTED_CHARSETS).')');
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php60 protected static $SUPPORTED_CHARSETS = [ variable in Sabre\\VObject\\Parser\\MimeDir
109 if (!in_array($charset, self::$SUPPORTED_CHARSETS)) {
110 …n('Unsupported encoding. (Supported encodings: ' . implode(', ', self::$SUPPORTED_CHARSETS) . ')');