| /plugin/combo/ComboStrap/ |
| H A D | Brand.php | 7 class Brand class 15 * 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 44 * Brand constructor. 55 $brandDictionary = Brand::getBrandDictionary(); 59 * Build the data for the brand 96 foreach ($brands as $brand) { 97 $brandNames[] = $brand->getName(); 99 $brandNames[] = $brand->getAbbr(); [all …]
|
| H A D | BrandTag.php | 13 const MARKUP = "brand"; 30 * Brand text found is updated on exit if there is one 51 * A brand in a menubar is button 53 * if not we check where the brand is 73 * Brand Object creation 79 …return LogUtility::wrapInRedForHtml("Error while reading the brand data for the brand ($brandName)… 83 * Add the Brand button Icon / CSS / Javascript snippet 99 …gUtility::wrapInRedForHtml("Error while getting the link data for the the brand ($brandName). Erro… 104 $tagAttributes->addClassName("navbar-brand"); 143 if ($brandButton->getBrand()->getName() === Brand::CURRENT_BRAND) { [all …]
|
| H A D | BrandButton.php | 12 * Brand button 68 const TYPE_BUTTON_BRAND = "brand"; 79 * @var 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 $th… 243 if ($this->brand->getName() == \action_plugin_combo_metatwitter::CANONICAL) { [all …]
|
| H A D | BrandListTag.php | 10 public const MARKUP = "brand-list"; 15 $brandDictionary = Brand::getBrandDictionary(); 19 return "Error while creating the brand list. Error: {$e->getMessage()}"; 31 Brand Name 96 $html .= "Icon name is null for brand $brandName"; 108 $message = "Error while rendering the brand $brandName. Error: {$e->getMessage()}"; 110 $rowSpan = sizeof($variants) + 1; // 1 for the brand column
|
| H A D | IdentityFormsHelper.php | 252 $brand = Brand::create(Brand::CURRENT_BRAND); 260 <a href="{$brand->getBrandUrl()}" title="{$brand->getTitle()}">$mediaMarkup</a>
|
| /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/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/Resource/ |
| D | ProjectsBrands.php | 20 use Google\Service\CloudIAP\Brand; alias 34 * Constructs a new OAuth brand for the project if one does not exist. The 35 * created brand is "internal only", meaning that OAuth clients created under it 37 * organization as the project. The brand is created in an un-reviewed status. 39 * Console. Requires that a brand does not already exist for the project, and 42 * @param string $parent Required. GCP Project number/id under which the brand 44 * @param Brand $postBody 46 * @return Brand 48 public function create($parent, Brand $postBody, $optParams = []) 52 return $this->call('create', [$params], Brand::class); [all …]
|
| D | ProjectsBrandsIdentityAwareProxyClients.php | 37 * IAP. Requires that the brand for the project exists and that it is set for 41 * following format: projects/{project_number/id}/brands/{brand}. The project 60 * deleted. In the following format: projects/{project_number/id}/brands/{brand} 76 * fetched. In the following format: projects/{project_number/id}/brands/{brand} 88 * Lists the existing clients for the brand. 91 * @param string $parent Required. Full brand path. In the following format: 92 * projects/{project_number/id}/brands/{brand}. 119 * /id}/brands/{brand}/identityAwareProxyClients/{client_id}.
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | FollowTag.php | 5 use ComboStrap\Brand; alias 25 return Brand::getBrandNamesForButtonType(BrandButton::TYPE_BUTTON_FOLLOW); 44 …$message = "The brand button does not have any follow url. You need to set at minimum the `$handle… 52 … $brand = BrandTag::createButtonFromAttributes($tagAttributes, BrandButton::TYPE_BUTTON_FOLLOW); 54 $message = "The brand button creation returns an error ({$e->getMessage()}"; 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); 80 …$message = "The brand button creation returns an error when creating the link ({$e->getMessage()}"; [all …]
|
| H A D | ShareTag.php | 5 use ComboStrap\Brand; alias 40 … return LogUtility::wrapInRedForHtml("The brand creation returns an error ({$e->getMessage()}"); 123 return Brand::getBrandNamesForButtonType(BrandButton::TYPE_BUTTON_SHARE);
|
| /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/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/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;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/ |
| D | ListBrandsResponse.php | 23 protected $brandsType = Brand::class; 27 * @param Brand[] 34 * @return Brand[]
|
| /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/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/statistics/vendor/matomo/device-detector/ |
| D | DeviceDetector.php | 115 * Holds the device brand data after parsing the UA 118 protected $brand = ''; variable in DeviceDetector\\DeviceDetector 513 * Returns the device brand extracted from the parsed UA 523 return AbstractDeviceParser::getShortCode($this->brand); 527 * Returns the full device brand name extracted from the parsed UA 536 return $this->brand; 688 'brand' => $deviceDetector->getBrandName(), 887 * Tries to detect the device type, model and brand 902 $this->brand = $parser->getBrand(); 916 * If no brand has been assigned try to match by known vendor fragments [all …]
|
| D | ClientHints.php | 46 * Represents `Sec-CH-UA-Platform` header field: the platform's brand 67 …sents `Sec-CH-UA-Full-Version-List` header field: the full version for each brand in its brand list 200 $brands = \array_column($this->fullVersionList, 'brand'); 331 $list[] = ['brand' => $matches[1], 'version' => $matches[2]];
|
| /plugin/statistics/vendor/matomo/device-detector/Parser/Device/ |
| D | AbstractDeviceParser.php | 37 protected $brand = ''; variable in DeviceDetector\\Parser\\Device\\AbstractDeviceParser 79 * Note: Before using a new brand in on of the regex files, it needs to be added here 2247 * Returns the detected device brand 2253 return $this->brand; 2257 * Returns the full brand name for the given short name 2259 * @param string $brandId short brand name 2273 * Returns the brand short code for the given name 2275 * @param string $brand brand name 2281 public static function getShortCode(string $brand): string argument 2283 return (string) \array_search($brand, self::$deviceBrands) ?: ''; [all …]
|
| D | ShellTv.php | 54 // only parse user agents containing fragments: {brand} shell 61 // always set device type to tv, even if no model/brand could be found
|
| /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;
|