/plugin/webdav/vendor/sabre/vobject/lib/Parser/ |
H A D | Parser.php | 29 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Parser\\Parser
|
H A D | MimeDir.php | 414 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
|
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/ |
H A D | Parser.php | 29 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Parser\\Parser
|
H A D | MimeDir.php | 431 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
|
/plugin/davcard/vendor/sabre/vobject/lib/Parser/ |
H A D | Parser.php | 29 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Parser\\Parser
|
H A D | MimeDir.php | 382 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/ |
H A D | Parser.php | 29 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Parser\\Parser
|
H A D | MimeDir.php | 382 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
|
/plugin/davcal/vendor/sabre/vobject/lib/Parser/ |
H A D | Parser.php | 29 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Parser\\Parser
|
H A D | MimeDir.php | 382 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 27 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Reader
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 27 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Reader
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 27 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Reader
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 27 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Reader
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 27 const OPTION_IGNORE_INVALID_LINES = 2; define in Sabre\\VObject\\Reader
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | ReaderTest.php | 378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | ReaderTest.php | 378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | ReaderTest.php | 378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | ReaderTest.php | 380 $result = Reader::read(implode("\r\n", $data), Reader::OPTION_IGNORE_INVALID_LINES);
|