Home
last modified time | relevance | path

Searched refs:DAV (Results 301 – 325 of 556) sorted by relevance

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

/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Tags;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractDirectory;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV; alias
H A DAbstractBearer.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV; alias
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DSystemStatusTest.php6 use Sabre\DAV; alias
33 'DAV:' => 'd',
H A DInviteReplyTest.php6 use Sabre\DAV; alias
39 'DAV:' => 'd',
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php7 use Sabre\DAV; alias
214 case DAV\Sharing\Plugin::INVITE_ACCEPTED :
217 case DAV\Sharing\Plugin::INVITE_NORESPONSE :
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php3 namespace Sabre\DAV\Browser;
5 use Sabre\DAV\PropFind;
/plugin/webdav/
H A Daction.php33 $event->data[] = new dokuwiki\plugin\webdav\core\DAV\Collection\ODT\Directory();
38 $event->data[] = new dokuwiki\plugin\webdav\core\DAV\Collection\Tags\Directory();
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php5 use Sabre\DAV\Browser\HtmlOutput;
6 use Sabre\DAV\Browser\HtmlOutputHelper;
H A DSupportedPrivilegeSet.php5 use Sabre\DAV\Browser\HtmlOutput;
6 use Sabre\DAV\Browser\HtmlOutputHelper;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php5 use Sabre\DAV\Browser\HtmlOutput;
6 use Sabre\DAV\Browser\HtmlOutputHelper;
H A DSupportedPrivilegeSet.php5 use Sabre\DAV\Browser\HtmlOutput;
6 use Sabre\DAV\Browser\HtmlOutputHelper;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DApacheTest.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV; alias
H A DAbstractBasicTest.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV; alias
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV; alias
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php3 namespace Sabre\DAV\Browser;
5 use Sabre\DAV\PropFind;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DOutboxTest.php5 use Sabre\DAV; alias
59 } catch (DAV\Exception\MethodNotAllowed $e) {
H A DFreeBusyRequestTest.php6 Sabre\DAV, alias
74 $this->server = new DAV\Server($tree);
81 $authBackend = new DAV\Auth\Backend\Mock();
83 $this->authPlugin = new DAV\Auth\Plugin($authBackend,'SabreDAV');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSetTest.php6 use Sabre\DAV; alias
8 class SupportedCalendarComponentSetTest extends DAV\Xml\XmlTest {
H A DInviteTest.php6 use Sabre\DAV; alias
8 class InviteTest extends DAV\Xml\XmlTest {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\DAV\Xml\Property\Complex;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\DAV\Xml\Property\Complex;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSubscriptionSupport.php4 use Sabre\DAV; alias
111 public function updateSubscription($subscriptionId, DAV\PropPatch $propPatch) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php259 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'…
355 …throw new \Sabre\DAV\Exception\NotImplemented('time-range filters are currently not supported on '…
369 …throw new \Sabre\DAV\Exception\BadRequest('You cannot create a time-range filter on a ' . $compone…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php7 use Sabre\DAV; alias
18 class Inbox extends DAV\Collection implements IInbox {

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