Home
last modified time | relevance | path

Searched refs:webdav (Results 1 – 25 of 26) sorted by relevance

12

/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Pages;
13 use dokuwiki\plugin\webdav; alias
14 use dokuwiki\plugin\webdav\core\Utils;
18 class Directory extends webdav\core\DAV\AbstractDirectory
H A DFile.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Pages;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractFile;
14 use dokuwiki\plugin\webdav\core\Utils;
/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();
57 array_splice($event->data['items'], -1, 0, [new \dokuwiki\plugin\webdav\MenuItem]);
H A Dplugin.info.txt1 base webdav
7 url https://www.dokuwiki.org/plugin:webdav
H A Dserver.php51 use dokuwiki\plugin\webdav\core\Utils;
63 $server = new dokuwiki\plugin\webdav\core\Server($base_uri);
H A DREADME.md6 http://www.dokuwiki.org/plugin:webdav
9 lib/plugins/webdav/ - if the folder is called different it
H A DMenuItem.php11 namespace dokuwiki\plugin\webdav;
/plugin/webdav/core/DAV/Collection/ODT/
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\ODT;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractDirectory;
H A DFile.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\ODT;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractFile;
/plugin/webdav/core/DAV/Collection/Tags/
H A DFile.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Tags;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractFile;
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Tags;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractDirectory;
/plugin/webdav/core/Backend/
H A DAuth.php11 namespace dokuwiki\plugin\webdav\core\Backend;
13 use dokuwiki\plugin\webdav\core\Utils;
H A DLocksFile.php11 namespace dokuwiki\plugin\webdav\core\Backend;
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Media;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractFile;
14 use dokuwiki\plugin\webdav\core\Utils;
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Media;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractDirectory;
/plugin/webdav/core/Plugin/
H A DException.php11 namespace dokuwiki\plugin\webdav\core\Plugin;
13 use dokuwiki\plugin\webdav\core\Utils;
H A DDummyGetResponse.php11 namespace dokuwiki\plugin\webdav\core\Plugin;
H A DDokuWiki.php11 namespace dokuwiki\plugin\webdav\core\Plugin;
H A DFakeLocker.php27 namespace dokuwiki\plugin\webdav\core\Plugin;
/plugin/webdav/_test/lib/
H A DDAVServerTest.php5 use dokuwiki\plugin\webdav\core\DAV\Collection;
6 use dokuwiki\plugin\webdav\core\Plugin;
/plugin/webdav/core/
H A DServer.php11 namespace dokuwiki\plugin\webdav\core;
13 use dokuwiki\plugin\webdav\core\DAV\Collection;
H A DUtils.php11 namespace dokuwiki\plugin\webdav\core;
/plugin/webdav/core/DAV/
H A DAbstractFile.php11 namespace dokuwiki\plugin\webdav\core\DAV;
H A DAbstractDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php76 'REQUEST_URI' => '/webdav/bar',

12