Home
last modified time | relevance | path

Searched refs:Property (Results 101 – 125 of 431) sorted by last modified time

12345678910>>...18

/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php3 namespace Sabre\VObject\Property;
H A DTextTest.php3 namespace Sabre\VObject\Property;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDateTimeTest.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDurationTest.php3 namespace Sabre\VObject\Property\ICalendar;
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php323 if ($child instanceof VObject\Property\ICalendar\DateTime && $child->hasTime()) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php7 use Sabre\DAV\Xml\Property\Href;
147 return new Xml\Property\SupportedAddressData();
150 return new Xml\Property\SupportedCollationSet();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php3 namespace Sabre\VObject\Property\VCard;
H A DLanguageTagTest.php3 namespace Sabre\VObject\Property\VCard;
/plugin/davcal/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 DUnknown.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property, alias
H A DUri.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property; alias
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php62 …$this->assertEquals(Xml\Property\Principal::UNAUTHENTICATED, $result[200]['{DAV:}current-user-prin…
73 …$this->assertEquals(Xml\Property\Principal::HREF, $result[200]['{DAV:}current-user-principal']->ge…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DPrincipalTest.php3 namespace Sabre\DAVACL\Xml\Property;
H A DACLTest.php3 namespace Sabre\DAVACL\Xml\Property;
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
21 class Duration extends Property {
H A DRecur.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
26 class Recur extends Property {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php201 protected function validateParamFilters(VObject\Property $parent, array $filters) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php67 * @param Property $property
101 } elseif ($property instanceof Property\VCard\DateAndOrTime) {
163 if ($property instanceof Property\Binary) {
266 * @param Property\Uri $property The input property.
269 * @return Property\Uri
321 * @param Property\Uri $property The input property.
322 * @return Property\Binary|null
372 * @param Property $newProperty
376 protected function convertParameters40(Property $newProperty, array $parameters) {
417 * @param Property $newProperty
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php220 $this->assertTrue($bla instanceof Property);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php6 use Sabre\DAV\Xml\Property\Href;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php792 return new Xml\Property\GetLastModified($lm);
821 return new Xml\Property\SupportedReportSet($reports);
824 return new Xml\Property\ResourceType($this->server->getResourceTypeForNode($node));
827 return new Xml\Property\SupportedMethodSet(
882 if ($val && $val instanceof Xml\Property\Href) {
900 } elseif ($val instanceof Xml\Property\Href) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php6 use Sabre\DAV\Xml\Property\Complex;
7 use Sabre\DAV\Xml\Property\Href;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedReportSetTest.php3 namespace Sabre\DAV\Property;

12345678910>>...18