Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php33 const R_PARENT = 1; define in Sabre\\DAVACL\\Plugin
185 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) {
844 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
909 … (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)) {
920 if (!$this->checkPrivileges($path, '{DAV:}read-acl', self::R_PARENT, false)) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php38 const R_PARENT = 1; define in Sabre\\DAVACL\\Plugin
192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) {
991 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1056 … (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)) {
1065 if (!$this->checkPrivileges($path, '{DAV:}read-acl', self::R_PARENT, false)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php320 …$this->assertFalse($aclPlugin->checkPrivileges('foo', array('{DAV:}read'), Plugin::R_PARENT, false…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php428 …!$aclPlugin->checkPrivileges($inboxPath, $caldavNS . $privilege, DAVACL\Plugin::R_PARENT, false)) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php506 …!$aclPlugin->checkPrivileges($inboxPath, $caldavNS . $privilege, DAVACL\Plugin::R_PARENT, false)) {