Home
last modified time | relevance | path

Searched refs:DAV (Results 1 – 25 of 556) sorted by last modified time

12345678910>>...23

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php3 namespace Sabre\DAV\PropertyStorage;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php3 namespace Sabre\DAV;
H A DServerPluginTest.php3 namespace Sabre\DAV;
H A DStringUtilTest.php3 namespace Sabre\DAV;
H A DSyncTokenPropertyTest.php3 namespace Sabre\DAV;
H A DTreeTest.php3 namespace Sabre\DAV;
H A DUUIDUtilTest.php3 namespace Sabre\DAV;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php3 namespace Sabre\DAV\Sync;
5 use Sabre\DAV; alias
17 class MockSyncCollection extends DAV\SimpleCollection implements ISyncCollection {
H A DPluginTest.php3 namespace Sabre\DAV\Sync;
6 Sabre\DAV, alias
35 new DAV\SimpleFile('file1.txt','foo'),
36 new DAV\SimpleFile('file2.txt','bar'),
40 new DAV\SimpleCollection('normalcoll', [])
109 $this->assertEquals(2, count($responses), 'We expected exactly 2 {DAV:}response');
117 '{DAV:}getcontentlength' => 3,
127 '{DAV:}getcontentlength' => 3,
234 $this->assertEquals(1, count($responses), 'We expected exactly 1 {DAV:}response');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\DAV; alias
7 class ResponseTest extends DAV\Xml\XmlTest {
141 '{DAV:}link' => new DAV\Xml\Property\Href('http://sabredav.org/', false)
146 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV; alias
6 use Sabre\DAV\Browser\HtmlOutputHelper;
7 use Sabre\DAV\Xml\XmlTest;
H A DLastModifiedTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Xml\XmlTest;
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/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;
6 use Sabre\DAV\Xml\Property\Href;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/
H A DXmlTest.php3 namespace Sabre\DAV\Xml;
/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 DPrincipalCollectionTest.php5 use Sabre\DAV; alias
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/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/
H A DauthBackendDokuwiki.php9 class DokuWikiSabreAuthBackend extends Sabre\DAV\Auth\Backend\AbstractBasic
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php239 …throw new \Sabre\DAV\Exception\BadRequest('Calendar objects must have a VJOURNAL, VEVENT or VTODO …
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php35 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);

12345678910>>...23