Home
last modified time | relevance | path

Searched refs:roles (Results 1 – 25 of 27) sorted by last modified time

12

/plugin/structpublish/helper/
H A Ddb.php78 * Check if the current user has the given roles on the current page
81 * @param string[] $roles Roles needed. Empty for any role
84 public function checkAccess($pid, $roles = [])
86 return self::userHasRole($pid, '', [], $roles);
126 * @param string[] $roles Roles the user should have, empty for any role
129 public static function userHasRole($pid, $userId = '', $grps = [], $roles = [])
142 // if no roles are given, any role is fine
143 if (empty($roles)) {
151 foreach ($roles as $role) {
50 checkAccess($pid, $roles = []) global() argument
91 userHasRole($pid, $userId = '', $grps = [], $roles = []) global() argument
/plugin/authdrupal8/
H A DREADME.md50 * administrator: add a administrator group (with @) or username that matches one of your drupal8 administrator roles
51 * manager: add a manager group (with @) or username that matches one of your drupal roles or users
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md842 - Add an "AwsAuthV4" transport that automatically signs requests using credentials from the environment or from the client config. This allows using Elastica with Amazon ElasticSearch Service domains that are restricted to IAM roles or policies. [#1056](https://github.com/ruflin/Elastica/pull/1056)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DGkeNodePoolTarget.php32 public $roles; variable in Google\\Service\\Dataproc\\GkeNodePoolTarget
65 public function setRoles($roles) argument
67 $this->roles = $roles;
74 return $this->roles;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DRoleGrant.php36 public $roles; variable in Google\\Service\\Connectors\\RoleGrant
83 public function setRoles($roles) argument
85 $this->roles = $roles;
92 return $this->roles;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DGroupRelation.php117 public function setRoles($roles) argument
119 $this->roles = $roles;
126 return $this->roles;
H A DMembership.php89 public function setRoles($roles) argument
91 $this->roles = $roles;
98 return $this->roles;
H A DMemberRelation.php81 public function setRoles($roles) argument
83 $this->roles = $roles;
90 return $this->roles;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DQueryGrantableRolesResponse.php47 public function setRoles($roles) argument
49 $this->roles = $roles;
56 return $this->roles;
H A DListRolesResponse.php47 public function setRoles($roles) argument
49 $this->roles = $roles;
56 return $this->roles;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCivicInfo.php138 'roles' => [
162 'roles' => [
H A DServiceNetworking.php397 'roles',
401 'path' => 'v1/{+parent}/roles:add',
H A DDirectory.php146 public $roles; variable in Google\\Service\\Directory
941 'roles' => [
1178 'path' => 'admin/directory/v1/customer/{customer}/roles/ALL/privileges',
1599 'roles',
1603 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}',
1618 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}',
1633 'path' => 'admin/directory/v1/customer/{customer}/roles',
1643 'path' => 'admin/directory/v1/customer/{customer}/roles',
1661 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}',
1676 'path' => 'admin/directory/v1/customer/{customer}/roles/{roleId}',
H A DCloudAsset.php315 'analysisQuery.accessSelector.roles' => [
H A DIam.php58 public $roles; variable in Google\\Service\\Iam
177 'roles',
181 'path' => 'v1/{+parent}/roles',
215 'path' => 'v1/{+parent}/roles',
525 'roles',
529 'path' => 'v1/{+parent}/roles',
563 'path' => 'v1/{+parent}/roles',
870 'roles',
884 'path' => 'v1/roles',
909 'path' => 'v1/roles:queryGrantableRoles',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DOffice.php42 public $roles; variable in Google\\Service\\CivicInfo\\Office
105 public function setRoles($roles) argument
107 $this->roles = $roles;
114 return $this->roles;
H A DContest.php106 public $roles; variable in Google\\Service\\CivicInfo\\Contest
415 public function setRoles($roles) argument
417 $this->roles = $roles;
424 return $this->roles;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DAccessSelector.php30 public $roles; variable in Google\\Service\\CloudAsset\\AccessSelector
49 public function setRoles($roles) argument
51 $this->roles = $roles;
58 return $this->roles;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …enderFormattedText(text));\n // Per https://www.w3.org/TR/wai-aria/roles#document, Authors …
H A D3.3.js.map1roles\"\n },\n {\n \"name\": \"slot\",\n \"description\": {\n …
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1roles rollup rows second server sets skewed transactions truncate unbounded unset uri user values …
H A Dcypher.min.js.map1 …onships\", \"remove\", \"replace\", \"required\", \"revoke\", \"role\", \"roles\", \"set\", \"show…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64roles|xdmp:user-last-login|xdmp:user|xdmp:url-encode|xdmp:url-decode|xdmp:uri-is-file|xdmp:uri-for…
/plugin/gitlabproject/gitlab/
H A Dgitlab.php87 $roles = array(
94 return $roles[$role_nb];
/plugin/vbsso/
H A Dadmin.php76 $roles = array_merge(vbsso_get_acl_groups(), array('', 'admin'));
77 ksort($roles, SORT_STRING);
136 foreach ($roles as $group) {

12