Home
last modified time | relevance | path

Searched refs:Property (Results 376 – 400 of 431) sorted by path

1...<<1112131415161718

/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php3 namespace Sabre\VObject\Property\VCard;
H A DDateAndOrTime.php3 namespace Sabre\VObject\Property\VCard;
10 use Sabre\VObject\Property; alias
22 class DateAndOrTime extends Property
H A DDateTime.php3 namespace Sabre\VObject\Property\VCard;
H A DLanguageTag.php3 namespace Sabre\VObject\Property\VCard;
6 Sabre\VObject\Property; alias
17 class LanguageTag extends Property
H A DPhoneNumber.php3 namespace Sabre\VObject\Property\VCard;
5 use Sabre\VObject\Property; alias
14 class PhoneNumber extends Property\Text
H A DTimeStamp.php3 namespace Sabre\VObject\Property\VCard;
6 use Sabre\VObject\Property\Text;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php10 use Sabre\VObject\Property; alias
682 $rrule = Property\ICalendar\Recur::stringToArray($rrule);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php67 * @param Property $property
99 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
154 if ($property instanceof Property\Binary) {
249 * @param Property\Uri $property the input property
253 * @return Property\Uri
303 * @param Property\Uri $property the input property
305 * @return Property\Binary|null
351 * @param Property $newProperty
354 protected function convertParameters40(Property $newProperty, array $parameters)
390 * @param Property $newProperty
[all …]
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng9 # 3.2 Property Parameters
185 # 3.3 Property Value Data Types
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md24 * BC Break: `Sabre\VObject\Property\Float` has been renamed to
25 `Sabre\VObject\Property\FloatValue`.
26 * BC Break: `Sabre\VObject\Property\Integer` has been renamed to
27 `Sabre\VObject\Property\IntegerValue`.
456 Component::create, Property::create and Parameter::create. They must instead
462 * Added: add() method to the Property class.
529 * Added: Property\DateTime::hasTime().
530 * Added: Property\MultiDateTime::hasTime().
531 * Added: Property::getValue().
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php58 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::DATE);
59 $event->DTEND->setDateTime($dtEnd, VObject\Property\DateTime::DATE);
67 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::UTC);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group
287 if ($array[$key] instanceof Property) {
372 * @return Property
419 if ($value instanceof Component || $value instanceof Property) {
H A DDocument.php191 * @return Property
H A DProperty.php15 abstract class Property extends Node { class
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php323 if ($child instanceof VObject\Property\ICalendar\DateTime && $child->hasTime()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php9 Sabre\VObject\Property, alias
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DBinary.php3 namespace Sabre\VObject\Property;
7 Sabre\VObject\Property; alias
23 class Binary extends Property {
H A DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property {
H A DFlatText.php3 namespace Sabre\VObject\Property;
H A DFloatValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class FloatValue extends Property {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property\Text;
H A DDate.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDateTime.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
25 class DateTime extends Property {
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
21 class Duration extends Property {
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
21 class Period extends Property {

1...<<1112131415161718