Home
last modified time | relevance | path

Searched refs:Plugin (Results 351 – 375 of 1630) sorted by last modified time

1...<<11121314151617181920>>...66

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php139 $writer->writeElement('{' . CalDAV\Plugin::NS_CALENDARSERVER . '}invite-reply');
152 $cs = '{' . CalDAV\Plugin::NS_CALENDARSERVER . '}';
H A DSystemStatus.php6 use Sabre\CalDAV\Plugin; alias
111 $writer->startElement('{' . Plugin::NS_CALENDARSERVER . '}systemstatus');
126 $cs = '{' . Plugin::NS_CALENDARSERVER . '}';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php8 use Sabre\CalDAV\Plugin; alias
105 $cs = '{' . Plugin::NS_CALENDARSERVER . '}';
189 $cs = '{' . Plugin::NS_CALENDARSERVER . '}';
H A DScheduleCalendarTransp.php9 use Sabre\CalDAV\Plugin; alias
87 $writer->writeElement('{' . Plugin::NS_CALDAV . '}transparent');
90 $writer->writeElement('{' . Plugin::NS_CALDAV . '}opaque');
125 case '{' . Plugin::NS_CALDAV . '}opaque' :
128 case '{' . Plugin::NS_CALDAV . '}transparent' :
H A DSupportedCalendarComponentSet.php9 use Sabre\CalDAV\Plugin; alias
80 $writer->startElement('{' . Plugin::NS_CALDAV . '}comp');
116 if ($elem['name'] === '{' . Plugin::NS_CALDAV . '}comp') {
H A DSupportedCalendarData.php7 use Sabre\CalDAV\Plugin; alias
46 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
52 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php7 use Sabre\CalDAV\Plugin; alias
103 if (isset($elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'])) {
104 $newProps += $elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'];
H A DCalendarQueryReport.php8 use Sabre\CalDAV\Plugin; alias
108 if (isset($elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'])) {
109 $newProps += $elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'];
112 case '{' . Plugin::NS_CALDAV . '}filter' :
114 if ($subElem['name'] === '{' . Plugin::NS_CALDAV . '}comp-filter') {
128 …throw new BadRequest('The {' . Plugin::NS_CALDAV . '}filter element is required for this request');
H A DFreeBusyQueryReport.php5 use Sabre\CalDAV\Plugin; alias
61 $timeRange = '{' . Plugin::NS_CALDAV . '}time-range';
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php74 … '{' . CardDAV\Plugin::NS_CARDDAV . '}addressbook-description' => $row['description'],
106 '{' . CardDAV\Plugin::NS_CARDDAV . '}addressbook-description',
118 case '{' . CardDAV\Plugin::NS_CARDDAV . '}addressbook-description' :
171 case '{' . CardDAV\Plugin::NS_CARDDAV . '}addressbook-description' :
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php23 class Plugin extends DAV\ServerPlugin { class
H A DVCFExportPlugin.php77 '{' . Plugin::NS_CARDDAV . '}address-data',
99 if (!isset($node[200]['{' . Plugin::NS_CARDDAV . '}address-data'])) {
102 $nodeData = $node[200]['{' . Plugin::NS_CARDDAV . '}address-data'];
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php26 class Plugin extends ServerPlugin { class
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginAdminTest.php25 $plugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
27 $plugin = new Plugin();
61 $plugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
63 $plugin = new Plugin();
H A DPluginPropertiesTest.php12 $plugin = new Plugin();
46 $plugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
48 $plugin = new Plugin();
80 $plugin = new Plugin();
140 $plugin = new Plugin();
178 $plugin = new Plugin();
225 $plugin = new Plugin();
253 $plugin = new Plugin();
282 $plugin = new Plugin();
309 $plugin = new Plugin();
[all …]
H A DACLMethodTest.php15 $acl = new Plugin();
33 $acl = new Plugin();
51 $acl = new Plugin();
74 $acl = new Plugin();
102 $acl = new Plugin();
127 $acl = new Plugin();
152 $acl = new Plugin();
185 $acl = new Plugin();
218 $acl = new Plugin();
251 $acl = new Plugin();
[all …]
H A DAllowAccessTest.php22 $aclPlugin = new Plugin();
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php51 $server->addPlugin(new DAV\Browser\Plugin());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarRoot.php60 return Plugin::CALENDAR_ROOT;
H A DICSExportPlugin.php96 …if (!isset($node['{DAV:}resourcetype']) || !$node['{DAV:}resourcetype']->is('{' . Plugin::NS_CALDA…
172 $calDataProp = '{' . Plugin::NS_CALDAV . '}calendar-data';
231 $tzProp = '{' . Plugin::NS_CALDAV . '}calendar-timezone';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php30 $np = $doc->createElementNS(CalDAV\Plugin::NS_CALDAV, 'cal:supported-calendar-component');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php180 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-invite',
185 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver-reply',
221 $ns = '{' . CalDAV\Plugin::NS_CALDAV . '}';
223 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
H A DOutbox.php106 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
111 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
121 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
126 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
172 $default = DAVACL\Plugin::getDefaultSupportedPrivilegeSet();
174 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy',
177 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent',
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php883 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
901 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTemporaryFileFilterTest.php110 $locksPlugin = new Locks\Plugin($locksBackend);

1...<<11121314151617181920>>...66