Home
last modified time | relevance | path

Searched refs:kind (Results 1051 – 1075 of 1282) sorted by relevance

1...<<41424344454647484950>>...52

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSnapshot.php54 public $kind; variable in Google\\Service\\Compute\\Snapshot
217 public function setKind($kind) argument
219 $this->kind = $kind;
226 return $this->kind;
H A DSubnetwork.php70 public $kind; variable in Google\\Service\\Compute\\Subnetwork
273 public function setKind($kind) argument
275 $this->kind = $kind;
282 return $this->kind;
H A DForwardingRule.php74 public $kind; variable in Google\\Service\\Compute\\ForwardingRule
301 public function setKind($kind) argument
303 $this->kind = $kind;
310 return $this->kind;
H A DImage.php56 public $kind; variable in Google\\Service\\Compute\\Image
261 public function setKind($kind) argument
263 $this->kind = $kind;
270 return $this->kind;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideo.php39 public $kind; variable in Google\\Service\\YouTube\\Video
138 public function setKind($kind) argument
140 $this->kind = $kind;
147 return $this->kind;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DOperation.php60 public $kind; variable in Google\\Service\\DeploymentManager\\Operation
245 public function setKind($kind) argument
247 $this->kind = $kind;
254 return $this->kind;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DProposal.php37 public $kind; variable in Google\\Service\\AdExchangeBuyer\\Proposal
158 public function setKind($kind) argument
160 $this->kind = $kind;
164 return $this->kind;
H A DPublisherProfileApiProto.php31 public $kind; variable in Google\\Service\\AdExchangeBuyer\\PublisherProfileApiProto
116 public function setKind($kind) argument
118 $this->kind = $kind;
122 return $this->kind;
H A DMarketplaceDeal.php39 public $kind; variable in Google\\Service\\AdExchangeBuyer\\MarketplaceDeal
178 public function setKind($kind) argument
180 $this->kind = $kind;
184 return $this->kind;
H A DPretargetingConfig.php37 public $kind; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfig
163 public function setKind($kind) argument
165 $this->kind = $kind;
169 return $this->kind;
H A DProduct.php37 public $kind; variable in Google\\Service\\AdExchangeBuyer\\Product
164 public function setKind($kind) argument
166 $this->kind = $kind;
170 return $this->kind;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DProfile.php67 public $kind; variable in Google\\Service\\Analytics\\Profile
278 public function setKind($kind) argument
280 $this->kind = $kind;
287 return $this->kind;
H A DExperiment.php58 public $kind; variable in Google\\Service\\Analytics\\Experiment
241 public function setKind($kind) argument
243 $this->kind = $kind;
250 return $this->kind;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrder.php42 public $kind; variable in Google\\Service\\ShoppingContent\\Order
173 public function setKind($kind) argument
175 $this->kind = $kind;
182 return $this->kind;
/plugin/strata/helper/
H A Dutil.php41 private function _load($kind, $name, $default) { argument
48 if(empty($this->loaded[$kind][$name])) {
49 $class = "plugin_strata_${kind}_${name}";
50 $this->loaded[$kind][$name] = new $class();
53 return $this->loaded[$kind][$name];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DFloodlightActivity.php86 public $kind; variable in Google\\Service\\Dfareporting\\FloodlightActivity
371 public function setKind($kind) argument
373 $this->kind = $kind;
380 return $this->kind;
H A DPlacementGroup.php76 public $kind; variable in Google\\Service\\Dfareporting\\PlacementGroup
323 public function setKind($kind) argument
325 $this->kind = $kind;
332 return $this->kind;
H A DCampaign.php90 public $kind; variable in Google\\Service\\Dfareporting\\Campaign
413 public function setKind($kind) argument
415 $this->kind = $kind;
422 return $this->kind;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DSubscriptionPurchase.php73 public $kind; variable in Google\\Service\\AndroidPublisher\\SubscriptionPurchase
318 public function setKind($kind) argument
320 $this->kind = $kind;
327 return $this->kind;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DStorageObject.php82 public $kind; variable in Google\\Service\\Storage\\StorageObject
359 public function setKind($kind) argument
361 $this->kind = $kind;
368 return $this->kind;
H A DBucket.php52 public $kind; variable in Google\\Service\\Storage\\Bucket
257 public function setKind($kind) argument
259 $this->kind = $kind;
266 return $this->kind;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSettings.php70 public $kind; variable in Google\\Service\\SQLAdmin\\Settings
307 public function setKind($kind) argument
309 $this->kind = $kind;
316 return $this->kind;
/plugin/strata/
H A Daction.php184 list(,$kind,$name) = $matches;
187 $filenames = glob(DOKU_PLUGIN."*/{$kind}s/{$name}.php");
190 eval("class $fullname extends plugin_strata_{$kind} { };");
197 eval("class $fullname extends plugin_strata_{$kind} { };");
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php59 * @param int|string|array $kind
61 public function is($kind): bool argument
63 foreach ((array) $kind as $value) {
/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php127 public $kind; variable in Google_Groups
203 public function setKind( $kind) { argument
204 $this->kind = $kind;
207 return $this->kind;

1...<<41424344454647484950>>...52