Home
last modified time | relevance | path

Searched refs:checkPrivileges (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/Connector/Sabre/
H A DDavAclPlugin.php51 …public function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions =… function in OCA\\DAV\\Connector\\Sabre\\DavAclPlugin
52 $access = parent::checkPrivileges($uri, $privileges, $recursion, false);
82 $readPermissions = $this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false);
83 $writePermissions = $this->checkPrivileges($path, '{DAV:}write', self::R_PARENT, false);
85 $this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, true);
86 $this->checkPrivileges($path, '{DAV:}write', self::R_PARENT, true);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAVACL/
H A DPlugin.php188 …public function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions =… function in SabreForRainLoop\\DAVACL\\Plugin
712 $this->checkPrivileges($uri,'{DAV:}read');
722 $this->checkPrivileges($uri,'{DAV:}write-content');
727 $this->checkPrivileges($uri,'{DAV:}write-properties');
731 $this->checkPrivileges($uri,'{DAV:}write-acl');
747 $this->checkPrivileges($uri,'{DAV:}read',self::R_RECURSIVE);
767 $this->checkPrivileges($parentUri,'{DAV:}bind');
783 $this->checkPrivileges($parentUri,'{DAV:}unbind',self::R_RECURSIVEPARENTS);
813 if (!$this->checkPrivileges($uri,'{DAV:}read',self::R_PARENT,false)) {
891 …if (!$this->checkPrivileges($uri, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false))…
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAVACL/
H A DPlugin.php188 …public function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions =… function in SabreForRainLoop\\DAVACL\\Plugin
712 $this->checkPrivileges($uri,'{DAV:}read');
722 $this->checkPrivileges($uri,'{DAV:}write-content');
727 $this->checkPrivileges($uri,'{DAV:}write-properties');
731 $this->checkPrivileges($uri,'{DAV:}write-acl');
747 $this->checkPrivileges($uri,'{DAV:}read',self::R_RECURSIVE);
767 $this->checkPrivileges($parentUri,'{DAV:}bind');
783 $this->checkPrivileges($parentUri,'{DAV:}unbind',self::R_RECURSIVEPARENTS);
813 if (!$this->checkPrivileges($uri,'{DAV:}read',self::R_PARENT,false)) {
891 …if (!$this->checkPrivileges($uri, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false))…
[all …]
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/DAVACL/
H A DPlugin.php188 …public function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions =… function in Sabre\\DAVACL\\Plugin
712 $this->checkPrivileges($uri,'{DAV:}read');
722 $this->checkPrivileges($uri,'{DAV:}write-content');
727 $this->checkPrivileges($uri,'{DAV:}write-properties');
731 $this->checkPrivileges($uri,'{DAV:}write-acl');
747 $this->checkPrivileges($uri,'{DAV:}read',self::R_RECURSIVE);
767 $this->checkPrivileges($parentUri,'{DAV:}bind');
783 $this->checkPrivileges($parentUri,'{DAV:}unbind',self::R_RECURSIVEPARENTS);
813 if (!$this->checkPrivileges($uri,'{DAV:}read',self::R_PARENT,false)) {
891 …if (!$this->checkPrivileges($uri, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false))…
[all …]
/dports/www/sabredav/sabre-dav-3.2.2/lib/DAVACL/
H A DPlugin.php192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { function in Sabre\\DAVACL\\Plugin
889 $this->checkPrivileges($path, '{DAV:}read');
898 $this->checkPrivileges($path, '{DAV:}write-content');
906 $this->checkPrivileges($path, '{DAV:}write-properties');
910 $this->checkPrivileges($path, '{DAV:}write-acl');
926 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
945 $this->checkPrivileges($parentUri, '{DAV:}bind');
961 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
991 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1056 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/dports/www/baikal/baikal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php193 …public function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions =… function in Sabre\\DAVACL\\Plugin
846 $this->checkPrivileges($path, '{DAV:}read');
855 $this->checkPrivileges($path, '{DAV:}write-content');
863 $this->checkPrivileges($path, '{DAV:}write-properties');
867 $this->checkPrivileges($path, '{DAV:}write-acl');
883 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
899 $this->checkPrivileges($parentUri, '{DAV:}bind');
913 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
938 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1003 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { function in Sabre\\DAVACL\\Plugin
889 $this->checkPrivileges($path, '{DAV:}read');
898 $this->checkPrivileges($path, '{DAV:}write-content');
906 $this->checkPrivileges($path, '{DAV:}write-properties');
910 $this->checkPrivileges($path, '{DAV:}write-acl');
926 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
945 $this->checkPrivileges($parentUri, '{DAV:}bind');
961 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
991 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1056 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/dav/lib/DAVACL/
H A DPlugin.php192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { function in Sabre\\DAVACL\\Plugin
889 $this->checkPrivileges($path, '{DAV:}read');
898 $this->checkPrivileges($path, '{DAV:}write-content');
906 $this->checkPrivileges($path, '{DAV:}write-properties');
910 $this->checkPrivileges($path, '{DAV:}write-acl');
926 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
945 $this->checkPrivileges($parentUri, '{DAV:}bind');
961 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
991 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1056 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/DAVACL/
H A DPlugin.php192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { function in Sabre\\DAVACL\\Plugin
889 $this->checkPrivileges($path, '{DAV:}read');
898 $this->checkPrivileges($path, '{DAV:}write-content');
906 $this->checkPrivileges($path, '{DAV:}write-properties');
910 $this->checkPrivileges($path, '{DAV:}write-acl');
926 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
945 $this->checkPrivileges($parentUri, '{DAV:}bind');
961 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
991 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1056 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { function in Sabre\\DAVACL\\Plugin
889 $this->checkPrivileges($path, '{DAV:}read');
898 $this->checkPrivileges($path, '{DAV:}write-content');
906 $this->checkPrivileges($path, '{DAV:}write-properties');
910 $this->checkPrivileges($path, '{DAV:}write-acl');
926 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
945 $this->checkPrivileges($parentUri, '{DAV:}bind');
961 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
991 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1056 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { function in Sabre\\DAVACL\\Plugin
889 $this->checkPrivileges($path, '{DAV:}read');
898 $this->checkPrivileges($path, '{DAV:}write-content');
906 $this->checkPrivileges($path, '{DAV:}write-properties');
910 $this->checkPrivileges($path, '{DAV:}write-acl');
926 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
945 $this->checkPrivileges($parentUri, '{DAV:}bind');
961 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
991 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1056 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php193 …public function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions =… function in Sabre\\DAVACL\\Plugin
846 $this->checkPrivileges($path, '{DAV:}read');
855 $this->checkPrivileges($path, '{DAV:}write-content');
863 $this->checkPrivileges($path, '{DAV:}write-properties');
867 $this->checkPrivileges($path, '{DAV:}write-acl');
883 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
899 $this->checkPrivileges($parentUri, '{DAV:}bind');
913 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
938 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1003 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/DAVACL/
H A DPlugin.php193 …public function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions =… function in Sabre\\DAVACL\\Plugin
846 $this->checkPrivileges($path, '{DAV:}read');
855 $this->checkPrivileges($path, '{DAV:}write-content');
863 $this->checkPrivileges($path, '{DAV:}write-properties');
867 $this->checkPrivileges($path, '{DAV:}write-acl');
883 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
899 $this->checkPrivileges($parentUri, '{DAV:}bind');
913 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
938 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1003 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/DAVACL/
H A DPlugin.php193 …public function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions =… function in Sabre\\DAVACL\\Plugin
846 $this->checkPrivileges($path, '{DAV:}read');
855 $this->checkPrivileges($path, '{DAV:}write-content');
863 $this->checkPrivileges($path, '{DAV:}write-properties');
867 $this->checkPrivileges($path, '{DAV:}write-acl');
883 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
899 $this->checkPrivileges($parentUri, '{DAV:}bind');
913 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
938 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1003 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/dports/www/owncloud/owncloud/apps/dav/lib/Connector/Sabre/
H A DDavAclPlugin.php43 …public function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions =… function in OCA\\DAV\\Connector\\Sabre\\DavAclPlugin
51 $access = parent::checkPrivileges($uri, $privileges, $recursion, $shallThrowExceptions);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/CalDAV/
H A DSharingPlugin.php312 $acl->checkPrivileges($uri, '{DAV:}write');
341 $acl->checkPrivileges($uri, '{DAV:}write');
392 $acl->checkPrivileges($uri, '{DAV:}write');
419 $acl->checkPrivileges($uri, '{DAV:}write');
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/CalDAV/
H A DSharingPlugin.php312 $acl->checkPrivileges($uri, '{DAV:}write');
341 $acl->checkPrivileges($uri, '{DAV:}write');
392 $acl->checkPrivileges($uri, '{DAV:}write');
419 $acl->checkPrivileges($uri, '{DAV:}write');
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/CalDAV/
H A DSharingPlugin.php312 $acl->checkPrivileges($uri, '{DAV:}write');
341 $acl->checkPrivileges($uri, '{DAV:}write');
392 $acl->checkPrivileges($uri, '{DAV:}write');
419 $acl->checkPrivileges($uri, '{DAV:}write');
/dports/www/owncloud/owncloud/apps/dav/lib/CalDAV/Publishing/
H A DPublishPlugin.php185 $acl->checkPrivileges($path, '{DAV:}write');
214 $acl->checkPrivileges($path, '{DAV:}write');
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/spi/
H A DToolProviderTest.java76 checkPrivileges(); in TestProvider()
88 private void checkPrivileges() { in checkPrivileges() method in ToolProviderTest.TestProvider
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/spi/
H A DToolProviderTest.java76 checkPrivileges(); in TestProvider()
88 private void checkPrivileges() { in checkPrivileges() method in ToolProviderTest.TestProvider
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/spi/
H A DToolProviderTest.java76 checkPrivileges(); in TestProvider()
88 private void checkPrivileges() { in checkPrivileges() method in ToolProviderTest.TestProvider
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/CalDAV/Publishing/
H A DPublishPlugin.php199 $acl->checkPrivileges($path, '{DAV:}write');
234 $acl->checkPrivileges($path, '{DAV:}write');
/dports/www/baikal/baikal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php241 $acl->checkPrivileges($path, '{DAV:}write');
284 $acl->checkPrivileges($path, '{DAV:}share');
311 $acl->checkPrivileges($path, '{DAV:}share');
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php243 $acl->checkPrivileges($path, '{DAV:}write');
287 $acl->checkPrivileges($path, '{DAV:}share');
315 $acl->checkPrivileges($path, '{DAV:}share');

123456