Home
last modified time | relevance | path

Searched refs:Sabre (Results 251 – 275 of 1586) sorted by path

1...<<11121314151617181920>>...64

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue220Test.php3 namespace Sabre\CalDAV;
5 use Sabre\HTTP;
14 class Issue220Test extends \Sabre\DAVServerTest {
H A DIssue228Test.php3 namespace Sabre\CalDAV;
4 use Sabre\HTTP;
13 class Issue228Test extends \Sabre\DAVServerTest {
H A DJCalTransformTest.php3 namespace Sabre\CalDAV;
5 use Sabre\HTTP\Request;
7 class JCalTransformTest extends \Sabre\DAVServerTest {
H A DPluginTest.php3 namespace Sabre\CalDAV;
6 Sabre\DAVACL,
7 Sabre\DAV,
8 Sabre\HTTP,
89 $authPlugin->beforeMethod(new \Sabre\HTTP\Request(), new \Sabre\HTTP\Response());
544 $this->server->addPlugin(new \Sabre\DAV\Sync\Plugin());
646 $expectedIcal = \Sabre\VObject\Reader::read($expectedIcal);
708 $expectedIcal = \Sabre\VObject\Reader::read($expectedIcal);
771 $expectedIcal = \Sabre\VObject\Reader::read($expectedIcal);
945 $expectedIcal = \Sabre\VObject\Reader::read($expectedIcal);
H A DShareableCalendarTest.php3 namespace Sabre\CalDAV;
5 use Sabre\DAVACL;
H A DSharedCalendarTest.php3 namespace Sabre\CalDAV;
5 use Sabre\DAVACL;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php3 namespace Sabre\CalDAV\Notifications;
5 use Sabre\CalDAV;
H A DNodeTest.php3 namespace Sabre\CalDAV\Notifications;
5 use Sabre\CalDAV;
H A DPluginTest.php3 namespace Sabre\CalDAV\Notifications;
5 use Sabre\DAV;
6 use Sabre\DAVACL;
7 use Sabre\CalDAV;
8 use Sabre\CalDAV\Xml\Notification\SystemStatus;
9 use Sabre\HTTP;
10 use Sabre\HTTP\Request;
16 * @var Sabre\DAV\Server
20 * @var Sabre\CalDAV\Plugin
25 * @var Sabre\CalDAV\Backend\PDO
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DCollectionTest.php3 namespace Sabre\CalDAV\Principal;
4 use Sabre\DAVACL;
H A DProxyReadTest.php3 namespace Sabre\CalDAV\Principal;
4 use Sabre\DAVACL;
H A DProxyWriteTest.php3 namespace Sabre\CalDAV\Principal;
4 use Sabre\DAVACL;
H A DUserTest.php3 namespace Sabre\CalDAV\Principal;
4 use Sabre\DAVACL;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php3 namespace Sabre\CalDAV\Schedule;
6 Sabre\HTTP\Request,
7 Sabre\VObject;
9 class DeliverNewEventTest extends \Sabre\DAVServerTest {
H A DFreeBusyRequestTest.php3 namespace Sabre\CalDAV\Schedule;
6 Sabre\DAV,
7 Sabre\DAVACL,
8 Sabre\HTTP,
9 Sabre\CalDAV,
10 Sabre\CalDAV\Xml\Property\ScheduleCalendarTransp;
H A DIMipPluginTest.php3 namespace Sabre\CalDAV\Schedule;
5 use Sabre\VObject\ITip\Message;
6 use Sabre\VObject\Reader;
7 use Sabre\DAV\Server;
54 'X-Sabre-Version: ' . \Sabre\DAV\Version::VERSION,
126 'X-Sabre-Version: ' . \Sabre\DAV\Version::VERSION,
168 'X-Sabre-Version: ' . \Sabre\DAV\Version::VERSION,
H A DInboxTest.php3 namespace Sabre\CalDAV\Schedule;
4 use Sabre\CalDAV;
5 use Sabre\DAV;
H A DOutboxPostTest.php3 namespace Sabre\CalDAV\Schedule;
5 use Sabre\HTTP;
6 use Sabre\VObject;
7 use Sabre\DAV;
9 class OutboxPostTest extends \Sabre\DAVServerTest {
H A DOutboxTest.php3 namespace Sabre\CalDAV\Schedule;
4 use Sabre\CalDAV;
5 use Sabre\DAV;
H A DPluginBasicTest.php3 namespace Sabre\CalDAV\Schedule;
5 class PluginBasicTest extends \Sabre\DAVServerTest {
H A DPluginPropertiesTest.php3 namespace Sabre\CalDAV\Schedule;
5 use Sabre\DAVACL;
6 use Sabre\DAV;
7 use Sabre\HTTP;
9 class PluginPropertiesTest extends \Sabre\DAVServerTest {
H A DPluginPropertiesWithSharedCalendarTest.php3 namespace Sabre\CalDAV\Schedule;
5 use Sabre\DAVACL;
6 use Sabre\DAV;
7 use Sabre\HTTP;
9 class PluginPropertiesWithSharedCalendarTest extends \Sabre\DAVServerTest {
H A DScheduleDeliverTest.php3 namespace Sabre\CalDAV\Schedule;
5 use Sabre\HTTP\Request;
7 class ScheduleDeliverTest extends \Sabre\DAVServerTest {
623 list($parent, $base) = \Sabre\HTTP\UrlUtil::splitPath($path);
H A DSchedulingObjectTest.php3 namespace Sabre\CalDAV\Schedule;
4 use Sabre\DAVACL;
5 use Sabre\CalDAV\Backend;
10 * @var Sabre\CalDAV\Backend_PDO
14 * @var Sabre\CalDAV\Calendar
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/
H A DMockPlugin.php3 namespace Sabre\CalDAV\Schedule\IMip;
19 class MockPlugin extends \Sabre\CalDAV\Schedule\IMipPlugin {

1...<<11121314151617181920>>...64