Home
last modified time | relevance | path

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

12

/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/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DCivicInfo.php138 'roles' => [
162 'roles' => [
H A DCloudAsset.php315 'analysisQuery.accessSelector.roles' => [
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 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 DServiceNetworking.php397 'roles',
401 'path' => 'v1/{+parent}/roles:add',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
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;
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;
/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/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 DMemberRelation.php81 public function setRoles($roles) argument
83 $this->roles = $roles;
90 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/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/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/Iam/
H A DListRolesResponse.php47 public function setRoles($roles) argument
49 $this->roles = $roles;
56 return $this->roles;
H A DQueryGrantableRolesResponse.php47 public function setRoles($roles) argument
49 $this->roles = $roles;
56 return $this->roles;
/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/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/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1roles\"\n },\n {\n \"name\": \"slot\",\n \"description\": {\n …
H A Dbundle.js.map1 …enderFormattedText(text));\n // Per https://www.w3.org/TR/wai-aria/roles#document, Authors …
/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/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'];

12