Home
last modified time | relevance | path

Searched refs:Sabre (Results 1 – 25 of 1586) sorted by path

12345678910>>...64

/plugin/davcal/
H A DauthBackendDokuwiki.php9 class DokuWikiSabreAuthBackend extends Sabre\DAV\Auth\Backend\AbstractBasic
H A DcalendarBackendDokuwiki.php3 use \Sabre\VObject;
4 use \Sabre\CalDAV;
5 use \Sabre\DAV;
6 use \Sabre\DAV\Exception\Forbidden;
17 class DokuWikiSabreCalendarBackend extends \Sabre\CalDAV\Backend\AbstractBackend
160 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch)
H A Dcalendarserver.php56 new Sabre\CalDAV\Principal\Collection($principalBackend),
57 new Sabre\CalDAV\CalendarRoot($principalBackend, $calendarBackend),
60 $server = new Sabre\DAV\Server($tree);
66 $authPlugin = new Sabre\DAV\Auth\Plugin($authBackend);
69 $aclPlugin = new Sabre\DAVACL\Plugin();
73 $caldavPlugin = new Sabre\CalDAV\Plugin();
87 $server->addPlugin(new Sabre\DAV\Sync\Plugin());
90 $browser = new Sabre\DAV\Browser\Plugin();
H A Dhelper.php780 $vcalendar = new \Sabre\VObject\Component\VCalendar();
784 $uuid = \Sabre\VObject\UUIDUtil::getUUID();
1041 $vcal = \Sabre\VObject\Reader::read($row['calendardata']);
1046 $rEvents = new \Sabre\VObject\Recur\EventIterator(array($vcal->VEVENT));
1305 $vcal = \Sabre\VObject\Reader::read($event['calendardata']);
1648 $vcal = \Sabre\VObject\Reader::read($event['calendardata']);
1686 $vObject = \Sabre\VObject\Reader::read($calendarData);
1718 … $endDate->add(\Sabre\VObject\DateTimeParser::parse($component->DURATION->getValue()));
1734 $it = new \Sabre\VObject\Recur\EventIterator($vObject, (string)$component->UID);
1883 $vObject = \Sabre\VObject\Reader::read($object['calendardata']);
[all …]
H A DprincipalBackendDokuwiki.php8 class DokuWikiSabrePrincipalBackend extends Sabre\DAVACL\PrincipalBackend\AbstractBackend {
40 public function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch)
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml17 - LOWEST_DEPS="--prefer-lowest" TEST_DEPS="tests/Sabre/"
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php82 $version = Sabre\DAV\Version::VERSION;
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);
H A Dmigrateto21.php122 $vobj = \Sabre\VObject\Reader::read($row['calendardata']);
H A Dmigrateto30.php163 serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']))
166 echo serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']));
H A Dsabredav.php42 use Sabre\DAV;
/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) {
H A DBackendInterface.php3 namespace Sabre\CalDAV\Backend;
70 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch);
H A DNotificationSupport.php3 namespace Sabre\CalDAV\Backend;
5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
H A DPDO.php3 namespace Sabre\CalDAV\Backend;
5 use Sabre\VObject;
6 use Sabre\CalDAV;
7 use Sabre\DAV;
8 use Sabre\DAV\Exception\Forbidden;
259 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) {
551 …throw new \Sabre\DAV\Exception\BadRequest('Calendar objects must have a VJOURNAL, VEVENT or VTODO …
H A DSchedulingSupport.php3 namespace Sabre\CalDAV\Backend;
H A DSharingSupport.php3 namespace Sabre\CalDAV\Backend;
H A DSubscriptionSupport.php3 namespace Sabre\CalDAV\Backend;
5 use Sabre\DAV;
H A DSyncSupport.php3 namespace Sabre\CalDAV\Backend;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php3 namespace Sabre\CalDAV;
5 use Sabre\DAV;
6 use Sabre\DAVACL;
7 use Sabre\DAV\PropPatch;
H A DCalendarHome.php3 namespace Sabre\CalDAV;
5 use Sabre\DAV;
6 use Sabre\DAV\Exception\NotFound;
7 use Sabre\DAV\MkCol;
8 use Sabre\DAVACL;
9 use Sabre\HTTP\URLUtil;
28 * @var Sabre\CalDAV\Backend\BackendInterface
H A DCalendarObject.php3 namespace Sabre\CalDAV;
12 class CalendarObject extends \Sabre\DAV\File implements ICalendarObject, \Sabre\DAVACL\IACL {
17 * @var Sabre\CalDAV\Backend\AbstractBackend
268 throw new \Sabre\DAV\Exception\MethodNotAllowed('Changing ACL is not yet supported');
H A DCalendarQueryValidator.php3 namespace Sabre\CalDAV;
5 use Sabre\VObject;
263 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'…
359 …throw new \Sabre\DAV\Exception\NotImplemented('time-range filters are currently not supported on '…
373 …throw new \Sabre\DAV\Exception\BadRequest('You cannot create a time-range filter on a ' . $compone…
H A DCalendarRoot.php3 namespace Sabre\CalDAV;
5 use Sabre\DAVACL\PrincipalBackend;
20 class CalendarRoot extends \Sabre\DAVACL\AbstractPrincipalCollection {
25 * @var Sabre\CalDAV\Backend\BackendInterface
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php3 namespace Sabre\CalDAV\Exception;
5 use Sabre\DAV;
6 use Sabre\CalDAV;

12345678910>>...64