Home
last modified time | relevance | path

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

12345678910>>...31

/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php3 namespace Sabre\VObject\Splitter;
6 Sabre\VObject, alias
7 Sabre\VObject\Parser\MimeDir;
67 if (!$object instanceof VObject\Component\VCard) {
68 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
71 } catch (VObject\EofException $e) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php3 namespace Sabre\VObject\Splitter;
6 Sabre\VObject, alias
7 Sabre\VObject\Parser\MimeDir;
67 if (!$object instanceof VObject\Component\VCard) {
68 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
71 } catch (VObject\EofException $e) {
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php3 namespace Sabre\VObject\Splitter;
6 Sabre\VObject, alias
7 Sabre\VObject\Parser\MimeDir;
67 if (!$object instanceof VObject\Component\VCard) {
68 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
71 } catch (VObject\EofException $e) {
/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 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(),
/plugin/webdavclient/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 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(),
/plugin/davcal/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 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(),
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
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 {
73 … $effectiveEnd = $effectiveStart->add(VObject\DateTimeParser::parseDuration($this->DURATION));
93 'UID' => 'sabre-vobject-' . VObject\UUIDUtil::getUUID(),
H A DVCalendar.php3 namespace Sabre\VObject\Component;
7 use Sabre\VObject; alias
8 use Sabre\VObject\Component;
9 use Sabre\VObject\InvalidDataException;
10 use Sabre\VObject\Property;
11 use Sabre\VObject\Recur\EventIterator;
12 use Sabre\VObject\Recur\NoInstancesException;
23 class VCalendar extends VObject\Document {
176 * @return VObject\Component[]
182 if (!$component instanceof VObject\Component) {
[all …]
H A DVAlarm.php3 namespace Sabre\VObject\Component;
7 use Sabre\VObject; alias
8 use Sabre\VObject\InvalidDataException;
19 class VAlarm extends VObject\Component {
32 $triggerDuration = VObject\DateTimeParser::parseDuration($this->TRIGGER);
60 $duration = VObject\DateTimeParser::parseDuration($parentComponent->DURATION);
92 $duration = VObject\DateTimeParser::parseDuration($this->DURATION);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
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 DVCalendar.php3 namespace Sabre\VObject\Component;
7 use Sabre\VObject; alias
8 use Sabre\VObject\Component;
9 use Sabre\VObject\InvalidDataException;
10 use Sabre\VObject\Property;
11 use Sabre\VObject\Recur\EventIterator;
12 use Sabre\VObject\Recur\NoInstancesException;
23 class VCalendar extends VObject\Document
174 * @return VObject\Component[]
179 if (!$component instanceof VObject\Component) {
[all …]
H A DVAlarm.php3 namespace Sabre\VObject\Component;
7 use Sabre\VObject; alias
8 use Sabre\VObject\InvalidDataException;
19 class VAlarm extends VObject\Component
32 $triggerDuration = VObject\DateTimeParser::parseDuration($this->TRIGGER);
59 $duration = VObject\DateTimeParser::parseDuration($parentComponent->DURATION);
91 $duration = VObject\DateTimeParser::parseDuration($this->DURATION);
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DUnknown.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property,
7 Sabre\VObject\Component,
8 Sabre\VObject\Parser\MimeDir,
9 Sabre\VObject\Document;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DUnknown.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property,
7 Sabre\VObject\Component,
8 Sabre\VObject\Parser\MimeDir,
9 Sabre\VObject\Document;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DUnknown.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property,
7 Sabre\VObject\Component,
8 Sabre\VObject\Parser\MimeDir,
9 Sabre\VObject\Document;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php3 namespace Sabre\VObject\ITip;
52 $version = \Sabre\VObject\Version::VERSION;
162 $version = \Sabre\VObject\Version::VERSION;
291 $version = \Sabre\VObject\Version::VERSION;
406 $version = \Sabre\VObject\Version::VERSION;
441 $version = \Sabre\VObject\Version::VERSION;
475 $version = \Sabre\VObject\Version::VERSION;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
14 $vcard = VObject\Reader::read($input);
25 $vcard->validate(VObject\Component::REPAIR);
127 $vcard = VObject\Reader::read($vcard);
144 $vcard = VObject\Reader::read($vcard);
159 $vcard = VObject\Reader::read($vcard);
175 $vcard = VObject\Reader::read($vcard);
188 $vcard = VObject\Reader::read($vcard);
280 $vcal = VObject\Reader::read($vcf);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
14 $vcard = VObject\Reader::read($input);
25 $vcard->validate(VObject\Component::REPAIR);
128 $vcard = VObject\Reader::read($vcard);
143 $vcard = VObject\Reader::read($vcard);
159 $vcard = VObject\Reader::read($vcard);
172 $vcard = VObject\Reader::read($vcard);
264 $vcal = VObject\Reader::read($vcf);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
14 $vcard = VObject\Reader::read($input);
25 $vcard->validate(VObject\Component::REPAIR);
128 $vcard = VObject\Reader::read($vcard);
143 $vcard = VObject\Reader::read($vcard);
159 $vcard = VObject\Reader::read($vcard);
172 $vcard = VObject\Reader::read($vcard);
264 $vcal = VObject\Reader::read($vcf);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
14 $vcard = VObject\Reader::read($input);
25 $vcard->validate(VObject\Component::REPAIR);
128 $vcard = VObject\Reader::read($vcard);
143 $vcard = VObject\Reader::read($vcard);
159 $vcard = VObject\Reader::read($vcard);
172 $vcard = VObject\Reader::read($vcard);
264 $vcal = VObject\Reader::read($vcf);
/plugin/davcard/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/icalevents/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",
162 $version = VObject\Version::VERSION;
215 "-//Sabre//Sabre VObject " . VObject\Version::VERSION . "//EN",
315 $version = VObject\Version::VERSION;
372 $result = VObject\Reader::readJson($stream, 0);

12345678910>>...31