Home
last modified time | relevance | path

Searched refs:VObject (Results 226 – 250 of 756) sorted by last modified time

12345678910>>...31

/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DMessage.php3 namespace Sabre\VObject\ITip;
H A DSameOrganizerForAllComponentsException.php3 namespace Sabre\VObject\ITip;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php3 namespace Sabre\VObject;
H A DStringUtil.php3 namespace Sabre\VObject;
H A DCli.php3 namespace Sabre\VObject;
H A DElementList.php3 namespace Sabre\VObject;
H A DEofException.php3 namespace Sabre\VObject;
H A DFreeBusyData.php3 namespace Sabre\VObject;
H A DFreeBusyGenerator.php3 namespace Sabre\VObject;
8 use Sabre\VObject\Component\VCalendar;
9 use Sabre\VObject\Recur\EventIterator;
10 use Sabre\VObject\Recur\NoInstancesException;
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBinary.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property;
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDate.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDateTime.php3 namespace Sabre\VObject\Property\ICalendar;
7 use Sabre\VObject\DateTimeParser;
8 use Sabre\VObject\InvalidDataException;
9 use Sabre\VObject\Property;
10 use Sabre\VObject\TimeZoneUtil;
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateTime.php3 namespace Sabre\VObject\Property\VCard;
H A DLanguageTag.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\Property;
H A DPhoneNumber.php3 namespace Sabre\VObject\Property\VCard;
5 use Sabre\VObject\Property;
H A DTimeStamp.php3 namespace Sabre\VObject\Property\VCard;
5 use Sabre\VObject\DateTimeParser;
6 use Sabre\VObject\Property\Text;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php3 namespace Sabre\VObject\Recur;
7 use Sabre\VObject\DateTimeParser;
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php3 namespace Sabre\VObject\Splitter;
5 use Sabre\VObject; alias
6 use Sabre\VObject\Component\VCalendar;
48 $data = VObject\Reader::read($input, $options);
50 if (!$data instanceof VObject\Component\VCalendar) {
51 throw new VObject\ParseException('Supplied input could not be parsed as VCALENDAR.');
55 if (!$component instanceof VObject\Component) {
93 $object->prodid = '-//Sabre//Sabre VObject '.VObject\Version::VERSION.'//EN';
H A DVCard.php3 namespace Sabre\VObject\Splitter;
5 use Sabre\VObject; alias
6 use Sabre\VObject\Parser\MimeDir;
65 if (!$object instanceof VObject\Component\VCard) {
66 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
68 } catch (VObject\EofException $e) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php9 use Sabre\VObject; alias
642 $vObject = VObject\Reader::read($calendarData);
666 … $endDate = $endDate->add(VObject\DateTimeParser::parse($component->DURATION->getValue()));
676 $it = new VObject\Recur\EventIterator($vObject, (string)$component->UID);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DPropFilter.php7 use Sabre\VObject\DateTimeParser;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php8 use Sabre\VObject; alias
125 $vcard = VObject\Reader::read($nodeData);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
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(),
H A DVEvent.php3 namespace Sabre\VObject\Component;
6 use Sabre\VObject; alias
7 use Sabre\VObject\Recur\EventIterator;
8 use Sabre\VObject\Recur\NoInstancesException;
19 class VEvent extends VObject\Component
65 … $effectiveEnd = $effectiveStart->add(VObject\DateTimeParser::parseDuration($this->DURATION));
85 'UID' => 'sabre-vobject-'.VObject\UUIDUtil::getUUID(),
H A DVTodo.php3 namespace Sabre\VObject\Component;
6 use Sabre\VObject; alias
17 class VTodo extends VObject\Component
34 …$duration = isset($this->DURATION) ? VObject\DateTimeParser::parseDuration($this->DURATION) : null;
180 'UID' => 'sabre-vobject-'.VObject\UUIDUtil::getUUID(),

12345678910>>...31