Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
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/Dataproc/
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/
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/structpublish/helper/
Ddb.php83 * @param string[] $roles Roles needed. Empty for any role
86 public function checkAccess($pid, $roles = []) argument
88 return self::userHasRole($pid, '', [], $roles);
122 * @param string[] $roles Roles the user should have, empty for any role
125 public static function userHasRole($pid, $userId = '', $grps = [], $roles = []) argument
139 if (empty($roles)) {
147 foreach ($roles as $role) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
DOffice.php42 public $roles; variable in Google\\Service\\CivicInfo\\Office
105 public function setRoles($roles) argument
107 $this->roles = $roles;
114 return $this->roles;
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/
DListRolesResponse.php47 public function setRoles($roles) argument
49 $this->roles = $roles;
56 return $this->roles;
DQueryGrantableRolesResponse.php47 public function setRoles($roles) argument
49 $this->roles = $roles;
56 return $this->roles;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
DMemberRelation.php81 public function setRoles($roles) argument
83 $this->roles = $roles;
90 return $this->roles;
DMembership.php89 public function setRoles($roles) argument
91 $this->roles = $roles;
98 return $this->roles;
DGroupRelation.php117 public function setRoles($roles) argument
119 $this->roles = $roles;
126 return $this->roles;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
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',
DCivicInfo.php138 'roles' => [
162 'roles' => [
DServiceNetworking.php397 'roles',
401 'path' => 'v1/{+parent}/roles:add',
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}',
DCloudAsset.php315 'analysisQuery.accessSelector.roles' => [
/plugin/vbsso/
Dadmin.php76 $roles = array_merge(vbsso_get_acl_groups(), array('', 'admin'));
77 ksort($roles, SORT_STRING);
136 foreach ($roles as $group) {
/plugin/magento/
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/gitlabproject/gitlab/
Dgitlab.php87 $roles = array(
94 return $roles[$role_nb];
/plugin/codeprettify/code-prettify/src/
Dlang-xq.js64roles|xdmp:user-last-login|xdmp:user|xdmp:url-encode|xdmp:url-decode|xdmp:uri-is-file|xdmp:uri-for…
/plugin/oauthdiscordserver/
Daction.php48 foreach ($result['roles'] as $role) {
/plugin/authdrupal8/
DREADME.md50 …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/
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/
Dcypher.min.js.map1 …onships\", \"remove\", \"replace\", \"required\", \"revoke\", \"role\", \"roles\", \"set\", \"show…
Dsql.min.js.map1roles rollup rows second server sets skewed transactions truncate unbounded unset uri user values …

12