Home
last modified time | relevance | path

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

12

/plugin/webdav/core/DAV/Collection/Pages/
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
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/
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]);
Dplugin.info.txt1 base webdav
7 url https://www.dokuwiki.org/plugin:webdav
Dserver.php51 use dokuwiki\plugin\webdav\core\Utils;
63 $server = new dokuwiki\plugin\webdav\core\Server($base_uri);
DREADME.md6 http://www.dokuwiki.org/plugin:webdav
9 lib/plugins/webdav/ - if the folder is called different it
DMenuItem.php11 namespace dokuwiki\plugin\webdav;
/plugin/webdav/core/DAV/Collection/ODT/
DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\ODT;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractDirectory;
DFile.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\ODT;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractFile;
/plugin/webdav/core/DAV/Collection/Tags/
DFile.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Tags;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractFile;
DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Tags;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractDirectory;
/plugin/webdav/core/Backend/
DAuth.php11 namespace dokuwiki\plugin\webdav\core\Backend;
13 use dokuwiki\plugin\webdav\core\Utils;
DLocksFile.php11 namespace dokuwiki\plugin\webdav\core\Backend;
/plugin/webdav/core/DAV/Collection/Media/
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;
DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Media;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractDirectory;
/plugin/webdav/core/Plugin/
DException.php11 namespace dokuwiki\plugin\webdav\core\Plugin;
13 use dokuwiki\plugin\webdav\core\Utils;
DDummyGetResponse.php11 namespace dokuwiki\plugin\webdav\core\Plugin;
DDokuWiki.php11 namespace dokuwiki\plugin\webdav\core\Plugin;
DFakeLocker.php27 namespace dokuwiki\plugin\webdav\core\Plugin;
/plugin/webdav/_test/lib/
DDAVServerTest.php5 use dokuwiki\plugin\webdav\core\DAV\Collection;
6 use dokuwiki\plugin\webdav\core\Plugin;
/plugin/webdav/core/
DServer.php11 namespace dokuwiki\plugin\webdav\core;
13 use dokuwiki\plugin\webdav\core\DAV\Collection;
DUtils.php11 namespace dokuwiki\plugin\webdav\core;
/plugin/webdav/core/DAV/
DAbstractFile.php11 namespace dokuwiki\plugin\webdav\core\DAV;
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