Home
last modified time | relevance | path

Searched refs:DAV (Results 51 – 75 of 556) sorted by relevance

12345678910>>...23

/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php3 namespace Sabre\DAV\Sharing;
5 use Sabre\DAV\Exception\BadRequest;
6 use Sabre\DAV\Exception\Forbidden;
7 use Sabre\DAV\INode;
8 use Sabre\DAV\PropFind;
9 use Sabre\DAV\Server;
10 use Sabre\DAV\ServerPlugin;
11 use Sabre\DAV\Xml\Element\Sharee;
12 use Sabre\DAV\Xml\Property;
277 … if (!$aclPlugin->checkPrivileges($path, '{DAV:}share', \Sabre\DAVACL\Plugin::R_PARENT, false)) {
/plugin/webdav/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
113 * @return DAV\INode
118 …if (!$principalInfo) throw new DAV\Exception\NotFound('Principal with name ' . $name . ' not found…
H A DPlugin.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Exception\BadRequest;
7 use Sabre\DAV\Exception\Forbidden;
8 use Sabre\DAV\Exception\NotAuthenticated;
9 use Sabre\DAV\Exception\NotFound;
10 use Sabre\DAV\INode;
11 use Sabre\DAV\Xml\Property\Href;
57 * @var DAV\Server
982 * @param DAV\INode $node
986 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
[all …]
H A DPrincipal.php5 use Sabre\DAV; alias
23 class Principal extends DAV\Node implements IPrincipal, DAV\IProperties, IACL {
50 … throw new DAV\Exception('The principal properties must at least contain the \'uri\' key');
195 * @param DAV\PropPatch $propPatch
198 function propPatch(DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php3 namespace Sabre\DAV\Browser;
5 use Sabre\DAV; alias
6 use Sabre\DAV\MkCol;
24 class Plugin extends DAV\ServerPlugin {
72 * @param DAV\Server $server
75 function initialize(DAV\Server $server) {
421 $version = DAV\Version::VERSION;
478 $version = DAV\Version::VERSION;
494 * @param DAV\INode $node
546 * @throws DAV\Exception\NotFound
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DReportNotSupported.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
21 * @param DAV\Server $server
25 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DTooManyMatches.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
27 * @param DAV\Server $server
31 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DInvalidSyncToken.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
27 * @param DAV\Server $server
31 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DMethodNotAllowed.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
16 class MethodNotAllowed extends DAV\Exception {
37 function getHTTPHeaders(\Sabre\DAV\Server $server) {
H A DLockTokenMatchesRequestUri.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
30 * @param DAV\Server $server
34 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DReportNotSupported.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
21 * @param DAV\Server $server
25 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DTooManyMatches.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
27 * @param DAV\Server $server
31 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DInvalidSyncToken.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
27 * @param DAV\Server $server
31 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DMethodNotAllowed.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
16 class MethodNotAllowed extends DAV\Exception {
37 function getHTTPHeaders(\Sabre\DAV\Server $server) {
H A DLockTokenMatchesRequestUri.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
30 * @param DAV\Server $server
34 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
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/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php5 use Sabre\DAV; alias
75 * @throws DAV\Exception\Forbidden
80 throw new DAV\Exception\Forbidden('Permission denied to delete node');
88 * @throws DAV\Exception\Forbidden
93 throw new DAV\Exception\Forbidden('Permission denied to rename file');
H A DProxyWrite.php5 use Sabre\DAV; alias
75 * @throws DAV\Exception\Forbidden
80 throw new DAV\Exception\Forbidden('Permission denied to delete node');
88 * @throws DAV\Exception\Forbidden
93 throw new DAV\Exception\Forbidden('Permission denied to rename file');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php6 use Sabre\DAV; alias
75 * @throws DAV\Exception\Forbidden
80 throw new DAV\Exception\Forbidden('Permission denied to delete node');
87 * @throws DAV\Exception\Forbidden
93 throw new DAV\Exception\Forbidden('Permission denied to rename file');
H A DProxyWrite.php6 use Sabre\DAV; alias
75 * @throws DAV\Exception\Forbidden
80 throw new DAV\Exception\Forbidden('Permission denied to delete node');
87 * @throws DAV\Exception\Forbidden
93 throw new DAV\Exception\Forbidden('Permission denied to rename file');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php3 namespace Sabre\DAV\Mount;
5 use Sabre\DAV; alias
18 class Plugin extends DAV\ServerPlugin {
30 * @param DAV\Server $server
33 function initialize(DAV\Server $server) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php5 use Sabre\DAV; alias
6 use Sabre\DAV\INode as BaseINode;
7 use Sabre\DAV\PropFind;
8 use Sabre\DAV\Server;
9 use Sabre\DAV\ServerPlugin;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
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;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNotSupportedPrivilege.php5 use Sabre\DAV; alias
15 class NotSupportedPrivilege extends DAV\Exception\PreconditionFailed {
22 * @param DAV\Server $server
26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
H A DAceConflict.php5 use Sabre\DAV; alias
15 class AceConflict extends DAV\Exception\Conflict {
22 * @param DAV\Server $server
26 function serialize(DAV\Server $server, \DOMElement $errorNode) {

12345678910>>...23