Home
last modified time | relevance | path

Searched refs:Reader (Results 376 – 400 of 438) sorted by last modified time

1...<<1112131415161718

/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php7 use Sabre\VObject\Reader; alias
173 $oldCalendar = Reader::read($oldCalendar);
194 $calendar = Reader::read($calendar);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DPHPUnitAssertions.php44 $input = Reader::read($input);
H A DReader.php15 class Reader { class
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php48 $data = VObject\Reader::read($input, $options);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php17 $vcal = VObject\Reader::read($input);
348 $vcal = VObject\Reader::read($input);
378 $vcal = VObject\Reader::read($input);
396 $vcal = VObject\Reader::read($input);
415 $vcal = VObject\Reader::read($input);
433 $vcal = VObject\Reader::read($input);
453 $vcal = VObject\Reader::read($input);
473 $vcal = VObject\Reader::read($input);
497 $vcal = VObject\Reader::read($input);
522 $vcal = VObject\Reader::read($input);
[all …]
H A DVTodoTest.php6 use Sabre\VObject\Reader; alias
82 $obj = Reader::read($input);
105 $obj = Reader::read($input);
135 $obj = Reader::read($input);
164 $obj = Reader::read($input);
H A DVCardTest.php14 $vcard = VObject\Reader::read($input);
127 $vcard = VObject\Reader::read($vcard);
144 $vcard = VObject\Reader::read($vcard);
159 $vcard = VObject\Reader::read($vcard);
175 $vcard = VObject\Reader::read($vcard);
188 $vcard = VObject\Reader::read($vcard);
280 $vcal = VObject\Reader::read($vcf);
H A DVJournalTest.php6 use Sabre\VObject\Reader; alias
32 $obj = Reader::read($input);
59 $obj = Reader::read($input);
H A DVTimeZoneTest.php5 use Sabre\VObject\Reader; alias
21 $obj = Reader::read($input);
45 $obj = Reader::read($input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php19 $vcard = Reader::read($input);
25 $converted = Reader::read($vcard);
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
H A DIssue96Test.php18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
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 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 DEmClientTest.php50 $vObject = Reader::read($str);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php5 use Sabre\VObject\Reader; alias
50 $vcal = Reader::read($input);
80 $existingObject = Reader::read($existingObject);
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php5 use Sabre\VObject\Reader; alias
68 $calendar = Reader::read($calendar);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php372 $result = VObject\Reader::readJson($stream, 0);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DFifthTuesdayProblemTest.php5 use Sabre\VObject\Reader; alias
40 $vObject = Reader::read($ics);
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);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php401 $reader = new SabreXml\Reader();
/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();

1...<<1112131415161718