Home
last modified time | relevance | path

Searched refs:promotionType (Results 1 – 4 of 4) sorted by relevance

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher/
H A DSubscriptionPurchase.php48 public $promotionType; variable in Google_Service_AndroidPublisher_SubscriptionPurchase
271 public function setPromotionType($promotionType) argument
273 $this->promotionType = $promotionType;
277 return $this->promotionType;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/contrib/
H A DGoogle_GanService.php1334 public $promotionType; variable in Google_Link
1412 public function setPromotionType($promotionType) { argument
1413 $this->promotionType = $promotionType;
1416 return $this->promotionType;
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/google.golang.org/api/google-api-go-client-9bf6e6e569ff/gan/v1beta1/
H A Dgan-gen.go2556 func (c *LinksListCall) PromotionType(promotionType ...string) *LinksListCall {
2557 c.urlParams_.SetMulti("promotionType", append([]string{}, promotionType...))
/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DMonsters.c1216 unsigned long successorTerrainFlags(enum tileType tile, enum subseqDFTypes promotionType) { in successorTerrainFlags() argument
1219 switch (promotionType) { in successorTerrainFlags()