Home
last modified time | relevance | path

Searched refs:read (Results 776 – 800 of 842) sorted by path

1...<<31323334

/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php48 $data = VObject\Reader::read($input, $options);
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php69 if (!$reader->read()) {
93 if (!$reader->read()) {
99 $reader->read();
160 if (!$reader->read()) {
214 $reader->read();
230 if (!$reader->read()) {
236 $reader->read();
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php71 while ($reader->read()) {
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php68 while ($this->nodeType !== self::ELEMENT && @$this->read()) {
151 if (!@$this->read()) {
179 $this->read();
183 $this->read();
189 $this->read();
216 while ($this->read() && $this->depth != $previousDepth) {
/plugin/webdavclient/
H A Dhelper.php854 $vObject = \Sabre\VObject\Reader::read($caldata);
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md122 * #175: Parser can now read and skip the UTF-8 BOM.
284 disabled and an invalid file is read.
/plugin/webdavclient/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/webdavclient/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/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php171 $oldCalendar = Reader::read($oldCalendar);
192 $calendar = Reader::read($calendar);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php49 $data = VObject\Reader::read($input, $options);
/plugin/webdavclient/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),
/plugin/webdavclient/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);
312 $vcal = VObject\Reader::read($input);
342 $vcal = VObject\Reader::read($input);
360 $vcal = VObject\Reader::read($input);
379 $vcal = VObject\Reader::read($input);
397 $vcal = VObject\Reader::read($input);
417 $vcal = VObject\Reader::read($input);
437 $vcal = VObject\Reader::read($input);
461 $vcal = VObject\Reader::read($input);
486 $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);

1...<<31323334