/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
H A D | PluginTest.php | 24 ), $this->plugin->getSupportedReportSet('addressbooks/user1/book1')); 31 ), $this->plugin->getSupportedReportSet(''));
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | ServerPlugin.php | 83 function getSupportedReportSet($uri) { function in Sabre\\DAV\\ServerPlugin
|
H A D | CorePlugin.php | 819 … $reports = array_merge($reports, $plugin->getSupportedReportSet($propFind->getPath()));
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | ServerPlugin.php | 83 function getSupportedReportSet($uri) { function in Sabre\\DAV\\ServerPlugin
|
H A D | CorePlugin.php | 819 … $reports = array_merge($reports, $plugin->getSupportedReportSet($propFind->getPath()));
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ServerPluginTest.php | 84 $this->assertEquals(array(), $this->testPlugin->getSupportedReportSet('/'));
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | SimplePluginTest.php | 29 $aclPlugin->getSupportedReportSet(''));
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | Plugin.php | 86 function getSupportedReportSet($uri) { function in Sabre\\DAV\\Sync\\Plugin
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | Plugin.php | 86 function getSupportedReportSet($uri) { function in Sabre\\DAV\\Sync\\Plugin
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 118 function getSupportedReportSet($uri) { function in Sabre\\CardDAV\\Plugin
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 118 function getSupportedReportSet($uri) { function in Sabre\\CardDAV\\Plugin
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 160 function getSupportedReportSet($uri) { function in Sabre\\DAVACL\\Plugin
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 151 function getSupportedReportSet($uri) { function in Sabre\\CalDAV\\Plugin
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 140 function getSupportedReportSet($uri) { function in Sabre\\CalDAV\\Plugin
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 165 function getSupportedReportSet($uri) { function in Sabre\\DAVACL\\Plugin
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 1741 * Added: getSupportedReportSet method in ServerPlugin class. This allows you to
|