Searched refs:colorValue (Results 1 – 12 of 12) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | TextColor.php | 39 $colorValue = $attributes->getValueAndRemove($colorAttribute); 40 $lowerCaseColorValue = strtolower($colorValue); 75 $colorValue = ColorRgb::createFromString($colorValue)->toCssValue(); 77 …LogUtility::msg("The text color value ($colorValue) is not a valid color. Error: {$e->getMessage()… 80 if (!empty($colorValue)) { 81 … $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, $colorValue);
|
| H A D | ColorRgb.php | 582 $colorValue = "bs-" . $this->name; 585 $colorValue = $this->name; 588 return "var(--" . $colorValue . ")"; 806 function setRgbChannels(array $colorValue): ColorRgb argument 808 if (sizeof($colorValue) != 3) { 811 foreach ($colorValue as $color) { 821 [$this->red, $this->green, $this->blue] = $colorValue;
|
| H A D | FetcherSvg.php | 1255 $colorValue = $color->toCssValue(); 1263 $documentElement->setAttribute("fill", $colorValue); 1265 if ($colorValue !== FetcherSvg::CURRENT_COLOR) { 1293 $firsFillElement->setAttribute("fill", $colorValue); 1300 … $documentElement->setAttribute(FetcherSvg::STROKE_ATTRIBUTE, $colorValue); 1302 if ($colorValue !== FetcherSvg::CURRENT_COLOR) {
|
| H A D | PluginUtility.php | 454 $colorValue = $attributes->getValueAndRemove(ColorRgb::BORDER_COLOR); 455 …DeclarationIfNotSet(ColorRgb::BORDER_COLOR, ColorRgb::createFromString($colorValue)->toCssValue());
|
| /plugin/fontcolor/ |
| D | action.php | 63 foreach($colors as $colorName => $colorValue) { 68 . substr($colorValue, 1), 69 'open' => '<fc ' . $colorValue . '>',
|
| /plugin/combo/ComboStrap/TagAttribute/ |
| H A D | BackgroundAttribute.php | 248 $colorValue = $tagAttributes->getValueAndRemove(self::BACKGROUND_COLOR); 251 if (strpos($colorValue, $gradientPrefix) === 0) { 257 … gradient color creates an image. You can't use the linear color (" . $colorValue . ") and the ima… 259 $mainColorValue = substr($colorValue, strlen($gradientPrefix)); 265 $colorValue = ColorRgb::createFromString($colorValue)->toCssValue(); 266 $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_COLOR, $colorValue);
|
| /plugin/typography/ |
| D | action.php | 71 foreach ($colors as $colorName => $colorValue) { 77 .substr($colorValue, 1), 78 'open' => '<fc ' . $colorValue . '>',
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
| D | shorten-hex.js | 168 function hexConverter(match, prefix, colorValue, suffix) { argument 169 return prefix + toHex[colorValue.toLowerCase()] + suffix; 172 function nameConverter(match, colorValue, suffix) { argument 173 return toName[colorValue.toLowerCase()] + suffix;
|
| /plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
| D | fcktextcolorcommand.js | 159 var colorValue = '#' + colorParts[0] ; 160 var colorName = colorParts[1] || colorValue ; 163 …ss="ColorBoxBorder"><div class="ColorBox" style="background-color: ' + colorValue + '"></div></div…
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | importer.js | 2153 … var colorValue = color.getAttribute(com.mxgraph.io.vsdx.mxVsdxConstants.RGB); 2154 /* put */ (this.colorElementMap[colorId] = colorValue);
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …colorValue = colorDesc.defaults[theme.type];\n return resolveColorValue(colorValue, the…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …colorValue = fromString(expression.value);\n return function () {\n return colorValue;…
|