Home
last modified time | relevance | path

Searched refs:DAV (Results 326 – 350 of 556) sorted by relevance

1...<<11121314151617181920>>...23

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DScheduleCalendarTranspTest.php6 use Sabre\DAV; alias
8 class ScheduleCalendarTranspTest extends DAV\Xml\XmlTest {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php3 namespace Sabre\DAV\FSExt;
5 use Sabre\DAV; alias
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DMock.php3 namespace Sabre\DAV\Locks\Backend;
5 use Sabre\DAV\Locks\LockInfo;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto30.php163 serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']))
166 echo serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
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 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');
/plugin/davcal/
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)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php3 namespace Sabre\DAV\Locks;
6 use Sabre\DAV; alias
10 class PluginTest extends DAV\AbstractServer {
46 'X-Sabre-Version' => [DAV\Version::VERSION],
244 'X-Sabre-Version' => [DAV\Version::VERSION],
264 'X-Sabre-Version' => [DAV\Version::VERSION],
336 'X-Sabre-Version' => [DAV\Version::VERSION],
375 'X-Sabre-Version' => [DAV\Version::VERSION],
908 $tree = new DAV\Tree(new DAV\FSExt\Directory(SABRE_TEMPDIR));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php5 use Sabre\DAV; alias
167 throw new DAV\Exception('Calendar with id "' . $calendarId . '" not found');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php6 Sabre\DAV, alias
7 Sabre\DAV\MkCol,
H A DValidateICalTest.php5 use Sabre\DAV; alias
46 $this->server = new DAV\Server($tree);
92 'X-Sabre-Version' => [DAV\Version::VERSION],
H A DPluginTest.php7 Sabre\DAV, alias
15 * @var DAV\Server
71 $root = new DAV\SimpleCollection('root');
75 $this->server = new DAV\Server($root);
86 $authBackend = new DAV\Auth\Backend\Mock();
88 $authPlugin = new DAV\Auth\Plugin($authBackend, 'SabreDAV');
544 $this->server->addPlugin(new \Sabre\DAV\Sync\Plugin());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php6 use Sabre\DAV; alias
9 class InviteTest extends DAV\Xml\XmlTest {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php3 namespace Sabre\DAV\Locks\Backend;
5 use Sabre\DAV\Locks\LockInfo;
H A DAbstractBackend.php3 namespace Sabre\DAV\Locks\Backend;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php3 namespace Sabre\DAV\Locks\Backend;
5 use Sabre\DAV\Locks\LockInfo;
H A DAbstractBackend.php3 namespace Sabre\DAV\Locks\Backend;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php7 use Sabre\DAV\Server;
54 'X-Sabre-Version: ' . \Sabre\DAV\Version::VERSION,
H A DInboxTest.php5 use Sabre\DAV; alias
66 } catch (DAV\Exception\MethodNotAllowed $e) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractDigestTest.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV; alias
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md71 * #657: Support for optional auth using `{DAV:}unauthorized` and `{DAV:}all`
91 we before assigned both `{DAV:}read` and `{DAV:}write`.
93 `{DAV:}unbind` privileges.
363 * Fixed deserializing `{DAV:}propstat` without a `{DAV:}prop`.
440 * `Sabre\DAV\IExtendedCollection` now receives a `Sabre\DAV\MkCol` object as
486 * `Sabre\DAV\URLUtil`
689 * Removed: `Sabre\DAV\ObjectTree` and `Sabre\DAV\Tree\FileSystem`. All this
1173 * Fixed: Changed serialization of {DAV:}getlastmodified and {DAV:}supportedlock
1238 * BC Break: The DAV: namespace is no longer converted to urn:DAV. This was a
1747 {DAV}lockroot element.
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DVersion.php3 namespace Sabre\DAV;
H A DIQuota.php3 namespace Sabre\DAV;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DVersion.php3 namespace Sabre\DAV;
H A DIQuota.php3 namespace Sabre\DAV;

1...<<11121314151617181920>>...23