Home
last modified time | relevance | path

Searched refs:brand (Results 1 – 25 of 97) sorted by path

1234

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php831 public $brand; variable in Google_ShoppingModelProductJsonV1
888 public function setBrand( $brand) { argument
889 $this->brand = $brand;
892 return $this->brand;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DHardwareInfo.php34 public $brand; variable in Google\\Service\\AndroidManagement\\HardwareInfo
115 public function setBrand($brand) argument
117 $this->brand = $brand;
124 return $this->brand;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DGoogleAppsCloudidentityDevicesV1Device.php40 public $brand; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1Device
193 public function setBrand($brand) argument
195 $this->brand = $brand;
202 return $this->brand;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DMobileDevice.php40 public $brand; variable in Google\\Service\\Directory\\MobileDevice
241 public function setBrand($brand) argument
243 $this->brand = $brand;
250 return $this->brand;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DAttributes.php32 public $brand; variable in Google\\Service\\ManufacturerCenter\\Attributes
189 public function setBrand($brand) argument
191 $this->brand = $brand;
198 return $this->brand;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderLineItemProduct.php26 public $brand; variable in Google\\Service\\ShoppingContent\\OrderLineItemProduct
81 public function setBrand($brand) argument
83 $this->brand = $brand;
90 return $this->brand;
H A DOrderTrackingSignalLineItemDetails.php25 public $brand; variable in Google\\Service\\ShoppingContent\\OrderTrackingSignalLineItemDetails
66 public function setBrand($brand) argument
68 $this->brand = $brand;
75 return $this->brand;
H A DProduct.php62 public $brand; variable in Google\\Service\\ShoppingContent\\Product
470 public function setBrand($brand) argument
472 $this->brand = $brand;
479 return $this->brand;
H A DPromotion.php26 public $brand; variable in Google\\Service\\ShoppingContent\\Promotion
157 public function setBrand($brand) argument
159 $this->brand = $brand;
166 return $this->brand;
H A DSegments.php25 public $brand; variable in Google\\Service\\ShoppingContent\\Segments
110 public function setBrand($brand) argument
112 $this->brand = $brand;
119 return $this->brand;
H A DTestOrderLineItemProduct.php26 public $brand; variable in Google\\Service\\ShoppingContent\\TestOrderLineItemProduct
73 public function setBrand($brand) argument
75 $this->brand = $brand;
82 return $this->brand;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DAndroidModel.php26 public $brand; variable in Google\\Service\\Testing\\AndroidModel
87 public function setBrand($brand) argument
89 $this->brand = $brand;
96 return $this->brand;
/plugin/bible/bible_douayRheims/
H A DZacharias.txt36 …ee, O Satan: and the Lord that chose Jerusalem rebuke thee: Is not this a brand plucked out of the…
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md61 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A DLICENSE.md13 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DLICENSE.md28 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trad…
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A DLICENSE.md13 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
/plugin/ckgdoku/ckeditor/plugins/wsc/
H A DLICENSE.md28 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trad…
/plugin/ckgedit/ckeditor/
H A DLICENSE.md61 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DLICENSE.md28 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trad…
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A DLICENSE.md13 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
/plugin/ckgedit/ckeditor/plugins/wsc/
H A DLICENSE.md28 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trad…
/plugin/combo/ComboStrap/
H A DBrand.php15 * The brand of the current application/website
18 const CANONICAL = "brand";
21 * @var array an array of brand abbreviation as key and their name as value
59 * Build the data for the brand
96 foreach ($brands as $brand) {
97 $brandNames[] = $brand->getName();
99 $brandNames[] = $brand->getAbbr();
124 * @return array - the brand names that can be used as type in the brand button
130 foreach ($brands as $brand) {
[all...]
H A DBrandButton.php68 const TYPE_BUTTON_BRAND = "brand";
81 private $brand; variable in ComboStrap\\BrandButton
93 $this->brand = Brand::create($brandName);
124 public static function createBrandButton(string $brand): BrandButton argument
126 return new BrandButton($brand, self::TYPE_BUTTON_BRAND);
220 $urlTemplate = $this->brand->getWebUrlTemplate($this->type);
222 throw new ExceptionBadArgument("The brand ($this) does not support the $this->type button (The $this->type URL is unknown)");
243 if ($this->brand->getName() == \action_plugin_combo_metatwitter::CANONICAL) {
273 return $this->brand->__toString();
282 $title = $this->brand
[all...]

1234