Home
last modified time | relevance | path

Searched refs:bgGreen (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/devel/R-cran-crayon/crayon/tests/testthat/
H A Dtest-color.r12 expect_equal(red$bgGreen$underline('foo'),
14 expect_equal(underline$red$bgGreen('foo'),
34 expect_equal(reset(red$bgGreen$underline('foo') %+% 'foo'),
42 red$bgGreen$underline('bunny bunny', reset(' foo '), 'foo'),
H A Dtest-vectors.r18 expect_equal(red$bgGreen$underline(foobar),
21 expect_equal(underline$red$bgGreen(foobar),
47 expect_equal(reset(red$bgGreen$underline(foobar) %+% foobar),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/colors/
H A Dindex.d.ts25 bgGreen: Color; property
71 export const bgGreen: Color;
112 bgGreen: string;
H A Dsafe.d.ts27 export function bgGreen(str: string): string;
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/colors/
H A Dindex.d.ts25 bgGreen: Color; property
71 export const bgGreen: Color;
112 bgGreen: string;
H A Dsafe.d.ts27 export function bgGreen(str: string): string;
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/colors/
H A Dindex.d.ts25 bgGreen: Color; property
71 export const bgGreen: Color;
112 bgGreen: string;
H A Dsafe.d.ts27 export function bgGreen(str: string): string;
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/colors/
H A Dindex.d.ts25 bgGreen: Color; property
71 export const bgGreen: Color;
112 bgGreen: string;
H A Dsafe.d.ts27 export function bgGreen(str: string): string;
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/colors/
H A Dindex.d.ts25 bgGreen: Color; property
71 export const bgGreen: Color;
112 bgGreen: string;
H A Dsafe.d.ts27 export function bgGreen(str: string): string;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/colors/
H A Dindex.d.ts25 bgGreen: Color; property
71 export const bgGreen: Color;
112 bgGreen: string;
H A Dsafe.d.ts27 export function bgGreen(str: string): string;
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/colors/
H A Dindex.d.ts25 bgGreen: Color; property
71 export const bgGreen: Color;
112 bgGreen: string;
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayouttablecolumn.cpp65 int bgRed, bgGreen, bgBlue, bgAlpha; in readXml() local
67 bgGreen = bgColorElem.attribute( QStringLiteral( "green" ) ).toDouble( &greenOk ); in readXml()
72 mBackgroundColor = QColor( bgRed, bgGreen, bgBlue, bgAlpha ); in readXml()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayouttablecolumn.cpp65 int bgRed, bgGreen, bgBlue, bgAlpha; in readXml() local
67 bgGreen = bgColorElem.attribute( QStringLiteral( "green" ) ).toDouble( &greenOk ); in readXml()
72 mBackgroundColor = QColor( bgRed, bgGreen, bgBlue, bgAlpha ); in readXml()
/dports/security/keybase/client-v5.7.1/go/logger/
H A Doutput_windows.go79 bgGreen WORD = 0x0020 const
112 42: bgGreen, // "bgGreen":
120 102: bgGreen | bgIntensity, // "bgGreen":
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/mocha/node_modules/ansi-colors/types/
H A Dindex.d.ts66 bgGreen: T; property
119 export const bgGreen: StyleFunction; constant
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/ansi-colors/types/
H A Dindex.d.ts66 bgGreen: T; property
119 export const bgGreen: StyleFunction; constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/ansi-colors/types/
H A Dindex.d.ts66 bgGreen: T; property
119 export const bgGreen: StyleFunction; constant
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/plugins/UnicodePlugin/
H A DUnicodePlugin.c283 sqInt bgGreen; in primitiveSetColors() local
294 bgGreen = interpreterProxy->stackIntegerValue(2); in primitiveSetColors()
300 unicodeSetColors(fgRed, fgGreen, fgBlue, bgRed, bgGreen, bgBlue, mapBGToTransparent); in primitiveSetColors()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/UnicodePlugin/
H A DUnicodeOps-linux.c41 void unicodeSetColors(int fgRed, int fgGreen, int fgBlue, int bgRed, int bgGreen, int bgBlue, int m…
237 void unicodeSetColors(int fgRed, int fgGreen, int fgBlue, int bgRed, int bgGreen, int bgBlue, int m… in unicodeSetColors() argument
242 g_bgGreen = bgGreen & 255; in unicodeSetColors()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/UnicodePlugin/
H A DUnicodePlugin.h11 void unicodeSetColors(int fgRed, int fgGreen, int fgBlue, int bgRed, int bgGreen, int bgBlue, int m…
/dports/graphics/synaesthesia/synaesthesia-2.4/
H A Dui.cc238 double scale, fgRed, fgGreen, fgBlue, bgRed, bgGreen, bgBlue; in setupPalette() local
249 bgGreen = bgGreenSlider; in setupPalette()
252 scale = (bgRed+bgGreen+bgBlue)/2.0; in setupPalette()
254 bgGreen /= scale; in setupPalette()
264 double green = b*bgGreen*16+f*fgGreen*16; in setupPalette()

12345678