Home
last modified time | relevance | path

Searched refs:Property (Results 201 – 225 of 431) sorted by last modified time

12345678910>>...18

/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property
H A DFloatValue.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property; alias
18 class FloatValue extends Property
H A DFlatText.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/
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 …]
H A DBirthdayCalendarGenerator.php124 if (!$object->BDAY instanceof Property\VCard\DateAndOrTime) {
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng9 # 3.2 Property Parameters
185 # 3.3 Property Value Data Types
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php97 return new DAV\Xml\Property\SupportedLock();
100 return new DAV\Xml\Property\LockDiscovery(
398 new DAV\Xml\Property\LockDiscovery([$lockInfo])
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php868 } elseif ($properties[$property] instanceof Xml\Property\GetLastModified) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php5 use Sabre\DAV\Xml\Property\Complex;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php3 namespace Sabre\DAV\Xml\Property;
H A DHref.php3 namespace Sabre\DAV\Xml\Property;
H A DLocalHref.php3 namespace Sabre\DAV\Xml\Property;
H A DResourceType.php3 namespace Sabre\DAV\Xml\Property;
H A DShareAccess.php3 namespace Sabre\DAV\Xml\Property;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAclRestrictions.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/lib/Property/ICalendar/
H A DCalAddress.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property\Text;
/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
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md845 * BC Break: Property updating and fetching got refactored. Read the [migration
950 * Added: has() method on DAV\Property\SupportedReportSet.
1127 * Added: deserializer for Sabre\DAVACL\Property\CurrentUserPrivilegeSet.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php10 use Sabre\DAV\Xml\Property\LocalHref;
331 return new Xml\Property\SupportedCalendarData();
334 return new Xml\Property\SupportedCollationSet();
367 return new Xml\Property\EmailAddressSet($emails);

12345678910>>...18