Home
last modified time | relevance | path

Searched refs:red (Results 76 – 100 of 375) sorted by last modified time

12345678910>>...15

/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css626 border-right: 1px solid red;
/plugin/combo/ComboStrap/
H A DColorHsl.php92 $red = $chroma;
96 $red = $x;
100 $red = 0;
104 $red = 0;
108 $red = $x;
112 $red = $chroma;
117 $red = ($red + $m) * 255;
126 intval(round($red)),
/plugin/adhoctags/
H A DREADME.md88 - `[name=value]` – extended format for all other allowed attributes. For example, `[style=color:red]`, or `[dir=ltr]` to override the text direction set by the `:lang` attribute, etc.
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css21 --color-red-360-100-40: hsl(360, 100%, 40%);
22 --color-red-360-100-45: hsl(360, 100%, 45%);
23 --color-red-360-100-92: hsl(360, 100%, 92%);
24 --color-red-360-100-97: hsl(360, 100%, 97%);
H A Ddiagram-js.css24 --color-red-360-100-40: hsl(360, 100%, 40%);
25 --color-red-360-100-45: hsl(360, 100%, 45%);
26 --color-red-360-100-92: hsl(360, 100%, 92%);
27 --color-red-360-100-97: hsl(360, 100%, 97%);
87 --shape-drop-not-allowed-fill-color: var(--color-red-360-100-97);
94 --tooltip-error-background-color: var(--color-red-360-100-97);
95 --tooltip-error-border-color: var(--color-red-360-100-45);
96 --tooltip-error-color: var(--color-red-360-100-45);
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css24 --color-red-360-100-40: hsl(360, 100%, 40%);
25 --color-red-360-100-45: hsl(360, 100%, 45%);
26 --color-red-360-100-92: hsl(360, 100%, 92%);
27 --color-red-360-100-97: hsl(360, 100%, 97%);
87 --shape-drop-not-allowed-fill-color: var(--color-red-360-100-97);
94 --tooltip-error-background-color: var(--color-red-360-100-97);
95 --tooltip-error-border-color: var(--color-red-360-100-45);
96 --tooltip-error-color: var(--color-red-360-100-45);
H A Ddmn-js-drd.css5 --dmn-definitions-error-color: var(--color-red-360-100-45);
6 --dmn-definitions-error-border-color: var(--color-red-360-100-45);
7 --dmn-definitions-error-background-color: var(--color-red-360-100-97);
H A Ddmn-js-shared.css18 --color-red-360-100-40: hsl(360, 100%, 40%);
19 --color-red-360-100-45: hsl(360, 100%, 45%);
20 --color-red-360-100-92: hsl(360, 100%, 92%);
21 --color-red-360-100-97: hsl(360, 100%, 97%);
28 --hint-invalid-color: var(--color-red-360-100-45);
35 --input-focus-invalid-border-color: var(--color-red-360-100-45);
36 --input-focus-invalid-box-shadow-color: var(--color-red-360-100-92);
37 --input-invalid-border-color: var(--color-red-360-100-45);
38 --input-invalid-color: var(--color-red-360-100-45);
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md94 ``error()`` (red) or ``fatal()`` (red). The latter will also exit the programm with a non-zero exit code.
/plugin/upgrade/
H A Dstyle.css31 color: red;
/plugin/statistics/inc/pchart/
H A DColor.php43 * @param int|string $red either red channel or the whole color in hex
48 public function __construct($red, $green = null, $blue = null) { argument
49 if(!is_numeric($red)) {
51 list($red, $green, $blue) = $this->Hex2RGB($red);
53 if(is_null($green)) $green = $red;
54 if(is_null($blue)) $blue = $red;
56 if($red < 0 || $red > 25
[all...]
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt412 This is some <span style="color:red;font-size:150%;">inline HTML</span>
415 <p style="border:2px dashed red;">And this is some block HTML</p>
420 This is some <span style="color:red;font-size:150%;">inline HTML</span>
423 <p style="border:2px dashed red;">And this is some block HTML</p>
/plugin/odt/
H A Dstyle.css59 color: red;
H A DChangeLog.txt117 … + A function which directly imports a CSS style (similar to HTML code like 'style="color:red;"')
/plugin/barcodes/lib/
H A DColor.php27 private $red; variable in DokuWiki\\Barcodes\\Color
34 $this->red = hexdec(substr($matches[1], 0, 2));
52 return sprintf("%02X%02X%02X", $this->red, $this->green, $this->blue);
/plugin/edittable/lib/
H A Dhandsontable.less373 background: red;
/plugin/statdisplay/pchart/
H A DColor.php32 public function __construct($red, $green = null, $blue = null) { argument
33 if(is_null($green)) $green = $red;
34 if(is_null($blue)) $blue = $red;
36 if ($red < 0 || $red > 255) {
48 $this->r = $red;
/plugin/s5/ui/blue/
H A Dpretty.css26 code.bad, code del {color: red;}
/plugin/s5/ui/pixel/
H A Dpretty.css26 code.bad, code del {color: red;}
/plugin/s5/ui/flower/
H A Dpretty.css26 code.bad, code del {color: red;}
/plugin/s5/ui/default/
H A Dpretty.css22 .slide code.bad, code del {color: red;}
/plugin/s5/ui/yatil/
H A Dpretty.css34 code.bad, code del {color: red;}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc172 $params['health'] = (enum) A health status ("green", "yellow", or "red" to filter only indices matching the specified health status (Options = green,yellow,red)
H A DClusterNamespace.asciidoc145 $params['wait_for_status'] = (enum) Wait until cluster is in a specific state (Options = green,yellow,red)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D381fced1882ca8337143e6bb180a5715.asciidoc11 'red',

12345678910>>...15