Home
last modified time | relevance | path

Searched refs:VObject (Results 426 – 450 of 756) sorted by last modified time

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

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php3 namespace Sabre\VObject;
H A DVCardConverterTest.php3 namespace Sabre\VObject;
H A DVersionTest.php3 namespace Sabre\VObject;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php3 namespace Sabre\VObject;
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards4 namespace Sabre\VObject;
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DAvailable.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject; alias
17 class Available extends VObject\Component {
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);
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/davcard/vendor/sabre/vobject/lib/
H A DComponent.php3 namespace Sabre\VObject;
H A DProperty.php3 namespace Sabre\VObject;
H A DRecurrenceIterator.php3 namespace Sabre\VObject;
5 use Sabre\VObject\Recur\EventIterator;
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DMessage.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;
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBinary.php3 namespace Sabre\VObject\Property;
7 Sabre\VObject\Property;
H A DFloatValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property;
H A DTime.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\DateTimeParser;
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property\Text;
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property,
7 Sabre\VObject\Parser\MimeDir,
8 Sabre\VObject\DateTimeParser;
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\DateTimeParser;
H A DDateAndOrTime.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\DateTimeParser,
7 Sabre\VObject\Property\Text,
8 Sabre\VObject\Property,
H A DDateTime.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\DateTimeParser;
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php3 namespace Sabre\VObject\Recur;
8 use Sabre\VObject\DateTimeParser;
H A DRRuleIterator.php3 namespace Sabre\VObject\Recur;
8 use Sabre\VObject\DateTimeParser;
9 use Sabre\VObject\Property;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php3 namespace Sabre\VObject;

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