/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | PluginBasicTest.php | 29 $this->assertEquals([], $this->caldavSchedulePlugin->getHTTPMethods('notfound')); 30 $this->assertEquals([], $this->caldavSchedulePlugin->getHTTPMethods('calendars/user1')); 31 …$this->assertEquals(['POST'], $this->caldavSchedulePlugin->getHTTPMethods('calendars/user1/outbox'…
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/ |
H A D | PluginTest.php | 35 ], $this->plugin->getHTTPMethods('partial')); 37 ], $this->plugin->getHTTPMethods(''));
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | ServerPlugin.php | 53 function getHTTPMethods($path) { function in Sabre\\DAV\\ServerPlugin
|
H A D | Server.php | 535 …reach ($this->plugins as $plugin) $methods = array_merge($methods, $plugin->getHTTPMethods($path));
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | ServerPlugin.php | 53 function getHTTPMethods($path) { function in Sabre\\DAV\\ServerPlugin
|
H A D | Server.php | 507 …reach ($this->plugins as $plugin) $methods = array_merge($methods, $plugin->getHTTPMethods($path));
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | TestPlugin.php | 19 function getHTTPMethods($uri) { function in Sabre\\DAV\\TestPlugin
|
H A D | ServerPluginTest.php | 32 $this->assertEquals([],$p->getHTTPMethods(''));
|
/plugin/webdav/core/Plugin/ |
H A D | FakeLocker.php | 70 public function getHTTPMethods($path) function in dokuwiki\\plugin\\webdav\\core\\Plugin\\FakeLocker
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/ |
H A D | Plugin.php | 79 function getHTTPMethods($uri) { function in Sabre\\DAV\\PartialUpdate\\Plugin
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/ |
H A D | Plugin.php | 79 function getHTTPMethods($uri) { function in Sabre\\DAV\\PartialUpdate\\Plugin
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/ |
H A D | Plugin.php | 117 function getHTTPMethods($uri) { function in Sabre\\DAV\\Locks\\Plugin
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/ |
H A D | Plugin.php | 117 function getHTTPMethods($uri) { function in Sabre\\DAV\\Locks\\Plugin
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 140 function getHTTPMethods($uri) { function in Sabre\\CalDAV\\Schedule\\Plugin
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | PluginTest.php | 102 …$this->assertEquals(array('MKCALENDAR'), $this->plugin->getHTTPMethods('calendars/user1/randomnewc…
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 144 function getHTTPMethods($uri) { function in Sabre\\CalDAV\\Schedule\\Plugin
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 70 function getHTTPMethods($uri) { function in Sabre\\CalDAV\\Plugin
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 69 function getHTTPMethods($uri) { function in Sabre\\CalDAV\\Plugin
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/ |
H A D | PluginTest.php | 35 $this->assertEquals(array('LOCK','UNLOCK'),$this->locksPlugin->getHTTPMethods(''));
|