/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/ |
D | Members.php | 37 * @param string $groupKey Identifies the group in the API request. The value 44 public function delete($groupKey, $memberKey, $optParams = []) argument 46 $params = ['groupKey' => $groupKey, 'memberKey' => $memberKey]; 53 * @param string $groupKey Identifies the group in the API request. The value 61 public function get($groupKey, $memberKey, $optParams = []) argument 63 $params = ['groupKey' => $groupKey, 'memberKey' => $memberKey]; 71 * @param string $groupKey Identifies the group in the API request. The value 78 public function hasMember($groupKey, $memberKey, $optParams = []) argument 80 $params = ['groupKey' => $groupKey, 'memberKey' => $memberKey]; 87 * @param string $groupKey Identifies the group in the API request. The value [all …]
|
D | Groups.php | 36 * @param string $groupKey Identifies the group in the API request. The value 40 public function delete($groupKey, $optParams = []) argument 42 $params = ['groupKey' => $groupKey]; 49 * @param string $groupKey Identifies the group in the API request. The value 54 public function get($groupKey, $optParams = []) argument 56 $params = ['groupKey' => $groupKey]; 112 * @param string $groupKey Identifies the group in the API request. The value 118 public function patch($groupKey, Group $postBody, $optParams = []) argument 120 $params = ['groupKey' => $groupKey, 'postBody' => $postBody]; 127 * @param string $groupKey Identifies the group in the API request. The value [all …]
|
D | GroupsAliases.php | 36 * @param string $groupKey Identifies the group in the API request. The value 41 public function delete($groupKey, $alias, $optParams = []) argument 43 $params = ['groupKey' => $groupKey, 'alias' => $alias]; 50 * @param string $groupKey Identifies the group in the API request. The value 56 public function insert($groupKey, Alias $postBody, $optParams = []) argument 58 $params = ['groupKey' => $groupKey, 'postBody' => $postBody]; 65 * @param string $groupKey Identifies the group in the API request. The value 70 public function listGroupsAliases($groupKey, $optParams = []) argument 72 $params = ['groupKey' => $groupKey];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/ |
D | GcpUserAccessBinding.php | 30 public $groupKey; variable in Google\\Service\\AccessContextManager\\GcpUserAccessBinding 53 public function setGroupKey($groupKey) argument 55 $this->groupKey = $groupKey; 62 return $this->groupKey;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/ |
D | GroupRelation.php | 75 public function setGroupKey(EntityKey $groupKey) argument 77 $this->groupKey = $groupKey; 84 return $this->groupKey;
|
D | Group.php | 114 public function setGroupKey(EntityKey $groupKey) argument 116 $this->groupKey = $groupKey; 123 return $this->groupKey;
|
/plugin/authgoogle/google/contrib/ |
D | Google_DirectoryService.php | 130 * @param string $groupKey Email or immutable Id of the group 133 public function delete($groupKey, $optParams = array()) { argument 134 $params = array('groupKey' => $groupKey); 142 * @param string $groupKey Email or immutable Id of the group 146 public function get($groupKey, $optParams = array()) { argument 147 $params = array('groupKey' => $groupKey); 198 …* @param string $groupKey Email or immutable Id of the group. If Id, it should match with id of gr… 203 public function patch($groupKey, Google_Group $postBody, $optParams = array()) { argument 204 $params = array('groupKey' => $groupKey, 'postBody' => $postBody); 216 …* @param string $groupKey Email or immutable Id of the group. If Id, it should match with id of gr… [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | Directory.php | 730 'path' => 'admin/directory/v1/groups/{groupKey}', 733 'groupKey' => [ 740 'path' => 'admin/directory/v1/groups/{groupKey}', 743 'groupKey' => [ 791 'path' => 'admin/directory/v1/groups/{groupKey}', 794 'groupKey' => [ 801 'path' => 'admin/directory/v1/groups/{groupKey}', 804 'groupKey' => [ 821 'path' => 'admin/directory/v1/groups/{groupKey}/aliases/{alias}', 824 'groupKey' => [ [all …]
|
D | CloudIdentity.php | 454 'groupKey.id' => [ 458 'groupKey.namespace' => [
|
/plugin/mikioplugin/syntax/ |
D | quizitem.php | 63 $groupKey = 0; 77 …'quiz-option"><label><input type="radio" name="' . $name . '-group-' . $groupKey . '" value="' . $… 84 $groupKey++;
|
/plugin/strata/helper/ |
D | triples.php | 1026 $this->groupKey = $grouped; 1044 foreach($this->groupKey as $alias=>$field) { 1071 if(in_array($field, $this->groupKey)) {
|
/plugin/mermaid/ |
D | mermaid.min.js | 1976 …groupKey,_=void 0;S.hashOverride!=null?_=S.hashOverride(t,T):T.pfValue!=null&&(_=T.pfValue);var C=…
|