Home
last modified time | relevance | path

Searched refs:getHTTPMethods (Results 1 – 19 of 19) sorted by path

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php69 function getHTTPMethods($uri) { function in Sabre\\CalDAV\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php140 function getHTTPMethods($uri) { function in Sabre\\CalDAV\\Schedule\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php117 function getHTTPMethods($uri) { function in Sabre\\DAV\\Locks\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php79 function getHTTPMethods($uri) { function in Sabre\\DAV\\PartialUpdate\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php507 …reach ($this->plugins as $plugin) $methods = array_merge($methods, $plugin->getHTTPMethods($path));
H A DServerPlugin.php53 function getHTTPMethods($path) { function in Sabre\\DAV\\ServerPlugin
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php102 …$this->assertEquals(array('MKCALENDAR'), $this->plugin->getHTTPMethods('calendars/user1/randomnewc…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DPluginBasicTest.php29 $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/Locks/
H A DPluginTest.php35 $this->assertEquals(array('LOCK','UNLOCK'),$this->locksPlugin->getHTTPMethods(''));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DPluginTest.php35 ], $this->plugin->getHTTPMethods('partial'));
37 ], $this->plugin->getHTTPMethods(''));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPluginTest.php32 $this->assertEquals([],$p->getHTTPMethods(''));
H A DTestPlugin.php19 function getHTTPMethods($uri) { function in Sabre\\DAV\\TestPlugin
/plugin/webdav/core/Plugin/
H A DFakeLocker.php70 public function getHTTPMethods($path) function in dokuwiki\\plugin\\webdav\\core\\Plugin\\FakeLocker
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php70 function getHTTPMethods($uri) { function in Sabre\\CalDAV\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php144 function getHTTPMethods($uri) { function in Sabre\\CalDAV\\Schedule\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php117 function getHTTPMethods($uri) { function in Sabre\\DAV\\Locks\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php79 function getHTTPMethods($uri) { function in Sabre\\DAV\\PartialUpdate\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php535 …reach ($this->plugins as $plugin) $methods = array_merge($methods, $plugin->getHTTPMethods($path));
H A DServerPlugin.php53 function getHTTPMethods($path) { function in Sabre\\DAV\\ServerPlugin