| /plugin/indexmenu/scripts/fancytree/skin-bootstrap-n/ |
| D | ui.fancytree.less | 68 @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/ |
| D | AbstractDeviceParser.php | 37 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 D | FollowTag.php | 52 … $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/ |
| D | OrderTrackingSignalLineItemDetails.php | 25 public $brand; variable in Google\\Service\\ShoppingContent\\OrderTrackingSignalLineItemDetails 66 public function setBrand($brand) argument 68 $this->brand = $brand; 75 return $this->brand;
|
| D | TestOrderLineItemProduct.php | 26 public $brand; variable in Google\\Service\\ShoppingContent\\TestOrderLineItemProduct 73 public function setBrand($brand) argument 75 $this->brand = $brand; 82 return $this->brand;
|
| D | OrderLineItemProduct.php | 26 public $brand; variable in Google\\Service\\ShoppingContent\\OrderLineItemProduct 81 public function setBrand($brand) argument 83 $this->brand = $brand; 90 return $this->brand;
|
| D | Segments.php | 25 public $brand; variable in Google\\Service\\ShoppingContent\\Segments 110 public function setBrand($brand) argument 112 $this->brand = $brand; 119 return $this->brand;
|
| D | Promotion.php | 26 public $brand; variable in Google\\Service\\ShoppingContent\\Promotion 157 public function setBrand($brand) argument 159 $this->brand = $brand; 166 return $this->brand;
|
| D | Product.php | 62 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 D | BrandButton.php | 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); 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 D | Brand.php | 96 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 D | IdentityFormsHelper.php | 252 $brand = Brand::create(Brand::CURRENT_BRAND); 260 <a href="{$brand->getBrandUrl()}" title="{$brand->getTitle()}">$mediaMarkup</a>
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/ |
| D | AndroidModel.php | 26 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/ |
| D | HardwareInfo.php | 34 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 D | page-header.md | 2 <brand boldness="bold"> 4 Your brand 5 </brand>
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/ |
| D | GoogleAppsCloudidentityDevicesV1Device.php | 40 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/ |
| D | ui.fancytree.less | 33 @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/ |
| D | DeviceDetector.php | 118 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/ |
| D | VendorFragment.php | 42 foreach ($this->getRegexes() as $brand => $regexes) { 47 return ['brand' => $brand];
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
| D | MobileDevice.php | 40 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/ |
| D | Attributes.php | 32 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/ |
| D | Browser.php | 1145 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/ |
| D | navbar.txt | 32 <brand class="pt-0" title="Nico's Home"> 34 </brand>
|
| /plugin/combo/resources/page-image/ |
| H A D | vignette.md | 9 <brand align="right" width="70"/>
|
| /plugin/combo/resources/dictionary/ |
| H A D | README.md | 11 …json) - list of [CoreUI Brands icons](https://github.com/coreui/coreui-icons/tree/master/svg/brand)
|