Home
last modified time | relevance | path

Searched refs:OPTION_FORGIVING (Results 1 – 25 of 36) sorted by path

12

/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md334 * Added: OPTION_FORGIVING now also allows slashes in property names.
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php292 if ($this->options & self::OPTION_FORGIVING) {
615 if ($this->options & self::OPTION_FORGIVING) {
H A DParser.php23 const OPTION_FORGIVING = 1; define in Sabre\\VObject\\Parser\\Parser
/plugin/davcal/vendor/sabre/vobject/lib/
H A DReader.php21 const OPTION_FORGIVING = 1; define in Sabre\\VObject\\Reader
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue96Test.php18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DReaderTest.php347 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_FORGIVING);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php51 $result = Reader::read($data, Reader::OPTION_FORGIVING);
72 $result = Reader::read($data, Reader::OPTION_FORGIVING);
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md374 * Added: OPTION_FORGIVING now also allows slashes in property names.
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php292 if ($this->options & self::OPTION_FORGIVING) {
615 if ($this->options & self::OPTION_FORGIVING) {
H A DParser.php23 const OPTION_FORGIVING = 1; define in Sabre\\VObject\\Parser\\Parser
/plugin/davcard/vendor/sabre/vobject/lib/
H A DReader.php21 const OPTION_FORGIVING = 1; define in Sabre\\VObject\\Reader
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue96Test.php18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DReaderTest.php347 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_FORGIVING);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php51 $result = Reader::read($data, Reader::OPTION_FORGIVING);
72 $result = Reader::read($data, Reader::OPTION_FORGIVING);
/plugin/icalevents/
H A Dsyntax-impl.php177 $ical = VObject\Reader::read($content, VObject\Reader::OPTION_FORGIVING);
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md539 * Added: OPTION_FORGIVING now also allows slashes in property names.
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php338 if ($this->options & self::OPTION_FORGIVING) {
683 if ($this->options & self::OPTION_FORGIVING) {
H A DParser.php23 const OPTION_FORGIVING = 1; define in Sabre\\VObject\\Parser\\Parser
H A DXML.php60 $options = parent::OPTION_FORGIVING;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DReader.php21 const OPTION_FORGIVING = 1; define in Sabre\\VObject\\Reader
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue96Test.php18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DIssueUndefinedIndexTest.php25 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DReaderTest.php349 $result = Reader::read(implode("\r\n", $data), Reader::OPTION_FORGIVING);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php51 $result = Reader::read($data, Reader::OPTION_FORGIVING);
72 $result = Reader::read($data, Reader::OPTION_FORGIVING);
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md600 * Added: OPTION_FORGIVING now also allows slashes in property names.

12