Home
last modified time | relevance | path

Searched refs:groupType (Results 1 – 10 of 10) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DGroupOrSegment.php22 protected $groupType = SchemaGroup::class; variable in Google\\Service\\CloudHealthcare\\GroupOrSegment
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DErrorGroupStats.php37 protected $groupType = ErrorGroup::class; variable in Google\\Service\\Clouderrorreporting\\ErrorGroupStats
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DPricing.php36 public $groupType; variable in Google\\Service\\Dfareporting\\Pricing
91 public function setGroupType($groupType) argument
93 $this->groupType = $groupType;
100 return $this->groupType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DPermission.php30 protected $groupType = Group::class; variable in Google\\Service\\DriveActivity\\Permission
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DPermission.php32 protected $groupType = Group::class; variable in Google\\Service\\Keep\\Permission
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DListGroupsResponse.php23 protected $groupType = Group::class; variable in Google\\Service\\Monitoring\\ListGroupsResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DContactGroup.php36 public $groupType; variable in Google\\Service\\PeopleService\\ContactGroup
101 public function setGroupType($groupType) argument
103 $this->groupType = $groupType;
110 return $this->groupType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DApiDimensionFilterGroup.php28 public $groupType; variable in Google\\Service\\SearchConsole\\ApiDimensionFilterGroup
47 public function setGroupType($groupType) argument
49 $this->groupType = $groupType;
56 return $this->groupType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DApiDimensionFilterGroup.php25 public $groupType; variable in Google\\Service\\Webmasters\\ApiDimensionFilterGroup
41 public function setGroupType($groupType) argument
43 $this->groupType = $groupType;
47 return $this->groupType;
/plugin/navbox/
H A Dsyntax.php74 $groupType = 0; // 0 = none, 1 = group, 2 = subgroup
99 $groupType = 2;
116 $groupType = 1;
130 if ($groupType == 1) {
133 } else if ($groupType == 2) {
141 $groupType = 0;