Home
last modified time | relevance | path

Searched refs:INVITE_DECLINED (Results 1 – 5 of 5) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php128 $status = DAV\Sharing\Plugin::INVITE_DECLINED;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DSharee.php136 case Plugin::INVITE_DECLINED :
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php169 case DAV\Sharing\Plugin::INVITE_DECLINED :
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php88 case DAV\Sharing\Plugin::INVITE_DECLINED :
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php37 const INVITE_DECLINED = 3; define in Sabre\\DAV\\Sharing\\Plugin