Home
last modified time | relevance | path

Searched refs:Property (Results 351 – 375 of 431) sorted by path

1...<<1112131415161718

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php3 namespace Sabre\DAVACL\Xml\Property;
H A DPrincipal.php3 namespace Sabre\DAVACL\Xml\Property;
21 class Principal extends DAV\Xml\Property\Href {
H A DSupportedPrivilegeSet.php3 namespace Sabre\DAVACL\Xml\Property;
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md250 * 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`.
682 Component::create, Property::create and Parameter::create. They must instead
688 * Added: add() method to the Property class.
755 * Added: Property\DateTime::hasTime().
756 * Added: Property\MultiDateTime::hasTime().
757 * Added: Property::getValue().
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php124 if (!$object->BDAY instanceof Property\VCard\DateAndOrTime) {
H A DComponent.php139 * @param string|Property|Component $item
243 return $child instanceof Property && strtoupper($child->group) === $group;
254 if ($child instanceof Property && strtoupper($child->group) === $group) {
303 if ($array[$key] instanceof Property) {
436 * @return Property
486 if ($value instanceof self || $value instanceof Property) {
H A DDocument.php190 * @return Property
H A DProperty.php17 abstract class Property extends Node class
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php10 use Sabre\VObject\Property; alias
297 … if ($componentChild instanceof Property\ICalendar\DateTime && $componentChild->hasTime()) {
313 if ($child instanceof Property && 'PRODID' !== $child->name) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBinary.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property; alias
21 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;
5 use Sabre\VObject\Property; alias
18 class FloatValue extends Property
H A DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property
H A DText.php3 namespace Sabre\VObject\Property;
8 use Sabre\VObject\Property; alias
20 class Text extends Property
H A DTime.php3 namespace Sabre\VObject\Property;
H A DUnknown.php3 namespace Sabre\VObject\Property;
H A DUri.php3 namespace Sabre\VObject\Property;
6 use Sabre\VObject\Property; alias
H A DUtcOffset.php3 namespace Sabre\VObject\Property;
/plugin/webdav/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;
9 use Sabre\VObject\Property; alias
27 class DateTime extends Property
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
19 class Duration extends Property
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
20 class Period extends Property
H A DRecur.php3 namespace Sabre\VObject\Property\ICalendar;
5 use Sabre\VObject\Property; alias
25 class Recur extends Property

1...<<1112131415161718