Home
last modified time | relevance | path

Searched refs:yellow (Results 1 – 25 of 171) sorted by relevance

1234567

/plugin/highlight2wiki/
Dstyle.css26 background-color: yellow;
30 color:yellow;
31 background-color:yellow;
36 background-color:yellow;
41 background-color:yellow;
48 background-color: yellow;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
DColorModeConverter.php42 $yellow = 1 - ($c[3] / 255);
43 $min = min($cyan, $magenta, $yellow);
59 …return [6, ($cyan - $K) * 100 / $black, ($magenta - $K) * 100 / $black, ($yellow - $K) * 100 / $bl…
62 …return [4, ($cyan - $K) * 100 / $black, ($magenta - $K) * 100 / $black, ($yellow - $K) * 100 / $bl…
/plugin/davcard/vendor/sabre/vobject/lib/
DCli.php506 'yellow' => '1;33',
533 $this->cWrite('yellow', $vObj->name . "\n");
602 $this->cWrite('yellow', $vObj->name . "\n");
620 $this->cWrite('yellow', $property->name);
/plugin/icalevents/vendor/sabre/vobject/lib/
DCli.php511 'yellow' => '1;33',
539 $this->cWrite('yellow', $vObj->name . "\n");
610 $this->cWrite('yellow', $vObj->name . "\n");
628 $this->cWrite('yellow', $property->name);
/plugin/webdavclient/vendor/sabre/vobject/lib/
DCli.php506 'yellow' => '1;33',
533 $this->cWrite('yellow', $vObj->name . "\n");
602 $this->cWrite('yellow', $vObj->name . "\n");
620 $this->cWrite('yellow', $property->name);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php506 'yellow' => '1;33',
533 $this->cWrite('yellow', $vObj->name . "\n");
602 $this->cWrite('yellow', $vObj->name . "\n");
620 $this->cWrite('yellow', $property->name);
/plugin/webdav/vendor/sabre/vobject/lib/
DCli.php485 'yellow' => '1;33',
510 $this->cWrite('yellow', $vObj->name."\n");
580 $this->cWrite('yellow', $vObj->name."\n");
595 $this->cWrite('yellow', $property->name);
/plugin/syntaxhighlighter3/sxh3/src/sass/
DshThemeMDUltra.scss27 $code_constants: yellow !default;
29 $code_color2: yellow !default;
/plugin/asciidocjs/node_modules/lazy-cache/
DREADME.md60 // alias `ansi-yellow` as `yellow`
61 utils('ansi-yellow', 'yellow');
62 console.log(utils.yellow('foo'));
/plugin/jsontable/demo/
Djsontable_demo.txt28 ["Renault", 2015, {"color": {"chassis": "yellow", "bumper": "black"}}],
34 ["Renault", 2015, {"color": {"chassis": "yellow", "bumper": "black"}}],
54 "selectOptions": ["yellow", "red", "black", "white"]
72 "selectOptions": ["yellow", "red", "black", "white"]
/plugin/pgn4web/pgn4web/
Dtactics.css58 border-color: yellow;
115 background: yellow;
Dtwic944.css69 border-color: yellow;
133 background: yellow;
/plugin/fho/
Dstyle.css58 .legend-yellow {
59 background-color: yellow;
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
DshThemeMDUltra.css43 .syntaxhighlighter .constants{color:yellow !important;}
46 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:yellow !important;}
/plugin/ahrefmenu/
DxmlTree.css13 background-color: yellow;
/plugin/clock/
Dstyle.css58 * Features : a clock using a digital clock font in yellow face in a
99 …* a clock using a digital clock font with yellow face in a black background and a shadow, degradin…
115 color: yellow;
/plugin/dokutranslate/
Dscreen.css22 background-color: yellow;
/plugin/xtern/
Dstyle.css22 background-color: yellow;
/plugin/revealjs/css/theme/source/
Dmoon.scss35 $yellow: #b58900; variable
Dsolarized.scss36 $yellow: #b58900; variable
/plugin/wrapadd/
DREADME.md44 <WRAP nicebox red|orange|green|purple|yellow|blue|marine>
/plugin/asciidocjs/node_modules/ansi-styles/
Dindex.d.ts281 readonly yellow: CSPair; property
Dindex.js79 yellow: [33, 39], property
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Dshorten-hex.js148 yellow: '#ff0', property
/plugin/adhocwrap/
H A Dall.less115 .yellow { color: #966C03; }
128 mark.yellow { background-color: #FFF176; color: #111; }
287 .yellow { color: #FDD835; }
300 mark.yellow { background-color: #754E00; color: #CCC; }

1234567