Home
last modified time | relevance | path

Searched refs:Sabre (Results 726 – 750 of 1586) sorted by relevance

1...<<21222324252627282930>>...64

/plugin/webdav/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;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php3 namespace Sabre\CalDAV;
6 use Sabre\DAV;
7 use Sabre\DAV\Exception\BadRequest;
8 use Sabre\DAV\INode;
9 use Sabre\DAV\MkCol;
11 use Sabre\DAVACL;
12 use Sabre\HTTP;
13 use Sabre\HTTP\RequestInterface;
14 use Sabre\HTTP\ResponseInterface;
15 use Sabre\Uri;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php3 namespace Sabre\DAV\Browser;
5 use Sabre\DAV;
6 use Sabre\DAV\MkCol;
7 use Sabre\HTTP\URLUtil;
8 use Sabre\HTTP\RequestInterface;
9 use Sabre\HTTP\ResponseInterface;
29 * @var Sabre\DAV\Server
745 } elseif ($value instanceof \Sabre\Xml\XmlSerializable) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php3 namespace Sabre\CalDAV\Backend;
5 use Sabre\CalDAV;
6 use Sabre\DAV;
7 use Sabre\DAV\PropPatch;
759 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/ca…
802 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/ca…
820 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/ca…
834 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/ca…
H A DMock.php3 namespace Sabre\CalDAV\Backend;
4 use Sabre\DAV;
5 use Sabre\CalDAV;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DAvailable.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject;
H A DVJournal.php3 namespace Sabre\VObject\Component;
6 use Sabre\VObject;
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DTime.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\DateTimeParser;
H A DUri.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVJournal.php3 namespace Sabre\VObject\Component;
6 use Sabre\VObject;
H A DAvailable.php3 namespace Sabre\VObject\Component;
5 use Sabre\VObject;
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php3 namespace Sabre\DAV\FS;
5 use Sabre\DAV;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DTime.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\DateTimeParser;
H A DUri.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DTime.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\DateTimeParser;
H A DUri.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property;
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php3 namespace Sabre\DAV\FS;
5 use Sabre\DAV;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
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);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php3 namespace Sabre\VObject\Parser\XML\Element;
5 use Sabre\Xml as SabreXml;
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php3 namespace Sabre\VObject\Parser\XML\Element;
5 use Sabre\Xml as SabreXml;
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php3 namespace Sabre\DAV\FSExt;
5 use Sabre\DAV;
6 use Sabre\DAV\FS\Node;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php3 namespace Sabre\CalDAV\Schedule;
4 use Sabre\CalDAV;
5 use Sabre\DAV;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DCardTest.php3 namespace Sabre\CardDAV;
8 * @var Sabre\CardDAV\Card
12 * @var Sabre\CardDAV\MockBackend
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractDigestTest.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV;
6 use Sabre\HTTP;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpGetTest.php3 namespace Sabre\DAV;
5 use Sabre\DAVServerTest;
6 use Sabre\HTTP;

1...<<21222324252627282930>>...64