Home
last modified time | relevance | path

Searched refs:Property (Results 51 – 75 of 431) sorted by last modified time

12345678910>>...18

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php867 return new DAV\Xml\Property\Href($node->getAlternateUriSet());
877 return new DAV\Xml\Property\Href($members);
884 return new DAV\Xml\Property\Href($members);
895 return new DAV\Xml\Property\Href($val);
900 return new Xml\Property\Principal(Xml\Property\Principal::HREF, $url . '/');
902 return new Xml\Property\Principal(Xml\Property\Principal::UNAUTHENTICATED);
914 return new Xml\Property\CurrentUserPrivilegeSet($val);
925 return new Xml\Property\Acl($this->getACL($node));
930 return new Xml\Property\AclRestrictions();
936 return new DAV\Xml\Property\Href($node->getOwner() . '/');
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php3 namespace Sabre\DAVACL\Xml\Property;
H A DAclRestrictions.php3 namespace Sabre\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/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php38 …arams:xml:ns:caldav}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendar…
40 …'{urn:ietf:params:xml:ns:caldav}schedule-calendar-transp' => new CalDAV\Xml\Property\ScheduleCalen…
49 …'{urn:ietf:params:xml:ns:caldav}schedule-calendar-transp' => new CalDAV\Xml\Property\ScheduleCalen…
76 …'{urn:ietf:params:xml:ns:caldav}schedule-calendar-transp' => new CalDAV\Xml\Property\ScheduleCalen…
759 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/ca…
802 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/ca…
820 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/ca…
834 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/ca…
H A DMock.php76 …ugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendar…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSubscriptionsTest.php17 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/te…
57 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/te…
81 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/te…
H A DPluginTest.php39 …:ietf:params:xml:ns:caldav}supported-calendar-component-set' => new Xml\Property\SupportedCalendar…
49 …:ietf:params:xml:ns:caldav}supported-calendar-component-set' => new Xml\Property\SupportedCalendar…
383 … $this->assertTrue($newCalendar[$sccs] instanceof Xml\Property\SupportedCalendarComponentSet);
429 … $this->assertTrue($newCalendar[$sccs] instanceof Xml\Property\SupportedCalendarComponentSet);
1139 $ns . 'supported-calendar-data' => new Xml\Property\SupportedCalendarData(),
1140 $ns . 'supported-collation-set' => new Xml\Property\SupportedCollationSet(),
H A DSharingPluginTest.php99 '{DAV:}resourcetype' => new DAV\Xml\Property\ResourceType(['{DAV:}collection'])
H A DValidateICalTest.php29 …:ietf:params:xml:ns:caldav}supported-calendar-component-set' => new Xml\Property\SupportedCalendar…
35 …:ietf:params:xml:ns:caldav}supported-calendar-component-set' => new Xml\Property\SupportedCalendar…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php93 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php10 Sabre\CalDAV\Xml\Property\ScheduleCalendarTransp;
H A DPluginPropertiesTest.php42 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
47 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
52 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
H A DPluginPropertiesWithSharedCalendarTest.php22 …'{http://calendarserver.org/ns/}shared-url' => new DAV\Xml\Property\Href('calendars/user2/default/…
52 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
57 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
62 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php5 use Sabre\DAV\Xml\Property\Href;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DAllowedSharingModesTest.php3 namespace Sabre\CalDAV\Xml\Property;
H A DEmailAddressSetTest.php3 namespace Sabre\CalDAV\Xml\Property;
H A DInviteTest.php3 namespace Sabre\CalDAV\Xml\Property;
H A DScheduleCalendarTranspTest.php3 namespace Sabre\CalDAV\Xml\Property;
H A DSupportedCalendarComponentSetTest.php3 namespace Sabre\CalDAV\Xml\Property;
H A DSupportedCalendarDataTest.php3 namespace Sabre\CalDAV\Xml\Property;
H A DSupportedCollationSetTest.php3 namespace Sabre\CalDAV\Xml\Property;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php6 use Sabre\DAV\Xml\Property\Href;

12345678910>>...18