Home
last modified time | relevance | path

Searched refs:roles (Results 1 – 25 of 27) sorted by relevance

12

/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/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/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/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/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/CloudIdentity/
H A DMemberRelation.php81 public function setRoles($roles) argument
83 $this->roles = $roles;
90 return $this->roles;
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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
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',
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' => [
/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) {
/plugin/gitlabproject/gitlab/
H A Dgitlab.php87 $roles = array(
94 return $roles[$role_nb];
/plugin/magento/
H A Dauth.php25 protected $roles = null; variable in auth_plugin_magento
631 if( $this->roles === null ) $this->_loadRoles();
649 $name = $this->roles[$item[0]]['name'];
683 $this->roles = array();
693 $this->roles[$row['id']]['id'] = $row['id'];
694 $this->roles[$row['id']]['name'] = $row['name'];
/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/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/authdrupal7/
H A DREADME.md49 * superuser: add a superuser group (with @) or username that matches one of your drupal roles or us…
50 * manager: add a manager group (with @) or username that matches one of your drupal roles or users
/plugin/codemirror/dist/modes/
H A Dcypher.min.js.map1 …onships\", \"remove\", \"replace\", \"required\", \"revoke\", \"role\", \"roles\", \"set\", \"show…
H A Dsql.min.js.map1roles rollup rows second server sets skewed transactions truncate unbounded unset uri user values …
/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)

12