Home
last modified time | relevance | path

Searched refs:DAV (Results 201 – 225 of 556) sorted by relevance

12345678910>>...23

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DSyncCollectionTest.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;
72 $elem->syncLevel = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLockDiscoveryTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Xml\XmlTest;
6 use Sabre\DAV\Locks\LockInfo;
H A DSupportedMethodSetTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV; alias
11 class SupportedMethodSetTest extends DAV\AbstractServer {
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Media;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractFile;
15 use Sabre\DAV\Exception\Forbidden;
16 use Sabre\DAV\Exception\UnsupportedMediaType;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMock.php4 use Sabre\DAV; alias
16 $calendar['id'] = DAV\UUIDUtil::getUUID();
71 $id = DAV\UUIDUtil::getUUID();
152 throw new DAV\Exception\NotFound('Object could not be found');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DAbstractPDOTest.php3 namespace Sabre\DAV\PropertyStorage\Backend;
5 use Sabre\DAV\PropFind;
6 use Sabre\DAV\PropPatch;
7 use Sabre\DAV\Xml\Property\Complex;
8 use Sabre\DAV\Xml\Property\Href;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
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';
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Exception\BadRequest;
112 $value = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php5 use Sabre\DAV\Exception\Forbidden;
6 use Sabre\DAV\Exception\NotFound;
7 use Sabre\DAV\FSExt\Directory as BaseCollection;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php3 namespace Sabre\DAV\Xml\Request;
8 use Sabre\DAV\Exception\BadRequest;
112 $value = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSetTest.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Browser\HtmlOutputHelper;
19 $xml = (new DAV\Server())->xml->write('{DAV:}root', $prop);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php3 namespace Sabre\DAV\Mount;
5 use Sabre\DAV; alias
10 class PluginTest extends DAV\AbstractServer {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php5 use Sabre\DAV; alias
20 class Outbox extends DAV\Collection implements IOutbox {
154 throw new DAV\Exception\MethodNotAllowed('You\'re not allowed to update the ACL');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
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');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Browser\HtmlOutput;
6 use Sabre\DAV\Browser\HtmlOutputHelper;
H A DShareAccess.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Exception\BadRequest;
6 use Sabre\DAV\Sharing\Plugin as SharingPlugin;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DMultiGetTest.php6 use Sabre\DAV; alias
40 $client = new DAV\Client(array('baseUri'=>'/'));
83 $client = new DAV\Client(array('baseUri'=>'/'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DGuessContentTypeTest.php3 namespace Sabre\DAV\Browser;
5 use Sabre\DAV; alias
8 class GuessContentTypeTest extends DAV\AbstractServer {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DSpecificationTest.php3 namespace Sabre\DAV\PartialUpdate;
5 use Sabre\DAV\FSExt\File;
6 use Sabre\DAV\Server;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php7 use Sabre\DAV; alias
8 use Sabre\DAV\Exception\BadRequest;
47 class ICSExportPlugin extends DAV\ServerPlugin {
62 function initialize(DAV\Server $server) {
288 if (DAV\Server::$exposeVersion) {
289 $calendar->PRODID = '-//SabreDAV//SabreDAV ' . DAV\Version::VERSION . '//EN';
H A DICalendarObject.php5 use Sabre\DAV; alias
19 interface ICalendarObject extends DAV\IFile {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php102 $this->server = new DAV\Server($this->tree);
134 $this->locksPlugin = new DAV\Locks\Plugin(
140 $authBackend = new DAV\Auth\Backend\Mock();
142 $this->authPlugin = new DAV\Auth\Plugin($authBackend);
198 $this->tree[] = new DAV\Mock\Collection('files');
226 $this->locksBackend = new DAV\Locks\Backend\Mock();
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DICard.php5 use Sabre\DAV; alias
17 interface ICard extends DAV\IFile {
H A DIAddressBook.php5 use Sabre\DAV; alias
16 interface IAddressBook extends DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DIAddressBook.php5 use Sabre\DAV; alias
16 interface IAddressBook extends DAV\ICollection {

12345678910>>...23