Home
last modified time | relevance | path

Searched refs:DAV (Results 101 – 125 of 556) sorted by relevance

12345678910>>...23

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DBlockAccessTest.php5 use Sabre\DAV; alias
11 * @var DAV\Server
19 new DAV\SimpleCollection('testdir'),
22 $this->server = new DAV\Server($nodes);
167 $propFind = new DAV\PropFind('testdir', [
174 $r = $this->server->emit('propFind', [$propFind, new DAV\SimpleCollection('testdir')]);
195 $propFind = new DAV\PropFind('testdir', [
202 $r = $this->server->emit('propFind', [$propFind, new DAV\SimpleCollection('testdir')]);
H A DPrincipalSearchPropertySetTest.php5 use Sabre\DAV; alias
16 $dir = new DAV\SimpleCollection('root');
20 $fakeServer = new DAV\Server($dir);
53 'X-Sabre-Version' => [DAV\Version::VERSION],
80 'X-Sabre-Version' => [DAV\Version::VERSION],
107 'X-Sabre-Version' => [DAV\Version::VERSION],
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php5 use Sabre\DAV; alias
20 abstract class AbstractPrincipalCollection extends DAV\Collection implements IPrincipalCollection {
95 … throw new DAV\Exception\MethodNotAllowed('Listing members of this collection is disabled');
112 * @throws DAV\Exception\NotFound
118 …if (!$principalInfo) throw new DAV\Exception\NotFound('Principal with name ' . $name . ' not found…
H A DPrincipalCollection.php5 use Sabre\DAV\Exception\InvalidResourceType;
6 use Sabre\DAV\Exception\Forbidden;
7 use Sabre\DAV\IExtendedCollection;
8 use Sabre\DAV\MkCol;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DPluginPropertiesWithSharedCalendarTest.php6 use Sabre\DAV; alias
22 …'{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/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php6 use Sabre\DAV; alias
7 use Sabre\DAV\Exception\BadRequest;
8 use Sabre\DAV\INode;
9 use Sabre\DAV\MkCol;
10 use Sabre\DAV\Xml\Property\LocalHref;
49 * @var DAV\Server
176 * @param DAV\Server $server
320 * @param DAV\INode $node
323 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
746 * @param DAV\IFile $node
[all …]
H A DCalendar.php5 use Sabre\DAV; alias
6 use Sabre\DAV\PropPatch;
19 class Calendar implements ICalendar, DAV\IProperties, DAV\Sync\ISyncCollection, DAV\IMultiGet {
111 if (!$obj) throw new DAV\Exception\NotFound('Calendar object not found');
183 …throw new DAV\Exception\MethodNotAllowed('Creating collections in calendar objects is not allowed'…
225 throw new DAV\Exception\MethodNotAllowed('Renaming calendars is not yet supported');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php5 use Sabre\DAV\INode;
6 use Sabre\DAV\PropFind;
7 use Sabre\DAV\Server;
8 use Sabre\DAV\ServerPlugin;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php5 use Sabre\DAV\INode;
6 use Sabre\DAV\PropFind;
7 use Sabre\DAV\ServerPlugin;
8 use Sabre\DAV\Server;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV; alias
51 … throw new DAV\Exception('Malformed htdigest file. Every line should contain 2 colons');
56 throw new DAV\Exception('Malformed htdigest file. Invalid md5 hash');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DSupportedPrivilegeSetTest.php5 use Sabre\DAV; alias
7 use Sabre\DAV\Browser\HtmlOutputHelper;
30 $xml = (new DAV\Server())->xml->write('{DAV:}supported-privilege-set', $prop);
62 $xml = (new DAV\Server())->xml->write('{DAV:}supported-privilege-set', $prop);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV; alias
51 … throw new DAV\Exception('Malformed htdigest file. Every line should contain 2 colons');
56 throw new DAV\Exception('Malformed htdigest file. Invalid md5 hash');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php3 namespace Sabre\DAV\Browser;
5 use Sabre\DAV; alias
10 class PluginTest extends DAV\AbstractServer{
31 'X-Sabre-Version' => [DAV\Version::VERSION],
57 'X-Sabre-Version' => [DAV\Version::VERSION],
78 'X-Sabre-Version' => [DAV\Version::VERSION],
142 'X-Sabre-Version' => [DAV\Version::VERSION],
158 'X-Sabre-Version' => [DAV\Version::VERSION],
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Browser\HtmlOutputHelper;
7 use Sabre\DAV\Exception\BadRequest;
21 class Principal extends DAV\Xml\Property\Href {
66 … throw new DAV\Exception('The href argument must be specified for the HREF principal type.');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php5 use Sabre\DAV; alias
22 class IMipPlugin extends DAV\ServerPlugin {
63 function initialize(DAV\Server $server) {
136 if (DAV\Server::$exposeVersion) {
137 $headers[] = 'X-Sabre-Version: ' . DAV\Version::VERSION;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Browser\HtmlOutputHelper;
7 use Sabre\DAV\Exception\BadRequest;
21 class Principal extends DAV\Xml\Property\Href {
66 … throw new DAV\Exception('The href argument must be specified for the HREF principal type.');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php5 use Sabre\DAV; alias
22 class IMipPlugin extends DAV\ServerPlugin {
63 function initialize(DAV\Server $server) {
136 if (DAV\Server::$exposeVersion) {
137 $headers[] = 'X-Sabre-Version: ' . DAV\Version::VERSION;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DInsufficientStorage.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
16 class InsufficientStorage extends DAV\Exception {
H A DRequestedRangeNotSatisfiable.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
17 class RequestedRangeNotSatisfiable extends DAV\Exception {
H A DServiceUnavailable.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
17 class ServiceUnavailable extends DAV\Exception {
H A DBadRequest.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
17 class BadRequest extends DAV\Exception {
H A DConflict.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
17 class Conflict extends DAV\Exception {
H A DNotImplemented.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
16 class NotImplemented extends DAV\Exception {
H A DPaymentRequired.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
17 class PaymentRequired extends DAV\Exception {
H A DUnsupportedMediaType.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
17 class UnsupportedMediaType extends DAV\Exception {

12345678910>>...23