Home
last modified time | relevance | path

Searched refs:vobj (Results 1 – 25 of 39) sorted by relevance

12

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php49 $vobj = <<<HI
81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
90 $vobj = <<<HI
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
116 $vobj = <<<HI
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
235 $vobj = <<<HI
266 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
274 $vobj = <<<HI
314 …Util::getTimeZone('/freeassociation.sourceforge.net/Tzfile/Europe/Ljubljana', Reader::read($vobj));
[all …]
H A DVCard21Test.php20 $vobj = Reader::read($input);
21 $output = $vobj->serialize($input);
37 $vobj = Reader::read($input);
38 $output = $vobj->serialize($input);
H A DEmptyValueIssueTest.php23 $vobj = Reader::read($input);
26 …$this->assertEquals("This is a descpription\nwith a linebreak and a ; , and :", $vobj->VEVENT->DES…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php49 $vobj = <<<HI
81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
90 $vobj = <<<HI
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
116 $vobj = <<<HI
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
235 $vobj = <<<HI
266 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
274 $vobj = <<<HI
314 …Util::getTimeZone('/freeassociation.sourceforge.net/Tzfile/Europe/Ljubljana', Reader::read($vobj));
[all …]
H A DVCard21Test.php20 $vobj = Reader::read($input);
21 $output = $vobj->serialize($input);
37 $vobj = Reader::read($input);
38 $output = $vobj->serialize($input);
H A DEmptyValueIssueTest.php23 $vobj = Reader::read($input);
26 …$this->assertEquals("This is a descpription\nwith a linebreak and a ; , and :", $vobj->VEVENT->DES…
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php49 $vobj = <<<HI
81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
90 $vobj = <<<HI
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
116 $vobj = <<<HI
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
235 $vobj = <<<HI
266 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
274 $vobj = <<<HI
314 …Util::getTimeZone('/freeassociation.sourceforge.net/Tzfile/Europe/Ljubljana', Reader::read($vobj));
[all …]
H A DVCard21Test.php20 $vobj = Reader::read($input);
21 $output = $vobj->serialize($input);
37 $vobj = Reader::read($input);
38 $output = $vobj->serialize($input);
H A DEmptyValueIssueTest.php23 $vobj = Reader::read($input);
26 …$this->assertEquals("This is a descpription\nwith a linebreak and a ; , and :", $vobj->VEVENT->DES…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php49 $vobj = <<<HI
81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
90 $vobj = <<<HI
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
116 $vobj = <<<HI
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
235 $vobj = <<<HI
266 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
274 $vobj = <<<HI
314 …Util::getTimeZone('/freeassociation.sourceforge.net/Tzfile/Europe/Ljubljana', Reader::read($vobj));
[all …]
H A DVCard21Test.php20 $vobj = Reader::read($input);
21 $output = $vobj->serialize();
37 $vobj = Reader::read($input);
38 $output = $vobj->serialize();
H A DEmptyValueIssueTest.php23 $vobj = Reader::read($input);
26 …$this->assertEquals("This is a descpription\nwith a linebreak and a ; , and :", $vobj->VEVENT->DES…
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php159 $vobj = $parser->parse();
164 $result = $vobj->serialize();
195 $vobj->jsonSerialize()
312 $vobj = $parser->parse();
313 $result = $vobj->serialize();
352 $vobj->jsonSerialize()
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php160 $vobj = $parser->parse();
164 $result = $vobj->serialize();
195 $vobj->jsonSerialize()
312 $vobj = $parser->parse();
313 $result = $vobj->serialize();
352 $vobj->jsonSerialize()
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php159 $vobj = $parser->parse();
164 $result = $vobj->serialize();
195 $vobj->jsonSerialize()
312 $vobj = $parser->parse();
313 $result = $vobj->serialize();
352 $vobj->jsonSerialize()
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php159 $vobj = $parser->parse();
164 $result = $vobj->serialize();
195 $vobj->jsonSerialize()
312 $vobj = $parser->parse();
313 $result = $vobj->serialize();
352 $vobj->jsonSerialize()
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php12 $vobj = new \Sabre\VObject\Component\VCalendar();
13 $property = $vobj->add('ATTENDEE', $input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php12 $vobj = new \Sabre\VObject\Component\VCalendar();
13 $property = $vobj->add('ATTENDEE', $input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php12 $vobj = new \Sabre\VObject\Component\VCalendar();
13 $property = $vobj->add('ATTENDEE', $input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php12 $vobj = new \Sabre\VObject\Component\VCalendar();
13 $property = $vobj->add('ATTENDEE', $input);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Drrulebench.php21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile, 'r')); variable
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
/plugin/davcard/vendor/sabre/vobject/bin/
H A Drrulebench.php21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r')); variable
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Drrulebench.php21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r')); variable
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
/plugin/davcal/vendor/sabre/vobject/bin/
H A Drrulebench.php21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r')); variable
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php834 $vobj = VObject\Reader::readJson($data);
838 $data = $vobj->serialize();
841 $vobj = VObject\Reader::read($data);
850 if ($vobj->name !== 'VCALENDAR') {
868 foreach ($vobj->getComponents() as $component) {
892 $messages = $vobj->validate($options);
940 $vobj,
949 $data = $vobj->serialize();
959 $vobj->destroy();
1036 $jsonBody = json_encode($vobj->jsonSerialize());
[all …]

12