Home
last modified time | relevance | path

Searched refs:Sabre (Results 176 – 200 of 1586) sorted by relevance

12345678910>>...64

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php3 namespace Sabre\CalDAV\Subscriptions;
5 use Sabre\DAV\Xml\Property\Href;
6 use Sabre\DAV\PropPatch;
14 $caldavBackend = new \Sabre\CalDAV\Backend\MockSubscriptionSupport([],[]);
136 $caldavBackend = new \Sabre\CalDAV\Backend\MockSubscriptionSupport([],[]);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php3 namespace Sabre\VObject\Parser;
5 use Sabre\VObject\Component\VCalendar;
6 use Sabre\VObject\Component\VCard;
7 use Sabre\VObject\Document;
8 use Sabre\VObject\EofException;
9 use Sabre\VObject\ParseException;
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php3 namespace Sabre\VObject\Parser;
5 use Sabre\VObject\Component\VCalendar;
6 use Sabre\VObject\Component\VCard;
7 use Sabre\VObject\EofException;
8 use Sabre\VObject\ParseException;
46 * @return Sabre\VObject\Document
H A DXML.php3 namespace Sabre\VObject\Parser;
5 use Sabre\VObject\Component;
6 use Sabre\VObject\Component\VCalendar;
7 use Sabre\VObject\Component\VCard;
8 use Sabre\VObject\EofException;
9 use Sabre\VObject\ParseException;
10 use Sabre\Xml as SabreXml;
43 * @var Sabre\VObject\Document
75 * @return Sabre\VObject\Document
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
123 …$writer->writeElement('{DAV:}status', 'HTTP/1.1 ' . $status . ' ' . \Sabre\HTTP\Response::$statusC…
134 …$writer->writeElement('{DAV:}status', 'HTTP/1.1 ' . $status . ' ' . \Sabre\HTTP\Response::$statusC…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DFreeBusyReportTest.php3 namespace Sabre\CalDAV;
5 use Sabre\DAV;
6 use Sabre\DAVACL;
7 use Sabre\HTTP;
15 * @var Sabre\CalDAV\Plugin
19 * @var Sabre\DAV\Server
H A DIssue205Test.php3 namespace Sabre\CalDAV;
4 use Sabre\HTTP;
5 use Sabre\VObject;
14 class Issue205Test extends \Sabre\DAVServerTest {
H A DExpandEventsDTSTARTandDTENDbyDayTest.php3 namespace Sabre\CalDAV;
4 use Sabre\HTTP;
5 use Sabre\VObject;
14 class ExpandEventsDTSTARTandDTENDbyDayTest extends \Sabre\DAVServerTest {
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\Writer;
7 use Sabre\Xml\Element;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php3 namespace Sabre\DAVACL\Xml\Request;
5 use Sabre\DAV\Exception\BadRequest;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\XmlDeserializable;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php3 namespace Sabre\DAVACL\Xml\Request;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\XmlDeserializable;
7 use Sabre\DAV\Exception\BadRequest;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerDeleteEventTest.php3 namespace Sabre\VObject\ITip;
27 $version = \Sabre\VObject\Version::VERSION;
108 $version = \Sabre\VObject\Version::VERSION;
163 $version = \Sabre\VObject\Version::VERSION;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIInbox.php3 namespace Sabre\CalDAV\Schedule;
13 interface IInbox extends \Sabre\CalDAV\ICalendarObjectContainer, \Sabre\DAVACL\IACL {
H A DIOutbox.php3 namespace Sabre\CalDAV\Schedule;
13 interface IOutbox extends \Sabre\DAV\ICollection, \Sabre\DAVACL\IACL {
H A DSchedulingObject.php3 namespace Sabre\CalDAV\Schedule;
5 use Sabre\CalDAV\Backend;
6 use Sabre\DAV\Exception\MethodNotAllowed;
15 class SchedulingObject extends \Sabre\CalDAV\CalendarObject implements ISchedulingObject {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIInbox.php3 namespace Sabre\CalDAV\Schedule;
13 interface IInbox extends \Sabre\CalDAV\ICalendarObjectContainer, \Sabre\DAVACL\IACL {
H A DIOutbox.php3 namespace Sabre\CalDAV\Schedule;
13 interface IOutbox extends \Sabre\DAV\ICollection, \Sabre\DAVACL\IACL {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php3 namespace Sabre\DAV\Mount;
5 use Sabre\DAV;
6 use Sabre\HTTP\RequestInterface;
7 use Sabre\HTTP\ResponseInterface;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Notification;
5 use Sabre\CalDAV;
6 use Sabre\CalDAV\SharingPlugin;
7 use Sabre\DAV;
8 use Sabre\Xml\Writer;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php3 namespace Sabre\CardDAV;
5 use Sabre\DAV;
6 use Sabre\DAV\MkCol;
7 use Sabre\DAVACL;
8 use Sabre\Uri;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DISubscription.php3 namespace Sabre\CalDAV\Subscriptions;
5 use Sabre\DAV\ICollection;
6 use Sabre\DAV\IProperties;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DISubscription.php3 namespace Sabre\CalDAV\Subscriptions;
5 use Sabre\DAV\ICollection;
6 use Sabre\DAV\IProperties;
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property,
7 Sabre\VObject\Parser\MimeDir,
8 Sabre\VObject\DateTimeParser;

12345678910>>...64