Home
last modified time | relevance | path

Searched refs:read (Results 176 – 200 of 842) sorted by path

12345678910>>...34

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php41 $message->message = Reader::read($ics);
/plugin/davcal/vendor/sabre/http/
H A DREADME.md476 * read once.
620 * read once.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md82 * #175: Parser can now read and skip the UTF-8 BOM.
244 disabled and an invalid file is read.
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dbench.php10 $lol = Sabre\VObject\Reader::read($data);
H A Drrulebench.php21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php134 $this->objects[] = Reader::read($object);
H A DReader.php41 static public function read($data, $options = 0) { function in Sabre\\VObject\\Reader
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php171 $oldCalendar = Reader::read($oldCalendar);
192 $calendar = Reader::read($calendar);
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php49 $data = VObject\Reader::read($input, $options);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DAttachIssueTest.php17 $obj = Reader::read($event);
H A DEmClientTest.php48 $vObject = Reader::read($str);
H A DEmptyParameterTest.php19 $vcard = Reader::read($input);
25 $converted = Reader::read($vcard);
H A DEmptyValueIssueTest.php23 $vobj = Reader::read($input);
H A DFreeBusyGeneratorTest.php185 Reader::read($blob),
203 Reader::read($blob),
226 Reader::read($blob),
244 Reader::read($blob),
H A DGoogleColonEscapingTest.php26 $vobj = Reader::read($vcard);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php172 $vobj = Reader::read($input);
H A DVAvailabilityTest.php24 $document = Reader::read($vcal);
33 $this->assertIsValid(Reader::read(
47 $this->assertIsNotValid(Reader::read(
59 $this->assertIsNotValid(Reader::read(
72 $this->assertIsNotValid(Reader::read(
H A DVCalendarTest.php15 $vcal = VObject\Reader::read($input);
311 $vcal = VObject\Reader::read($input);
341 $vcal = VObject\Reader::read($input);
359 $vcal = VObject\Reader::read($input);
378 $vcal = VObject\Reader::read($input);
396 $vcal = VObject\Reader::read($input);
416 $vcal = VObject\Reader::read($input);
436 $vcal = VObject\Reader::read($input);
460 $vcal = VObject\Reader::read($input);
485 $vcal = VObject\Reader::read($input);
[all …]
H A DVCardTest.php14 $vcard = VObject\Reader::read($input);
128 $vcard = VObject\Reader::read($vcard);
143 $vcard = VObject\Reader::read($vcard);
159 $vcard = VObject\Reader::read($vcard);
172 $vcard = VObject\Reader::read($vcard);
264 $vcal = VObject\Reader::read($vcf);
H A DVFreeBusyTest.php25 $obj = VObject\Reader::read($input);
54 $obj = Reader::read($input);
H A DVJournalTest.php32 $obj = Reader::read($input);
59 $obj = Reader::read($input);
H A DVTimeZoneTest.php22 $obj = Reader::read($input);
46 $obj = Reader::read($input);
H A DVTodoTest.php83 $obj = Reader::read($input);
106 $obj = Reader::read($input);
136 $obj = Reader::read($input);
165 $obj = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php22 $vcal = Reader::read($vcal);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php48 $vcal = Reader::read($input);
78 $existingObject = Reader::read($existingObject);

12345678910>>...34