Home
last modified time | relevance | path

Searched refs:Reader (Results 251 – 275 of 438) sorted by path

1...<<1112131415161718

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php13 $vcard = VObject\Reader::read($input);
H A DTextTest.php85 $vcard = \Sabre\VObject\Reader::read($vcard);
H A DUriTest.php5 use Sabre\VObject\Reader; alias
22 $output = Reader::read($input)->serialize();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php7 use Sabre\VObject\Reader; alias
59 $vcal = Reader::read($input);
93 $vcal = Reader::read($input);
118 $vcal = Reader::read($input);
169 $vcal = Reader::read($input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php6 use Sabre\VObject\Reader; alias
229 $vcard = Reader::read($vcard);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php11 $result = Reader::read($data);
27 $result = Reader::read($stream);
39 $result = Reader::read($data);
51 $result = Reader::read($data);
66 $result = Reader::read($data);
77 $result = Reader::read($data);
84 $result = Reader::read($data);
349 $result = Reader::read(implode("\r\n", $data), Reader::OPTION_FORGIVING);
380 $result = Reader::read(implode("\r\n", $data), Reader::OPTION_IGNORE_INVALID_LINES);
427 Reader::read($input);
[all …]
H A DTimeZoneUtilTest.php81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
266 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
314 …Util::getTimeZone('/freeassociation.sourceforge.net/Tzfile/Europe/Ljubljana', Reader::read($vobj));
363 …::getTimeZone('/freeassociation.sourceforge.net/Tzfile/SystemV/EST5EDT', Reader::read($vobj), true…
H A DVCard21Test.php20 $vobj = Reader::read($input);
37 $vobj = Reader::read($input);
H A DVCardConverterTest.php42 $vcard = Reader::read($input);
80 $vcard = Reader::read($input);
119 $vcard = Reader::read($input);
159 $vcard = Reader::read($input);
200 $vcard = Reader::read($input);
229 $vcard = Reader::read($input);
246 $vcard = Reader::read($input);
275 $vcard = Reader::read($input);
292 $vcard = Reader::read($input);
324 $vcard = Reader::read($input);
[all …]
H A DWriterTest.php10 return Reader::read($data);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php6 use Sabre\VObject\Reader; alias
37 $vcal = Reader::read($ics);
H A DBySetPosHangTest.php6 use Sabre\VObject\Reader; alias
32 $vcal = Reader::read($ics);
H A DExpandFloatingTimesTest.php7 use Sabre\VObject\Reader; alias
27 $vcal = Reader::read($input);
79 $vcal = Reader::read($input);
H A DFifthTuesdayProblemTest.php5 use Sabre\VObject\Reader; alias
40 $vObject = Reader::read($ics);
H A DHandleRDateExpandTest.php8 use Sabre\VObject\Reader; alias
37 $vcal = Reader::read($input);
H A DIncorrectExpandTest.php6 use Sabre\VObject\Reader; alias
35 $vcal = Reader::read($input);
H A DIssue26Test.php5 use Sabre\VObject\Reader; alias
27 $vcal = Reader::read($input);
H A DIssue48Test.php29 $vcal = Reader::read($input);
H A DIssue50Test.php103 $vcal = Reader::read($input);
H A DMaxInstancesTest.php6 use Sabre\VObject\Reader; alias
32 $vcal = Reader::read($input);
H A DMissingOverriddenTest.php6 use Sabre\VObject\Reader; alias
34 $vcal = Reader::read($input);
H A DNoInstancesTest.php6 Sabre\VObject\Reader; alias
33 $vcal = Reader::read($input);
H A DOverrideFirstEventTest.php6 use Sabre\VObject\Reader; alias
32 $vcal = Reader::read($input);
94 $vcal = Reader::read($input);
H A DSameDateForRecurringEventsTest.php5 use Sabre\VObject\Reader; alias
50 $vCalendar = Reader::read($ics);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php43 $this->assertEquals([], VObject\Reader::read($return)->validate());
144 $this->assertEquals([], VObject\Reader::read($return)->validate());
170 $messages = VObject\Reader::read($return)->validate();
281 $this->assertEquals([], VObject\Reader::read($return)->validate());
321 $messages = VObject\Reader::read($return)->validate();

1...<<1112131415161718