Home
last modified time | relevance | path

Searched refs:shareAccess (Results 1 – 3 of 3) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DShareAccess.php40 * @param int $shareAccess
42 function __construct($shareAccess) { argument
44 $this->value = $shareAccess;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php161 $shareAccess = $node->getShareAccess();
163 switch ($shareAccess) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php260 $shareAccess = $child[200]['{DAV:}share-access']->getValue();
261 …if ($shareAccess !== Sharing\Plugin::ACCESS_NOTSHARED && $shareAccess !== Sharing\Plugin::ACCESS_S…