Home
last modified time | relevance | path

Searched refs:OPTION_IGNORE_INVALID_LINES (Results 1 – 19 of 19) sorted by relevance

/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DParser.php29 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Parser\\Parser
H A DMimeDir.php414 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DParser.php29 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Parser\\Parser
H A DMimeDir.php431 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DParser.php29 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Parser\\Parser
H A DMimeDir.php382 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DParser.php29 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Parser\\Parser
H A DMimeDir.php382 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DParser.php29 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Parser\\Parser
H A DMimeDir.php382 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DReader.php27 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Reader
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DReader.php27 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Reader
/plugin/davcal/vendor/sabre/vobject/lib/
H A DReader.php27 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Reader
/plugin/webdav/vendor/sabre/vobject/lib/
H A DReader.php27 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Reader
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DReader.php27 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Reader
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php380 $result = Reader::read(implode("\r\n", $data), Reader::OPTION_IGNORE_INVALID_LINES);