Searched refs:R_PARENT (Results 1 – 5 of 5) sorted by relevance
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 33 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 D | Plugin.php | 38 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 D | SimplePluginTest.php | 320 …$this->assertFalse($aclPlugin->checkPrivileges('foo', array('{DAV:}read'), Plugin::R_PARENT, false…
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 428 …!$aclPlugin->checkPrivileges($inboxPath, $caldavNS . $privilege, DAVACL\Plugin::R_PARENT, false)) {
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 506 …!$aclPlugin->checkPrivileges($inboxPath, $caldavNS . $privilege, DAVACL\Plugin::R_PARENT, false)) {
|