Home
last modified time | relevance | path

Searched refs:read (Results 151 – 175 of 842) sorted by path

12345678910>>...34

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto21.php122 $vobj = \Sabre\VObject\Reader::read($row['calendardata']);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php142 $vObject = VObject\Reader::read($object['calendardata']);
H A DPDO.php537 $vObject = VObject\Reader::read($calendarData);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php236 $vtimezoneObj = VObject\Reader::read($tzResult[$tzProp]);
293 $nodeComp = VObject\Reader::read($inputObject);
H A DPlugin.php435 … $vObject = VObject\Reader::read($objProps[200]['{' . self::NS_CALDAV . '}calendar-data']);
448 $vtimezoneObj = VObject\Reader::read($tzResult[$tzProp]);
509 $vtimezoneObj = VObject\Reader::read($tzResult[$tzProp]);
551 … $vObject = VObject\Reader::read($properties[200]['{urn:ietf:params:xml:ns:caldav}calendar-data']);
604 … $vObject = VObject\Reader::read($properties[200]['{' . self::NS_CALDAV . '}calendar-data']);
659 $vtimezoneObj = VObject\Reader::read($calendarProps[$tzProp]);
811 $vobj = VObject\Reader::read($data);
957 $vobj = VObject\Reader::read($response->getBody());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php259 $vObject = VObject\Reader::read($object['calendardata']);
H A DPlugin.php289 $oldObj = Reader::read($node->get());
452 $currentObject = Reader::read($oldICalendarData);
603 $vObject = VObject\Reader::read($request->getBody());
808 $vtimezoneObj = VObject\Reader::read($props[$ctz]);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php355 $vobj = VObject\Reader::read($data);
477 $vcard = VObject\Reader::read($vcardData);
797 $data = VObject\Reader::read($data);
H A DVCFExportPlugin.php106 VObject\Reader::read($nodeData)->serialize();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php53 $reader->read();
62 $reader->read();
67 $reader->read();
H A DResponse.php183 $reader->read();
195 $reader->read();
198 $reader->read();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DComplex.php53 $reader->read();
72 $reader->read();
77 $reader->read();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryValidatorTest.php18 $vcal = VObject\Reader::read($vcal);
40 $vObject = VObject\Reader::read($icalObject);
H A DExpandEventsDTSTARTandDTENDTest.php91 $vObject = VObject\Reader::read($body);
H A DExpandEventsDTSTARTandDTENDbyDayTest.php81 $vObject = VObject\Reader::read($body);
H A DExpandEventsDoubleEventsTest.php93 $vObject = VObject\Reader::read($body);
H A DExpandEventsFloatingTimeTest.php103 $vObject = VObject\Reader::read($body);
152 $vObject = VObject\Reader::read($body);
190 $vObject = VObject\Reader::read($body);
H A DGetEventsByTimerangeTest.php90 $vObject = VObject\Reader::read($body);
H A DICSExportPluginTest.php66 $obj = VObject\Reader::read($s->httpResponse->body);
117 $obj = VObject\Reader::read($s->httpResponse->body);
224 $obj = VObject\Reader::read($s->httpResponse->body);
340 $obj = VObject\Reader::read($s->httpResponse->body);
416 $obj = VObject\Reader::read($s->httpResponse->body);
572 $obj = VObject\Reader::read($s->httpResponse->body);
616 $obj = VObject\Reader::read($s->httpResponse->body);
H A DIssue166Test.php58 $input = VObject\Reader::read($input);
H A DIssue172Test.php37 $input = VObject\Reader::read($input);
84 $input = VObject\Reader::read($input);
132 $input = VObject\Reader::read($input);
H A DIssue203Test.php94 $vObject = VObject\Reader::read($body);
H A DIssue205Test.php92 $vObject = VObject\Reader::read($body);
H A DPluginTest.php646 $expectedIcal = \Sabre\VObject\Reader::read($expectedIcal);
708 $expectedIcal = \Sabre\VObject\Reader::read($expectedIcal);
771 $expectedIcal = \Sabre\VObject\Reader::read($expectedIcal);
945 $expectedIcal = \Sabre\VObject\Reader::read($expectedIcal);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php72 $resultVObj = VObject\Reader::read($result);

12345678910>>...34