Home
last modified time | relevance | path

Searched refs:Sabre (Results 1 – 25 of 1586) sorted by last modified time

12345678910>>...64

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php3 namespace Sabre\DAV\PropertyStorage;
5 class PluginTest extends \Sabre\DAVServerTest {
74 … $request = new \Sabre\HTTP\Request('MOVE', '/files/source', ['Destination' => '/files/dest']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php3 namespace Sabre\DAV;
4 use Sabre\HTTP;
H A DServerPluginTest.php3 namespace Sabre\DAV;
4 use Sabre\HTTP;
12 * @var Sabre\DAV\TestPlugin
H A DStringUtilTest.php3 namespace Sabre\DAV;
H A DSyncTokenPropertyTest.php3 namespace Sabre\DAV;
5 class SyncTokenPropertyTest extends \Sabre\DAVServerTest {
H A DTreeTest.php3 namespace Sabre\DAV;
H A DUUIDUtilTest.php3 namespace Sabre\DAV;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php3 namespace Sabre\DAV\Sync;
5 use Sabre\DAV;
H A DPluginTest.php3 namespace Sabre\DAV\Sync;
6 Sabre\DAV,
7 Sabre\HTTP;
11 class PluginTest extends \Sabre\DAVServerTest {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\DAV;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV;
6 use Sabre\DAV\Browser\HtmlOutputHelper;
7 use Sabre\DAV\Xml\XmlTest;
H A DLastModifiedTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Xml\XmlTest;
H A DLockDiscoveryTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Xml\XmlTest;
6 use Sabre\DAV\Locks\LockInfo;
H A DSupportedMethodSetTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV;
6 use Sabre\HTTP;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;
6 use Sabre\DAV\Xml\Property\Href;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/
H A DXmlTest.php3 namespace Sabre\DAV\Xml;
5 use Sabre\Xml\Writer;
6 use Sabre\Xml\Reader;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DBlockAccessTest.php3 namespace Sabre\DAVACL;
5 use Sabre\DAV;
6 use Sabre\HTTP;
H A DPrincipalCollectionTest.php3 namespace Sabre\DAVACL;
5 use Sabre\DAV;
6 use Sabre\HTTP;
H A DPrincipalSearchPropertySetTest.php3 namespace Sabre\DAVACL;
5 use Sabre\DAV;
6 use Sabre\HTTP;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DSupportedPrivilegeSetTest.php3 namespace Sabre\DAVACL\Xml\Property;
5 use Sabre\DAV;
6 use Sabre\HTTP;
7 use Sabre\DAV\Browser\HtmlOutputHelper;
/plugin/davcal/
H A DauthBackendDokuwiki.php9 class DokuWikiSabreAuthBackend extends Sabre\DAV\Auth\Backend\AbstractBasic
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php227 $vObject = \Sabre\VObject\Reader::read($calendarData);
239 …throw new \Sabre\DAV\Exception\BadRequest('Calendar objects must have a VJOURNAL, VEVENT or VTODO …
249 $endDate->add(\Sabre\VObject\DateTimeParser::parse($component->DURATION->value));
259 $it = new \Sabre\VObject\Recur\EventIterator($vObject, (string)$component->UID);
260 $maxDate = new DateTime(\Sabre\CalDAV\Backend\PDO::MAX_DATE);
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DTime.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\DateTimeParser;
/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php3 namespace Sabre\Event;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php3 namespace Sabre\CalDAV\Backend;
5 use Sabre\VObject;
6 use Sabre\CalDAV;
35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) {

12345678910>>...64