Home
last modified time | relevance | path

Searched refs:getSupportedReportSet (Results 1 – 16 of 16) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php24 ), $this->plugin->getSupportedReportSet('addressbooks/user1/book1'));
31 ), $this->plugin->getSupportedReportSet(''));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServerPlugin.php83 function getSupportedReportSet($uri) { function in Sabre\\DAV\\ServerPlugin
H A DCorePlugin.php819 … $reports = array_merge($reports, $plugin->getSupportedReportSet($propFind->getPath()));
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServerPlugin.php83 function getSupportedReportSet($uri) { function in Sabre\\DAV\\ServerPlugin
H A DCorePlugin.php819 … $reports = array_merge($reports, $plugin->getSupportedReportSet($propFind->getPath()));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPluginTest.php84 $this->assertEquals(array(), $this->testPlugin->getSupportedReportSet('/'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php29 $aclPlugin->getSupportedReportSet(''));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php86 function getSupportedReportSet($uri) { function in Sabre\\DAV\\Sync\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php86 function getSupportedReportSet($uri) { function in Sabre\\DAV\\Sync\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php118 function getSupportedReportSet($uri) { function in Sabre\\CardDAV\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php118 function getSupportedReportSet($uri) { function in Sabre\\CardDAV\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php160 function getSupportedReportSet($uri) { function in Sabre\\DAVACL\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php151 function getSupportedReportSet($uri) { function in Sabre\\CalDAV\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php140 function getSupportedReportSet($uri) { function in Sabre\\CalDAV\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php165 function getSupportedReportSet($uri) { function in Sabre\\DAVACL\\Plugin
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1741 * Added: getSupportedReportSet method in ServerPlugin class. This allows you to