Home
last modified time | relevance | path

Searched refs:sharees (Results 1 – 11 of 11) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DShareResource.php27 public $sharees = []; variable in Sabre\\DAV\\Xml\\Request\\ShareResource
32 * @param Sharee[] $sharees
34 function __construct(array $sharees) { argument
36 $this->sharees = $sharees;
69 $sharees = [];
73 $sharees[] = $elem['value'];
77 return new self($sharees);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php28 public $sharees = []; variable in Sabre\\CalDAV\\Xml\\Request\\Share
33 * @param Sharee[] $sharees
35 function __construct(array $sharees) { argument
37 $this->sharees = $sharees;
69 $sharees = [];
89 $sharees[] = new Sharee([
98 $sharees[] = new Sharee([
107 return new self($sharees);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DInvite.php30 public $sharees = []; variable in Sabre\\DAV\\Xml\\Property\\Invite
35 * @param Sharee[] $sharees
37 function __construct(array $sharees) { argument
39 $this->sharees = $sharees;
64 foreach ($this->sharees as $sharee) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php30 protected $sharees; variable in Sabre\\CalDAV\\Xml\\Property\\Invite
35 * @param Sharee[] $sharees
37 function __construct(array $sharees) { argument
39 $this->sharees = $sharees;
50 return $this->sharees;
77 foreach ($this->sharees as $sharee) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php112 * @param Sharee[] $sharees
115 function shareResource($path, array $sharees) { argument
133 foreach ($sharees as $sharee) {
140 $node->updateInvites($sharees);
204 $this->shareResource($path, $message->sharees);
H A DISharedNode.php49 function updateInvites(array $sharees); argument
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharedCalendar.php55 function updateInvites(array $sharees) { argument
57 $this->caldavBackend->updateInvites($this->calendarInfo['id'], $sharees);
H A DSharingPlugin.php264 $sharingPlugin->shareResource($path, $message->sharees);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php32 function updateInvites($calendarId, array $sharees); argument
H A DPDO.php1343 function updateInvites($calendarId, array $sharees) { argument
1387 foreach ($sharees as $sharee) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1061 sharees can figure out who is also on a shared calendar.