Home
last modified time | relevance | path

Searched refs:colors (Results 26 – 50 of 246) sorted by last modified time

12345678910

/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css9 -moz-border-bottom-colors: none;
10 -moz-border-left-colors: none;
11 -moz-border-right-colors: none;
12 -moz-border-top-colors: none;
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md352 * `FIX`: correct label colors on connect / hover ([#1380](https://github.com/bpmn-io/bpmn-js/issues…
639 * `ElementFactory`: use `attrs.di` property instead of `attrs.colors` for fill and stroke when crea…
849 * `FEAT`: add ability to override default element colors ([#713](https://github.com/bpmn-io/bpmn-js…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194colors||Ry,i=this,r={};"fill"in n&&L(r,{"background-color":this._normalizeColor(n.fill)}),"stroke"…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md68 * `FEAT`: add configuration for default colors in DRD ([#679](https://github.com/bpmn-io/dmn-js/iss…
219 * `FEAT`: align colors with Camunda Modeler ([#542](https://github.com/bpmn-io/dmn-js/pull/542))
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md90 then uses terminal colors. You can always suppress colored output by passing ``--no-colors`` to your scripts.
91 Disabling colors will also disable the emoticon prefixes.
96 For more complex coloring you can access the color class through ``$this->colors`` in your script. The ``wrap()`` method
99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php22 public $colors; variable in splitbrain\\phpcli\\Base
52 $this->colors = new Colors();
53 $this->options = new Options($this->colors);
115 'no-colors',
116 'Do not use any colors in output. Useful when piping output to other tools or files.'
120 'Minimum level of messages to display. Default is ' . $this->colors->wrap($this->logdefault, Colors::C_CYAN) . '. ' .
132 if ($this->options->getOpt('no-colors')) {
133 $this->colors->disable();
232 if (!$this->colors->isEnabled()) $prefix = '';
235 $this->colors
[all...]
H A DColors.php35 protected $colors = array( variable in splitbrain\\phpcli\\Colors
55 /** @var bool should colors be used? */
61 * Tries to disable colors for non-terminals
140 if (!isset($this->colors[$color])) {
144 return $this->colors[$color];
H A DOptions.php32 protected $colors; variable in splitbrain\\phpcli\\Options
40 * @param Colors $colors optional configured color object
43 public function __construct(Colors $colors = null) argument
45 if (!is_null($colors)) {
46 $this->colors = $colors;
48 $this->colors = new Colors();
365 $tf = new TableFormatter($this->colors);
377 $text .= $this->colors->wrap('USAGE:', Colors::C_BROWN);
383 $text .= $this->colors
[all...]
H A DTableFormatter.php22 protected $colors; variable in splitbrain\\phpcli\\TableFormatter
27 * @param Colors|null $colors
29 public function __construct(Colors $colors = null) argument
37 if ($colors) {
38 $this->colors = $colors;
40 $this->colors = new Colors();
185 * @param array $colors A list of color names to use for each column. use empty string for default
189 public function format($columns, $texts, $colors = array()) argument
215 if (isset($colors[
[all...]
/plugin/statistics/inc/pchart/
H A DPieChart.php112 $this->palette->colors[$ID],
223 $this->palette->colors[$Key]
406 $color = $this->palette->colors[$Key];
423 $polygonColor = $this->palette->colors[$Key];
443 * @param bool Enhance colors?
655 $this->palette->colors[$Key]->addRGBIncrement(-20)
670 $this->palette->colors[$Key]->addRGBIncrement($En),
699 $palette->colors[$Key]->addRGBIncrement(-10)
711 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
717 $palette->colors[
[all...]
H A DPalette.php4 * Represents a palette of indexed graph colors
12 public $colors = array(); variable in Palette
23 $palette->colors = array(
43 * @param int $shades number of colors to create
54 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,
100 $this->colors[$id] = $color;
110 if(isset($this->colors[$id])) return $this->colors[$id];
113 $this->colors[$id] = Color::random($id);
114 return $this->colors[
[all...]
/plugin/statdisplay/pchart/
H A DPalette.php10 public $colors = array(); variable in Palette
15 $palette->colors = array('0' => new Color(188, 224, 46 ),
35 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,
44 $this->colors[$id] = $color;
H A DPieChart.php108 $this->palette->colors[$ID],
214 $this->palette->colors[$Key]);
382 $color = $this->palette->colors[$Key];
399 $polygonColor = $this->palette->colors[$Key];
615 $this->palette->colors[$Key]->addRGBIncrement(-20));
628 $this->palette->colors[$Key]->addRGBIncrement($En),
655 $palette->colors[$Key]->addRGBIncrement(-10));
665 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
669 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
686 $this->palette->colors[$Key]);
[all …]
H A DpChart.php991 $this->palette->colors[$ID],
1275 $color = $this->palette->colors[$ColorID];
1509 $this->palette->colors[$ColorID],
1700 $this->palette->colors[$ColorID],
1720 $this->palette->colors[$ColorID],
2052 $this->palette->colors[$ColorID],
2261 $this->palette->colors[$MaxID],
2269 $this->palette->colors[$MinID],
2511 $this->palette->colors[$ColorID],
2530 $this->palette->colors[$ColorID],
[all …]
/plugin/advanced/lang/en/config/
H A Dstyleini.txt17 …''. This is especially useful for defining a color scheme once and reuse these colors in all files.
/plugin/color/
H A DREADME.md18 … a `<span>` element containing `⟨text⟩`, colorized with the given foreground and background colors.
/plugin/achart/assets/
H A Dapexcharts.min.js6colors:[],fontSize:"11px",fontWeight:400,fontFamily:void 0,cssClass:""},formatter:void 0},axisBord… property in AnonymousFunction1cae5b510100.S.t.yAxis.labels.style
/plugin/ckgedit/ckeditor/
H A DCHANGES.md324 * [#1008](https://github.com/ckeditor/ckeditor-dev/issues/1008): Fixed: Shorthand Hex colors from t…
520 …roperty if it only contains a color value. This fixes missing background colors when using [Paste …
527 …ono-Lisa](https://ckeditor.com/cke4/addon/moono-lisa). Refreshed default colors available in the […
H A Dckeditor.js.unc13800 name: "colors"
15520 toolbar: "colors," + r,
15625 … = b : (b = "#" + b.replace(/^(.)(.)(.)$/, "$1$1$2$2$3$3"), n = e.lang.colorbutton.colors[c] || c);
H A Dconfig.js1 …,[CKEDITOR.ALT+51,null],[CKEDITOR.ALT+52,null],[CKEDITOR.ALT+53,null]];f.colors=new Array("000000"…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified156 "colors": "Colors",
175 "colors": {
846 …tax or its text will enable you to check the appearance of the font, its colors, and its size.<br …
H A Den.js-4.9.merged5colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"clipboard":{"copy":"Copy","copyEr…
114 …syntax or its text will enable you to check the appearance of the font, its colors, and its size.'+
H A Den.js.4.95colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"clipboard":{"copy":"Copy","copyEr…
H A Den.js.ckgedit113 …syntax or its text will enable you to check the appearance of the font, its colors, and its size.'+
H A Den.js.unc5colors":"Colors","tools":"Tools"},"toolbars":"Editor toolbars"},"notification":{"closed":"Notifica…
115 …syntax or its text will enable you to check the appearance of the font, its colors, and its size.'+

12345678910