Home
last modified time | relevance | path

Searched refs:privileges (Results 1 – 25 of 30) sorted by relevance

12

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php35 protected $privileges; variable in Sabre\\DAVACL\\Xml\\Property\\Acl
59 * @param array $privileges
62 function __construct(array $privileges, $prefixBaseUrl = true) { argument
64 $this->privileges = $privileges;
76 return $this->privileges;
101 foreach ($this->privileges as $ace) {
128 foreach ($this->privileges as $privilege) {
178 $privileges = [];
219 $privileges[] = [
230 return new self($privileges);
H A DCurrentUserPrivilegeSet.php28 private $privileges; variable in Sabre\\DAVACL\\Xml\\Property\\CurrentUserPrivilegeSet
35 * @param array $privileges
37 function __construct(array $privileges) { argument
39 $this->privileges = $privileges;
64 foreach ($this->privileges as $privName) {
84 return in_array($privilegeName, $this->privileges);
95 return $this->privileges;
H A DSupportedPrivilegeSet.php31 protected $privileges; variable in Sabre\\DAVACL\\Xml\\Property\\SupportedPrivilegeSet
36 * @param array $privileges
38 function __construct(array $privileges) { argument
40 $this->privileges = $privileges;
51 return $this->privileges;
76 $this->serializePriv($writer, '{DAV:}all', ['aggregates' => $this->privileges]);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php35 protected $privileges; variable in Sabre\\DAVACL\\Xml\\Property\\Acl
59 * @param array $privileges
62 function __construct(array $privileges, $prefixBaseUrl = true) { argument
64 $this->privileges = $privileges;
76 return $this->privileges;
101 foreach ($this->privileges as $ace) {
128 foreach ($this->privileges as $privilege) {
178 $privileges = [];
219 $privileges[] = [
230 return new self($privileges);
H A DCurrentUserPrivilegeSet.php28 private $privileges; variable in Sabre\\DAVACL\\Xml\\Property\\CurrentUserPrivilegeSet
35 * @param array $privileges
37 function __construct(array $privileges) { argument
39 $this->privileges = $privileges;
64 foreach ($this->privileges as $privName) {
84 return in_array($privilegeName, $this->privileges);
95 return $this->privileges;
H A DSupportedPrivilegeSet.php31 protected $privileges; variable in Sabre\\DAVACL\\Xml\\Property\\SupportedPrivilegeSet
36 * @param array $privileges
38 function __construct(array $privileges) { argument
40 $this->privileges = $privileges;
51 return $this->privileges;
76 $this->serializePriv($writer, $this->privileges);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php31 protected $privileges; variable in Sabre\\DAVACL\\Exception\\NeedPrivileges
37 * @param array $privileges
39 function __construct($uri, array $privileges) { argument
42 $this->privileges = $privileges;
44 …onstruct('User did not have the required privileges (' . implode(',', $privileges) . ') for path "…
64 foreach ($this->privileges as $privilege) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php31 protected $privileges; variable in Sabre\\DAVACL\\Exception\\NeedPrivileges
37 * @param array $privileges
39 function __construct($uri, array $privileges) { argument
42 $this->privileges = $privileges;
44 …onstruct('User did not have the required privileges (' . implode(',', $privileges) . ') for path "…
64 foreach ($this->privileges as $privilege) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DACLTest.php32 $privileges = [
44 $acl = new Acl($privileges);
78 $privileges = [
94 $acl = new Acl($privileges);
308 $privileges = [
324 $acl = new Acl($privileges);
H A DCurrentUserPrivilegeSetTest.php14 $privileges = [
18 $prop = new CurrentUserPrivilegeSet($privileges);
70 $privileges = ['{DAV:}read', '{DAV:}write'];
72 $prop = new CurrentUserPrivilegeSet($privileges);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNeedPrivilegesExceptionTest.php12 $privileges = array(
16 $ex = new NeedPrivileges($uri, $privileges);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php179 * @param array|string $privileges
185 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { argument
187 if (!is_array($privileges)) $privileges = [$privileges];
196 throw new Exception\NeedPrivileges($uri, $privileges);
204 foreach ($privileges as $priv) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php185 * @param array|string $privileges
192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { argument
194 if (!is_array($privileges)) $privileges = [$privileges];
199 foreach ($privileges as $priv) {
/plugin/htmlokay/lang/en/
H A Dselection.txt2 Users and groups which are not granted privileges cannot use HTML in their pages.
/plugin/iptrust2/
H A DREADME.md12 Public access is only granted for those pages, who have ```read```-privileges in the ```@ALL``` gro…
/plugin/usermanagerextended/
H A DREADME6 but with restricted privileges.
/plugin/projects/
H A Dchangelog46 …ction, instead of using the admin menu. This makes users without admin privileges to be able to ma…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64privileges|sec:user-get-roles|sec:user-get-description|sec:user-get-default-permissions|sec:user-g…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDirectory.php141 public $privileges; variable in Google\\Service\\Directory
1174 'privileges',
1178 'path' => 'admin/directory/v1/customer/{customer}/roles/ALL/privileges',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc360 $params['body'] = (array) The privileges to test (Required)
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1privileges procedure processlist profile profiles purge query quick range read read_write reads re…
H A Dcypher.min.js.map1 …des\", \"not\", \"of\", \"on\", \"or\", \"password\", \"populated\", \"privileges\", \"property\",…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md72 privileges. This allows you to assign a privilege to a resource, allowing
93 `{DAV:}unbind` privileges.
94 * Corrected the CalDAV-scheduling related privileges.
928 * Changed: The default supportedPrivilegeSet has changed. Most privileges are no
1449 * Added: Support for creating principals with admin-level privileges.
1457 * Added: [DAVACL] Per-node overriding of supported privileges. This allows for
1458 custom privileges where needed.
/plugin/diagramsnet/lib/stencils/
H A DLICENSE95 …stitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities t…
/plugin/diagramsnet/lib/templates/
H A DLICENSE95 …stitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities t…

12