Home
last modified time | relevance | path

Searched refs:VObject (Results 51 – 75 of 756) sorted by relevance

12345678910>>...31

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php3 namespace Sabre\VObject\Parser;
6 Sabre\VObject; alias
25 "-//Sabre//Sabre VObject " . VObject\Version::VERSION . "//EN",
161 $version = VObject\Version::VERSION;
215 "-//Sabre//Sabre VObject " . VObject\Version::VERSION . "//EN",
315 $version = VObject\Version::VERSION;
372 $result = VObject\Reader::readJson($stream,0);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php3 namespace Sabre\VObject\Parser;
6 Sabre\VObject; alias
25 "-//Sabre//Sabre VObject " . VObject\Version::VERSION . "//EN",
161 $version = VObject\Version::VERSION;
215 "-//Sabre//Sabre VObject " . VObject\Version::VERSION . "//EN",
315 $version = VObject\Version::VERSION;
372 $result = VObject\Reader::readJson($stream,0);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php3 namespace Sabre\VObject\ITip;
28 $version = \Sabre\VObject\Version::VERSION;
112 $version = \Sabre\VObject\Version::VERSION;
196 $version = \Sabre\VObject\Version::VERSION;
253 $version = \Sabre\VObject\Version::VERSION;
310 $version = \Sabre\VObject\Version::VERSION;
H A DBrokerNewEventTest.php3 namespace Sabre\VObject\ITip;
52 $version = \Sabre\VObject\Version::VERSION;
164 $version = \Sabre\VObject\Version::VERSION;
293 $version = \Sabre\VObject\Version::VERSION;
408 $version = \Sabre\VObject\Version::VERSION;
444 $version = \Sabre\VObject\Version::VERSION;
479 $version = \Sabre\VObject\Version::VERSION;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php3 namespace Sabre\VObject\ITip;
28 $version = \Sabre\VObject\Version::VERSION;
112 $version = \Sabre\VObject\Version::VERSION;
196 $version = \Sabre\VObject\Version::VERSION;
253 $version = \Sabre\VObject\Version::VERSION;
310 $version = \Sabre\VObject\Version::VERSION;
H A DBrokerNewEventTest.php3 namespace Sabre\VObject\ITip;
52 $version = \Sabre\VObject\Version::VERSION;
164 $version = \Sabre\VObject\Version::VERSION;
293 $version = \Sabre\VObject\Version::VERSION;
408 $version = \Sabre\VObject\Version::VERSION;
444 $version = \Sabre\VObject\Version::VERSION;
479 $version = \Sabre\VObject\Version::VERSION;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php3 namespace Sabre\VObject\Component;
6 use Sabre\VObject; alias
18 class VFreeBusy extends VObject\Component
48 $busyStart = VObject\DateTimeParser::parse($busyStart);
49 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
H A DVTimeZone.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VTimeZone extends VObject\Component
29 return VObject\TimeZoneUtil::getTimeZone((string) $this->TZID, $this->root);
H A DVCard.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
18 class VCard extends VObject\Document
187 $converter = new VObject\VCardConverter();
264 $this->UID = VObject\UUIDUtil::getUUID();
385 * @return VObject\Property|null
417 * @return VObject\Property|null
437 'PRODID' => '-//Sabre//Sabre VObject '.VObject\Version::VERSION.'//EN',
438 'UID' => 'sabre-vobject-'.VObject\UUIDUtil::getUUID(),
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php3 namespace Sabre\VObject\Component;
6 use Sabre\VObject; alias
18 class VFreeBusy extends VObject\Component {
49 $busyStart = VObject\DateTimeParser::parse($busyStart);
50 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
H A DVTimeZone.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VTimeZone extends VObject\Component {
29 return VObject\TimeZoneUtil::getTimeZone((string)$this->TZID, $this->root);
H A DVCard.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
18 class VCard extends VObject\Document {
190 $converter = new VObject\VCardConverter();
268 $this->UID = VObject\UUIDUtil::getUUID();
388 * @return VObject\Property|null
422 * @return VObject\Property|null
441 'PRODID' => '-//Sabre//Sabre VObject ' . VObject\Version::VERSION . '//EN',
442 'UID' => 'sabre-vobject-' . VObject\UUIDUtil::getUUID(),
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VFreeBusy extends VObject\Component {
47 $busyStart = VObject\DateTimeParser::parse($busyStart);
48 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
H A DVTimeZone.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VTimeZone extends VObject\Component {
29 return VObject\TimeZoneUtil::getTimeZone((string)$this->TZID, $this->root);
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);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VFreeBusy extends VObject\Component {
47 $busyStart = VObject\DateTimeParser::parse($busyStart);
48 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
H A DVTimeZone.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VTimeZone extends VObject\Component {
29 return VObject\TimeZoneUtil::getTimeZone((string)$this->TZID, $this->root);
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);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VFreeBusy extends VObject\Component {
47 $busyStart = VObject\DateTimeParser::parse($busyStart);
48 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
H A DVTimeZone.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class VTimeZone extends VObject\Component {
29 return VObject\TimeZoneUtil::getTimeZone((string)$this->TZID, $this->root);
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);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php3 namespace Sabre\VObject\ITip;
50 $version = \Sabre\VObject\Version::VERSION;
159 $version = \Sabre\VObject\Version::VERSION;
282 $version = \Sabre\VObject\Version::VERSION;
392 $version = \Sabre\VObject\Version::VERSION;
426 $version = \Sabre\VObject\Version::VERSION;
459 $version = \Sabre\VObject\Version::VERSION;
/plugin/davcard/vendor/sabre/vobject/bin/
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);
/plugin/webdavclient/vendor/sabre/vobject/bin/
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);
/plugin/davcal/vendor/sabre/vobject/bin/
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);

12345678910>>...31