Home
last modified time | relevance | path

Searched refs:Outbox (Results 1 – 6 of 6) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DOutboxTest.php11 $outbox = new Outbox('principals/user1');
70 $outbox = new Outbox('principals/user1');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php20 class Outbox extends DAV\Collection implements IOutbox { class
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php142 return new Schedule\Outbox($this->principalInfo['uri']);
207 $objs[] = new Schedule\Outbox($this->principalInfo['uri']);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php20 class Outbox extends DAV\Collection implements IOutbox { class
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php140 return new Schedule\Outbox($this->principalInfo['uri']);
213 $objs[] = new Schedule\Outbox($this->principalInfo['uri']);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md953 * Fixed: Outbox access for delegates.