Home
last modified time | relevance | path

Searched refs:DAV (Results 1 – 25 of 556) sorted by path

12345678910>>...23

/plugin/davcal/
H A DauthBackendDokuwiki.php9 class DokuWikiSabreAuthBackend extends Sabre\DAV\Auth\Backend\AbstractBasic
H A DcalendarBackendDokuwiki.php5 use \Sabre\DAV; alias
6 use \Sabre\DAV\Exception\Forbidden;
160 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch)
641 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch)
H A Dcalendarserver.php60 $server = new Sabre\DAV\Server($tree);
66 $authPlugin = new Sabre\DAV\Auth\Plugin($authBackend);
87 $server->addPlugin(new Sabre\DAV\Sync\Plugin());
90 $browser = new Sabre\DAV\Browser\Plugin();
H A DprincipalBackendDokuwiki.php40 public function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch)
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php82 $version = Sabre\DAV\Version::VERSION;
H A Dmigrateto17.php239 …throw new \Sabre\DAV\Exception\BadRequest('Calendar objects must have a VJOURNAL, VEVENT or VTODO …
H A Dmigrateto30.php163 serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']))
166 echo serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']));
H A Dsabredav.php42 use Sabre\DAV; alias
45 $root = new DAV\FS\Directory(getcwd());
48 $server = new DAV\Server($root);
51 $server->addPlugin(new DAV\Browser\Plugin());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) {
H A DBackendInterface.php70 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch);
H A DPDO.php7 use Sabre\DAV; alias
8 use Sabre\DAV\Exception\Forbidden;
219 …throw new DAV\Exception('The ' . $sccs . ' property must be of type: \Sabre\CalDAV\Xml\Property\Su…
259 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) {
551 …throw new \Sabre\DAV\Exception\BadRequest('Calendar objects must have a VJOURNAL, VEVENT or VTODO …
1063 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch) {
H A DSubscriptionSupport.php5 use Sabre\DAV; alias
79 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php5 use Sabre\DAV; alias
7 use Sabre\DAV\PropPatch;
19 class Calendar implements ICalendar, DAV\IProperties, DAV\Sync\ISyncCollection, DAV\IMultiGet {
109 if (!$obj) throw new DAV\Exception\NotFound('Calendar object not found');
181 …throw new DAV\Exception\MethodNotAllowed('Creating collections in calendar objects is not allowed'…
223 throw new DAV\Exception\MethodNotAllowed('Renaming calendars is not yet supported');
373 throw new DAV\Exception\MethodNotAllowed('Changing ACL is not yet supported');
H A DCalendarHome.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Exception\NotFound;
7 use Sabre\DAV\MkCol;
23 class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL {
72 throw new DAV\Exception\Forbidden();
83 throw new DAV\Exception\Forbidden();
109 …throw new DAV\Exception\MethodNotAllowed('Creating new files in this collection is not supported');
237 * @throws DAV\Exception\InvalidResourceType
257 throw new DAV\Exception\InvalidResourceType('Unknown resourceType: ' . $rt);
266 … throw new DAV\Exception\InvalidResourceType('This backend does not support subscriptions');
[all …]
H A DCalendarObject.php12 class CalendarObject extends \Sabre\DAV\File implements ICalendarObject, \Sabre\DAVACL\IACL {
268 throw new \Sabre\DAV\Exception\MethodNotAllowed('Changing ACL is not yet supported');
H A DCalendarQueryValidator.php263 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'…
359 …throw new \Sabre\DAV\Exception\NotImplemented('time-range filters are currently not supported on '…
373 …throw new \Sabre\DAV\Exception\BadRequest('You cannot create a time-range filter on a ' . $compone…
H A DICSExportPlugin.php6 use Sabre\DAV; alias
10 use Sabre\DAV\Exception\BadRequest;
47 class ICSExportPlugin extends DAV\ServerPlugin {
62 function initialize(DAV\Server $server) {
274 if (DAV\Server::$exposeVersion) {
275 $calendar->prodid = '-//SabreDAV//SabreDAV ' . DAV\Version::VERSION . '//EN';
H A DICalendarObject.php5 use Sabre\DAV; alias
19 interface ICalendarObject extends DAV\IFile {
H A DICalendarObjectContainer.php18 interface ICalendarObjectContainer extends \Sabre\DAV\ICollection {
H A DPlugin.php6 use Sabre\DAV; alias
7 use Sabre\DAV\Exception\BadRequest;
8 use Sabre\DAV\MkCol;
9 use Sabre\DAV\Xml\Property\Href;
27 class Plugin extends DAV\ServerPlugin {
48 * @var DAV\Server
165 * @param DAV\Server $server
306 * @param DAV\INode $node
309 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
712 * @param DAV\IFile $node
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php5 use Sabre\DAV; alias
15 class InvalidComponentType extends DAV\Exception\Forbidden {
22 * @param DAV\Server $server
26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php5 use Sabre\DAV; alias
23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL {
151 throw new DAV\Exception\NotImplemented('Updating ACLs is not implemented here');
H A DICollection.php5 use Sabre\DAV; alias
21 interface ICollection extends DAV\ICollection {
H A DNode.php5 use Sabre\DAV; alias
21 class Node extends DAV\File implements INode, DAVACL\IACL {
171 throw new DAV\Exception\NotImplemented('Updating ACLs is not implemented here');
H A DPlugin.php5 use Sabre\DAV; alias
6 use Sabre\DAV\PropFind;
7 use Sabre\DAV\INode as BaseINode;
8 use Sabre\DAV\ServerPlugin;
9 use Sabre\DAV\Server;

12345678910>>...23