Home
last modified time | relevance | path

Searched refs:VObject (Results 251 – 275 of 756) sorted by last modified time

1...<<11121314151617181920>>...31

/plugin/webdav/vendor/sabre/vobject/lib/
H A DNode.php3 namespace Sabre\VObject;
H A DComponent.php3 namespace Sabre\VObject;
H A DProperty.php3 namespace Sabre\VObject;
H A DReader.php3 namespace Sabre\VObject;
H A DSettings.php3 namespace Sabre\VObject;
H A DVersion.php3 namespace Sabre\VObject;
H A DWriter.php3 namespace Sabre\VObject;
H A DTimeZoneUtil.php3 namespace Sabre\VObject;
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md144 * `Sabre\VObject\Reader::read` now has a `$charset` argument.
145 * #272: `Sabre\VObject\Recur\EventIterator::$maxInstances` is now
146 `Sabre\VObject\Settings::$maxRecurrences` and is also honored by the
250 * BC Break: `Sabre\VObject\Property\Float` has been renamed to
251 `Sabre\VObject\Property\FloatValue`.
252 * BC Break: `Sabre\VObject\Property\Integer` has been renamed to
253 `Sabre\VObject\Property\IntegerValue`.
433 that was used to be in the `lib/Sabre/VObject` directory is now moved to
495 lib/Sabre/VObject/timezonedata.
752 few new API's that mimic the VObject 3 API. This allows it to be used a
[all …]
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.
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DAvailable.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class Available extends VObject\Component
37 … $effectiveEnd = $effectiveStart->add(VObject\DateTimeParser::parseDuration($this->DURATION));
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);
H A DVAvailability.php3 namespace Sabre\VObject\Component;
6 use Sabre\VObject; alias
18 class VAvailability extends VObject\Component
67 … $effectiveEnd = $effectiveStart->add(VObject\DateTimeParser::parseDuration($this->DURATION));
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php3 namespace Sabre\VObject\Parser;
5 use Sabre\VObject\Component;
6 use Sabre\VObject\Component\VCalendar;
7 use Sabre\VObject\Component\VCard;
8 use Sabre\VObject\EofException;
9 use Sabre\VObject\ParseException;
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
5 use Sabre\VObject\DateTimeParser;
6 use Sabre\VObject\Property;
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
5 use Sabre\VObject\DateTimeParser;
6 use Sabre\VObject\Property;
H A DRecur.php3 namespace Sabre\VObject\Property\ICalendar;
5 use Sabre\VObject\Property;
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property;
H A DText.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Component;
6 use Sabre\VObject\Document;
7 use Sabre\VObject\Parser\MimeDir;
8 use Sabre\VObject\Property;
H A DTime.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\DateTimeParser;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php3 namespace Sabre\VObject\Recur;
9 use Sabre\VObject\Component;
10 use Sabre\VObject\Component\VEvent;
11 use Sabre\VObject\Settings;
H A DRRuleIterator.php3 namespace Sabre\VObject\Recur;
8 use Sabre\VObject\DateTimeParser;
9 use Sabre\VObject\InvalidDataException;
10 use Sabre\VObject\Property;
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DSplitterInterface.php3 namespace Sabre\VObject\Splitter;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php7 use Sabre\VObject\DateTimeParser;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php6 use Sabre\VObject; alias
28 * @param VObject\Component\VCalendar $vObject
32 function validate(VObject\Component\VCalendar $vObject, array $filters) {
54 * @param VObject\Component $parent
58 protected function validateCompFilters(VObject\Component $parent, array $filters) {
123 * @param VObject\Component $parent
193 * @param VObject\Property $parent
249 * @param VObject\Node|string $check Value to check against.
255 if ($check instanceof VObject\Node) {
271 * @param VObject\Node $component
[all …]

1...<<11121314151617181920>>...31