Home
last modified time | relevance | path

Searched refs:Sabre (Results 376 – 400 of 1586) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockScheduling.php3 namespace Sabre\CalDAV\Backend;
4 use Sabre\DAV;
5 use Sabre\CalDAV;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyWrite.php3 namespace Sabre\CalDAV\Principal;
5 use Sabre\DAVACL;
6 use Sabre\DAV;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DSyncCollectionTest.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;
72 $elem->syncLevel = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\Writer;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
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/DAVACL/
H A DPrincipalCollectionTest.php3 namespace Sabre\DAVACL;
5 use Sabre\DAV;
6 use Sabre\HTTP;
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\Writer;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php3 namespace Sabre\VObject\ITip;
5 use Sabre\VObject\Reader;
16 use \Sabre\VObject\PHPUnitAssertions;
48 $version = \Sabre\VObject\Version::VERSION;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php3 namespace Sabre\CalDAV;
4 use Sabre\HTTP;
5 use Sabre\VObject;
11 class ExpandEventsFloatingTimeTest extends \Sabre\DAVServerTest {
H A DValidateICalTest.php3 namespace Sabre\CalDAV;
5 use Sabre\DAV;
6 use Sabre\DAVACL;
7 use Sabre\HTTP;
14 * @var Sabre\DAV\Server
18 * @var Sabre\CalDAV\Backend\Mock
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php3 namespace Sabre\DAV;
5 use Sabre\HTTP\RequestInterface;
6 use Sabre\HTTP\ResponseInterface;
7 use Sabre\HTTP\URLUtil;
54 * @var Sabre\DAV\Server
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DAbstractPDOTest.php3 namespace Sabre\DAV\PropertyStorage\Backend;
5 use Sabre\DAV\PropFind;
6 use Sabre\DAV\PropPatch;
7 use Sabre\DAV\Xml\Property\Complex;
8 use Sabre\DAV\Xml\Property\Href;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
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;
H A DCalendarQueryValidator.php3 namespace Sabre\CalDAV;
6 use Sabre\VObject;
259 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'…
355 …throw new \Sabre\DAV\Exception\NotImplemented('time-range filters are currently not supported on '…
369 …throw new \Sabre\DAV\Exception\BadRequest('You cannot create a time-range filter on a ' . $compone…
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Component;
6 use Sabre\VObject\Document;
7 use Sabre\VObject\Parser\MimeDir;
8 use Sabre\VObject\Property;
9 use Sabre\Xml;
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DDigestTest.php3 namespace Sabre\HTTP\Auth;
5 use Sabre\HTTP\Request;
6 use Sabre\HTTP\Response;
11 * @var Sabre\HTTP\Response
18 * @var Sabre\HTTP\Request
23 * @var Sabre\HTTP\Auth\Digest
H A DBasicTest.php3 namespace Sabre\HTTP\Auth;
5 use Sabre\HTTP\Request;
6 use Sabre\HTTP\Response;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.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\Document;
9 use Sabre\VObject\EofException;
10 use Sabre\VObject\Node;
11 use Sabre\VObject\ParseException;
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.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\Document;
9 use Sabre\VObject\EofException;
10 use Sabre\VObject\ParseException;
75 * @return Sabre\VObject\Document
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php3 namespace Sabre\DAV\Browser;
5 use Sabre\Uri;
6 use Sabre\Xml\Service as XmlService;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php3 namespace Sabre\DAV\Browser;
5 use Sabre\Uri;
6 use Sabre\Xml\Service as XmlService;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DApacheTest.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV;
6 use Sabre\HTTP;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php3 namespace Sabre\DAV\Mount;
5 use Sabre\DAV;
6 use Sabre\HTTP;
/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);

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