Home
last modified time | relevance | path

Searched refs:VObject (Results 26 – 50 of 756) sorted by path

12345678910>>...31

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DICSExportPluginTest.php7 use Sabre\VObject; alias
66 $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.php4 use Sabre\VObject; alias
58 $input = VObject\Reader::read($input);
H A DIssue172Test.php4 use Sabre\VObject; alias
37 $input = VObject\Reader::read($input);
84 $input = VObject\Reader::read($input);
132 $input = VObject\Reader::read($input);
H A DIssue203Test.php5 use Sabre\VObject; alias
94 $vObject = VObject\Reader::read($body);
H A DIssue205Test.php5 use Sabre\VObject; alias
92 $vObject = VObject\Reader::read($body);
H A DIssue211Test.php5 use Sabre\VObject; alias
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.php7 Sabre\VObject; alias
72 $resultVObj = VObject\Reader::read($result);
H A DIMipPluginTest.php5 use Sabre\VObject\ITip\Message;
6 use Sabre\VObject\Reader;
H A DOutboxPostTest.php6 use Sabre\VObject; alias
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookQueryTest.php224 $vobjVersion = \Sabre\VObject\Version::VERSION;
269 $vobjVersion = \Sabre\VObject\Version::VERSION;
H A DMultiGetTest.php87 $prodId = "PRODID:-//Sabre//Sabre VObject " . \Sabre\VObject\Version::VERSION . "//EN";
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md167 that was used to be in the `lib/Sabre/VObject` directory is now moved to
229 lib/Sabre/VObject/timezonedata.
486 few new API's that mimic the VObject 3 API. This allows it to be used a
570 * VObject is now a separate project from SabreDAV. See the SabreDAV changelog
572 * New: VObject library now uses PHP 5.3 namespaces.
H A DREADME.md4 The VObject library allows you to easily parse and manipulate [iCalendar](https://tools.ietf.org/ht…
7 The goal of the VObject library is to create a very complete library, with an easy to use API.
24 VObject requires PHP 5.3, and should be installed using composer.
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dbench.php10 $lol = Sabre\VObject\Reader::read($data);
H A Dgenerate_vcards4 namespace Sabre\VObject;
H A Dgenerateicalendardata.php4 use Sabre\VObject; alias
34 $calendar = VObject\Component::create('VCALENDAR');
44 $event = VObject\Component::create('VEVENT');
58 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::DATE);
59 $event->DTEND->setDateTime($dtEnd, VObject\Property\DateTime::DATE);
67 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::UTC);
H A Drrulebench.php6 echo "sabre/vobject ", Sabre\VObject\Version::VERSION, " RRULE benchmark\n";
21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
H A Dvobject4 namespace Sabre\VObject;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php3 namespace Sabre\VObject;
H A DComponent.php3 namespace Sabre\VObject;
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DAvailable.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class Available extends VObject\Component {
H A DVAlarm.php3 namespace Sabre\VObject\Component;
4 use Sabre\VObject; alias
15 class VAlarm extends VObject\Component {
28 $triggerDuration = VObject\DateTimeParser::parseDuration($this->TRIGGER);
56 $duration = VObject\DateTimeParser::parseDuration($parentComponent->DURATION);
87 $duration = VObject\DateTimeParser::parseDuration($this->DURATION);
H A DVAvailability.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VAvailability extends VObject\Component {
H A DVCalendar.php3 namespace Sabre\VObject\Component;
7 use Sabre\VObject; alias
8 use Sabre\VObject\Component;
9 use Sabre\VObject\Recur\EventIterator;
10 use Sabre\VObject\Recur\NoInstancesException;
21 class VCalendar extends VObject\Document {
172 * @return VObject\Component[]
179 if (!$component instanceof VObject\Component)
206 * @return VObject\Component|null
212 if (!$component instanceof VObject\Component)
[all …]

12345678910>>...31