Home
last modified time | relevance | path

Searched refs:brand (Results 1 – 25 of 105) sorted by relevance

12345

/plugin/indexmenu/scripts/fancytree/skin-bootstrap-n/
Dui.fancytree.less68 @brand-primary: #428bca; // blue
69 @brand-success: #5cb85c; // green
70 @brand-info: #5bc0de; // light blue
71 @brand-warning: #f0ad4e; // orange
72 @brand-danger: #d9534f; // red
90 background-color: lighten(@brand-success, 10%);
91 border-color: lighten(@brand-success, 10%);
93 background-color: lighten(@brand-success, 10%); // green title, even when active
97 background-color: lighten(@brand-primary, 10%);
102 background-color: lighten(@brand-primary, 42%);
[all …]
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php37 protected $brand = ''; variable in DeviceDetector\\Parser\\Device\\AbstractDeviceParser
2253 return $this->brand;
2275 * @param string $brand brand name
2281 public static function getShortCode(string $brand): string argument
2283 return (string) \array_search($brand, self::$deviceBrands) ?: '';
2315 $brand = '';
2318 foreach ($regexes as $brand => $regex) {
2332 if ('Unknown' !== $brand) {
2333 if (!\in_array($brand, self::$deviceBrands)) {
2337 $brand,
[all …]
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php52 … $brand = BrandTag::createButtonFromAttributes($tagAttributes, BrandButton::TYPE_BUTTON_FOLLOW);
63 $style = $brand->getStyle();
65 …$message = "The style of the share button ($brand) could not be determined. Error: {$e->getMessage…
68 $snippetId = $brand->getStyleScriptIdentifier();
77 $tagAttributes = BrandTag::mixBrandButtonToTagAttributes($tagAttributes, $brand);
88 $iconAttributes = TagAttributes::createFromCallStackArray($brand->getIconAttributes());
91 … $message = "Getting the icon for the brand ($brand) returns an error ({$e->getMessage()}";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DOrderTrackingSignalLineItemDetails.php25 public $brand; variable in Google\\Service\\ShoppingContent\\OrderTrackingSignalLineItemDetails
66 public function setBrand($brand) argument
68 $this->brand = $brand;
75 return $this->brand;
DTestOrderLineItemProduct.php26 public $brand; variable in Google\\Service\\ShoppingContent\\TestOrderLineItemProduct
73 public function setBrand($brand) argument
75 $this->brand = $brand;
82 return $this->brand;
DOrderLineItemProduct.php26 public $brand; variable in Google\\Service\\ShoppingContent\\OrderLineItemProduct
81 public function setBrand($brand) argument
83 $this->brand = $brand;
90 return $this->brand;
DSegments.php25 public $brand; variable in Google\\Service\\ShoppingContent\\Segments
110 public function setBrand($brand) argument
112 $this->brand = $brand;
119 return $this->brand;
DPromotion.php26 public $brand; variable in Google\\Service\\ShoppingContent\\Promotion
157 public function setBrand($brand) argument
159 $this->brand = $brand;
166 return $this->brand;
DProduct.php62 public $brand; variable in Google\\Service\\ShoppingContent\\Product
470 public function setBrand($brand) argument
472 $this->brand = $brand;
479 return $this->brand;
/plugin/combo/ComboStrap/
H A DBrandButton.php81 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);
243 if ($this->brand->getName() == \action_plugin_combo_metatwitter::CANONICAL) {
273 return $this->brand->__toString();
282 $title = $this->brand->getTitle($this->iconType);
286 $name = ucfirst($this->brand->getName());
391 return $this->brand;
[all …]
H A DBrand.php96 foreach ($brands as $brand) {
97 $brandNames[] = $brand->getName();
99 $brandNames[] = $brand->getAbbr();
130 foreach ($brands as $brand) {
131 if ($brand->supportButtonType($type)) {
132 $brandNamesForType[] = $brand->getName();
134 $brandNamesForType[] = $brand->getAbbr();
H A DIdentityFormsHelper.php252 $brand = Brand::create(Brand::CURRENT_BRAND);
260 <a href="{$brand->getBrandUrl()}" title="{$brand->getTitle()}">$mediaMarkup</a>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
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/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
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/combo/resources/slot/
H A Dpage-header.md2 <brand boldness="bold">
4 Your brand
5 </brand>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
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/indexmenu/scripts/fancytree/skin-bootstrap/
Dui.fancytree.less33 @brand-primary: darken(#428bca, 6.5%); // blue, #337ab7
34 @brand-success: #5cb85c; // green
35 @brand-info: #5bc0de; // light blue
36 @brand-warning: #f0ad4e; // orange
37 @brand-danger: #d9534f; // red
88 @fancy-font-error-color: @brand-danger;
91 @fancy-active-color: @brand-primary;
92 @fancy-select-color: @brand-success;
180 // background-color: @brand-info !important;
182 // // outline: 1px solid @brand-info;
[all …]
/plugin/statistics/vendor/matomo/device-detector/
DDeviceDetector.php118 protected $brand = ''; variable in DeviceDetector\\DeviceDetector
523 return AbstractDeviceParser::getShortCode($this->brand);
536 return $this->brand;
902 $this->brand = $parser->getBrand();
918 if (empty($this->brand)) {
922 $this->brand = $vendorParser->parse()['brand'] ?? '';
934 if ('Apple' === $this->brand && !\in_array($osName, $appleOsNames)) {
936 $this->brand = '';
943 if (empty($this->brand) && \in_array($osName, $appleOsNames)) {
944 $this->brand = 'Apple';
[all …]
/plugin/statistics/vendor/matomo/device-detector/Parser/
DVendorFragment.php42 foreach ($this->getRegexes() as $brand => $regexes) {
47 return ['brand' => $brand];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
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/
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/statistics/vendor/matomo/device-detector/Parser/Client/
DBrowser.php1145 foreach ($brands as $brand => $brandVersion) {
1146 $brand = $this->applyClientHintMapping($brand);
1149 if ($this->fuzzyCompare("{$brand}", $browserName)
1150 || $this->fuzzyCompare($brand . ' Browser', $browserName)
1151 || $this->fuzzyCompare("{$brand}", $browserName . ' Browser')
/plugin/webcomponent/_test/data/pages/
Dnavbar.txt32 <brand class="pt-0" title="Nico's Home">
34 </brand>
/plugin/combo/resources/page-image/
H A Dvignette.md9 <brand align="right" width="70"/>
/plugin/combo/resources/dictionary/
H A DREADME.md11 …json) - list of [CoreUI Brands icons](https://github.com/coreui/coreui-icons/tree/master/svg/brand)

12345