Home
last modified time | relevance | path

Searched refs:consoleColor (Results 201 – 209 of 209) sorted by relevance

123456789

/dports/editors/o/o-2.46.0/vendor/github.com/mattn/go-colorable/
H A Dcolorable_windows.go869 type consoleColor struct { struct
877 func (c consoleColor) foregroundAttr() (attr word) { argument
893 func (c consoleColor) backgroundAttr() (attr word) { argument
909 var color16 = []consoleColor{
974 func toHSVTable(rgbTable []consoleColor) hsvTable { argument
982 func (t hsvTable) find(rgb int) consoleColor {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/mattn/go-colorable/
H A Dcolorable_windows.go869 type consoleColor struct { struct
877 func (c consoleColor) foregroundAttr() (attr word) { argument
893 func (c consoleColor) backgroundAttr() (attr word) { argument
909 var color16 = []consoleColor{
974 func toHSVTable(rgbTable []consoleColor) hsvTable { argument
982 func (t hsvTable) find(rgb int) consoleColor {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/fatih/color/vendor/github.com/mattn/go-colorable/
H A Dcolorable_windows.go865 type consoleColor struct { struct
873 func (c consoleColor) foregroundAttr() (attr word) { argument
889 func (c consoleColor) backgroundAttr() (attr word) { argument
905 var color16 = []consoleColor{
970 func toHSVTable(rgbTable []consoleColor) hsvTable { argument
978 func (t hsvTable) find(rgb int) consoleColor {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/mattn/go-colorable/
H A Dcolorable_windows.go865 type consoleColor struct { struct
873 func (c consoleColor) foregroundAttr() (attr word) { argument
889 func (c consoleColor) backgroundAttr() (attr word) { argument
905 var color16 = []consoleColor{
970 func toHSVTable(rgbTable []consoleColor) hsvTable { argument
978 func (t hsvTable) find(rgb int) consoleColor {
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/xyproto/heic/heic-1.0.0/vendor/github.com/mattn/go-colorable/
H A Dcolorable_windows.go869 type consoleColor struct { struct
877 func (c consoleColor) foregroundAttr() (attr word) { argument
893 func (c consoleColor) backgroundAttr() (attr word) { argument
909 var color16 = []consoleColor{
974 func toHSVTable(rgbTable []consoleColor) hsvTable { argument
982 func (t hsvTable) find(rgb int) consoleColor {
/dports/sysutils/rush/rush-0.4.2-9-ga800565/vendor/github.com/mattn/go-colorable/
H A Dcolorable_windows.go865 type consoleColor struct { struct
873 func (c consoleColor) foregroundAttr() (attr word) { argument
889 func (c consoleColor) backgroundAttr() (attr word) { argument
905 var color16 = []consoleColor{
970 func toHSVTable(rgbTable []consoleColor) hsvTable { argument
978 func (t hsvTable) find(rgb int) consoleColor {
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/cmd/vendor/github.com/fatih/color/vendor/github.com/mattn/go-colorable/
H A Dcolorable_windows.go865 type consoleColor struct { struct
873 func (c consoleColor) foregroundAttr() (attr word) { argument
889 func (c consoleColor) backgroundAttr() (attr word) { argument
905 var color16 = []consoleColor{
970 func toHSVTable(rgbTable []consoleColor) hsvTable { argument
978 func (t hsvTable) find(rgb int) consoleColor {
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/cmd/vendor/github.com/mattn/go-colorable/
H A Dcolorable_windows.go865 type consoleColor struct { struct
873 func (c consoleColor) foregroundAttr() (attr word) { argument
889 func (c consoleColor) backgroundAttr() (attr word) { argument
905 var color16 = []consoleColor{
970 func toHSVTable(rgbTable []consoleColor) hsvTable { argument
978 func (t hsvTable) find(rgb int) consoleColor {
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/tools/
H A DTestUtils.php35 private static $consoleColor; variable in Wikimedia\\Parsoid\\Tools\\TestUtils
432 if ( !self::$consoleColor ) {
433 self::$consoleColor = new ConsoleColor();
440 if ( self::$consoleColor->isSupported() ) {
441 return self::$consoleColor->apply( $color, $string );

123456789