Home
last modified time | relevance | path

Searched refs:VObject (Results 201 – 225 of 756) sorted by path

12345678910>>...31

/plugin/davcard/vendor/sabre/vobject/lib/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 …]
H A DVCard.php3 namespace Sabre\VObject\Component;
6 Sabre\VObject; alias
18 class VCard extends VObject\Document {
174 $converter = new VObject\VCardConverter();
251 $this->UID = VObject\UUIDUtil::getUUID();
371 * @return VObject\Property|null
405 'PRODID' => '-//Sabre//Sabre VObject ' . VObject\Version::VERSION . '//EN',
H A DVEvent.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
6 use Sabre\VObject\Recur\EventIterator;
7 use Sabre\VObject\Recur\NoInstancesException;
18 class VEvent extends VObject\Component {
72 $effectiveEnd->add(VObject\DateTimeParser::parseDuration($this->DURATION));
93 'UID' => 'sabre-vobject-' . VObject\UUIDUtil::getUUID(),
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 DVJournal.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
16 class VJournal extends VObject\Component {
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 DVTodo.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
16 class VTodo extends VObject\Component {
32 … $duration = isset($this->DURATION)?VObject\DateTimeParser::parseDuration($this->DURATION):null;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php3 namespace Sabre\VObject;
H A DDocument.php3 namespace Sabre\VObject;
H A DElementList.php3 namespace Sabre\VObject;
H A DEofException.php3 namespace Sabre\VObject;
H A DFreeBusyGenerator.php3 namespace Sabre\VObject;
6 use Sabre\VObject\Component\VCalendar;
7 use Sabre\VObject\Recur\EventIterator;
8 use Sabre\VObject\Recur\NoInstancesException;
H A DNode.php3 namespace Sabre\VObject;
H A DParameter.php3 namespace Sabre\VObject;
H A DParseException.php3 namespace Sabre\VObject;
H A DProperty.php3 namespace Sabre\VObject;
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php3 namespace Sabre\VObject\ITip;
5 use Sabre\VObject\Component\VCalendar;
6 use Sabre\VObject\DateTimeParser;
7 use Sabre\VObject\Reader;
8 use Sabre\VObject\Recur\EventIterator;
H A DITipException.php3 namespace Sabre\VObject\ITip;
H A DMessage.php3 namespace Sabre\VObject\ITip;
H A DSameOrganizerForAllComponentsException.php3 namespace Sabre\VObject\ITip;
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php3 namespace Sabre\VObject\Parser;
6 Sabre\VObject\Component\VCalendar,
7 Sabre\VObject\Component\VCard,
8 Sabre\VObject\ParseException,
9 Sabre\VObject\EofException;
H A DMimeDir.php3 namespace Sabre\VObject\Parser;
6 Sabre\VObject\ParseException,
7 Sabre\VObject\EofException,
8 Sabre\VObject\Component,
9 Sabre\VObject\Property,
10 Sabre\VObject\Component\VCalendar,
11 Sabre\VObject\Component\VCard;
H A DParser.php3 namespace Sabre\VObject\Parser;
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBinary.php3 namespace Sabre\VObject\Property;
7 Sabre\VObject\Property;
H A DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property;

12345678910>>...31