/freebsd/stand/lua/ |
H A D | color.lua.8 | 31 .Nm color.lua 32 .Nd FreeBSD color module 41 .Dl local color = require("color") 43 The following color constants are exported from 45 .Bl -tag -width "Ic color.MAGENTA" -offset indent 46 .It Ic color.BLACK 47 .It Ic color.RED 48 .It Ic color.GREEN 49 .It Ic color.YELLOW 50 .It Ic color.BLUE [all …]
|
H A D | color.lua | 32 local color = {} 35 color.disabled = not color.isEnabled() 39 color.BLACK = 0 40 color.RED = 1 41 color.GREEN = 2 42 color.YELLOW = 3 43 color.BLUE = 4 44 color.MAGENTA = 5 45 color.CYAN = 6 46 color.WHITE = 7 [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_color.3x | 88 \fBint init_color(short \fIcolor\fP, short \fIr\fP, short \fIg\fP, short \fIb\fP); 91 \fBint init_extended_color(int \fIcolor\fP, int \fIr\fP, int \fIg\fP, int \fIb\fP); 93 \fBint color_content(short \fIcolor\fP, short *\fIr\fP, short *\fIg\fP, short *\fIb\fP); 96 \fBint extended_color_content(int \fIcolor\fP, int *\fIr\fP, int *\fIg\fP, int *\fIb\fP); 107 \fIcurses\fP supports color attributes on terminals with that 114 .I "color pair" 115 couples a foreground color for characters with a background color for 117 \fB\%init_pair\fP initializes a color pair. 122 \fB\%init_color\fP permits (re)definition of a color. 125 depending on whether the terminal has color capability and whether the [all …]
|
H A D | new_pair.3x | 53 dynamically allocate \fIcurses\fR color pairs 64 They permit an application to dynamically allocate a color pair using 65 the foreground/background colors rather than assign a fixed color pair number, 68 The number of colors may be related to the number of possible color 71 While almost all terminals allow setting the color \fIattributes\fP 77 Color pairs are the \fIcurses\fP library's way of managing a color palette 83 with only a few dozen color combinations, 85 as the limit on color pairs: 103 An application might use up to a few dozen color pairs to 104 implement a predefined color scheme. [all …]
|
/freebsd/contrib/dialog/samples/ |
H A D | debian.rc | 3 # Run-time configuration file for dialog, matches Debian color scheme. 25 # Shadow dialog boxes? This also turns on color. 28 # Turn color support ON or OFF 31 # Screen color 34 # Shadow color 37 # Dialog box color 40 # Dialog box title color 43 # Dialog box border color 46 # Active button color 49 # Inactive button color [all …]
|
H A D | sourcemage.rc | 3 # Run-time configuration file for dialog, matches SourceMage color scheme. 24 # Shadow dialog boxes? This also turns on color. 27 # Turn color support ON or OFF 30 # Screen color 33 # Shadow color 36 # Dialog box color 39 # Dialog box title color 42 # Dialog box border color 45 # Active button color 48 # Inactive button color [all …]
|
H A D | suse.rc | 3 # Run-time configuration file for dialog, matches SuSE color scheme. 24 # Shadow dialog boxes? This also turns on color. 27 # Turn color support ON or OFF 30 # Screen color 33 # Shadow color 36 # Dialog box color 39 # Dialog box title color 42 # Dialog box border color 45 # Active button color 48 # Inactive button color [all …]
|
H A D | whiptail.rc | 3 # Run-time configuration file for dialog, matches whiptail's color scheme. 24 # Shadow dialog boxes? This also turns on color. 27 # Turn color support ON or OFF 30 # Screen color 33 # Shadow color 36 # Dialog box color 39 # Dialog box title color 42 # Dialog box border color 45 # Active button color 48 # Inactive button color [all …]
|
H A D | slackware.rc | 3 # Run-time configuration file for dialog, matches Slackware color scheme. 24 # Shadow dialog boxes? This also turns on color. 27 # Turn color support ON or OFF 30 # Screen color 33 # Shadow color 36 # Dialog box color 39 # Dialog box title color 42 # Dialog box border color 45 # Active button color 48 # Inactive button color [all …]
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_12.X.out | 1 …color>green</color><time>2:15</time><hand>left</hand><color>blue</color><time>3:45</time></thing><…
|
H A D | test_12.XP.out | 7 <color>green</color> 10 <color>blue</color> 15 <color>green</color> 18 <color>blue</color> 23 <color>green</color> 26 <color>blue</color> 31 <color>green</color> 34 <color>blue</color> 39 <color>green</color> 42 <color>blue</color> [all …]
|
H A D | test_12.H.out | 1 …color-fg-red color-bg-green">Merry XMas!!</div></div><div class="line"><div class="text">One </div…
|
H A D | test_12.HP.out | 2 <div class="text color-fg-red color-bg-green">Merry XMas!!</div> 6 <div class="data color-fg-yellow color-bg-blue" data-tag="animal">fish</div> 8 <div class="data color-fg-green color-bg-yellow" data-tag="animal">fish</div> 12 <div class="data color-fg-red" data-tag="name">thing</div> 14 <div class="data color-fg-green" data-tag="color">green</div> 20 <div class="data color-fg-red" data-tag="hand">left</div> 22 <div class="data color-fg-blue" data-tag="color">blue</div> 28 <div class="data color-fg-red" data-tag="name">thing</div> 30 <div class="data color-fg-green" data-tag="color">green</div> 36 <div class="data color-fg-red" data-tag="hand">left</div> [all …]
|
H A D | test_12.HIPx.out | 2 <div class="text color-fg-red color-bg-green">Merry XMas!!</div> 6 …<div class="data color-fg-yellow color-bg-blue" data-tag="animal" data-xpath="/top/data/animal">fi… 8 …<div class="data color-fg-green color-bg-yellow" data-tag="animal" data-xpath="/top/data/animal">f… 12 <div class="data color-fg-red" data-tag="name" data-xpath="/top/data/thing/name">thing</div> 14 …<div class="data color-fg-green" data-tag="color" data-xpath="/top/data/thing[name = 'thing']/colo… 20 …<div class="data color-fg-red" data-tag="hand" data-xpath="/top/data/thing[name = 'thing']/hand">l… 22 …<div class="data color-fg-blue" data-tag="color" data-xpath="/top/data/thing[name = 'thing']/color… 28 <div class="data color-fg-red" data-tag="name" data-xpath="/top/data/thing/name">thing</div> 30 …<div class="data color-fg-green" data-tag="color" data-xpath="/top/data/thing[name = 'thing']/colo… 36 …<div class="data color-fg-red" data-tag="hand" data-xpath="/top/data/thing[name = 'thing']/hand">l… [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | doxygen.css | 22 background-color: #e8eef2; 31 background-color: #e8eef2; 39 background-color: #e8eef2; 52 color: #1A419D; 57 color: #1A419D 61 background-color: #ddddff; 66 background-color: #6666cc; 67 color: #ffffff; 72 background-color: #6666cc; 73 color: #ffffff; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | doxygen.css | 22 background-color: #e8eef2; 31 background-color: #e8eef2; 39 background-color: #e8eef2; 52 color: #1A419D; 57 color: #1A419D 61 background-color: #ddddff; 66 background-color: #6666cc; 67 color: #ffffff; 72 background-color: #6666cc; 73 color: #ffffff; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | doxygen.css | 22 background-color: #e8eef2; 31 background-color: #e8eef2; 39 background-color: #e8eef2; 52 color: #1A419D; 57 color: #1A419D 61 background-color: #ddddff; 66 background-color: #6666cc; 67 color: #ffffff; 72 background-color: #6666cc; 73 color: #ffffff; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | doxygen.css | 22 background-color: #e8eef2; 31 background-color: #e8eef2; 39 background-color: #e8eef2; 52 color: #1A419D; 57 color: #1A419D 61 background-color: #ddddff; 66 background-color: #6666cc; 67 color: #ffffff; 72 background-color: #6666cc; 73 color: #ffffff; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | doxygen.css | 22 background-color: #e8eef2; 31 background-color: #e8eef2; 39 background-color: #e8eef2; 52 color: #1A419D; 57 color: #1A419D 61 background-color: #ddddff; 66 background-color: #6666cc; 67 color: #ffffff; 72 background-color: #6666cc; 73 color: #ffffff; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
H A D | doxygen.css | 22 background-color: #e8eef2; 31 background-color: #e8eef2; 39 background-color: #e8eef2; 52 color: #1A419D; 57 color: #1A419D 61 background-color: #ddddff; 66 background-color: #6666cc; 67 color: #ffffff; 72 background-color: #6666cc; 73 color: #ffffff; [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | doxygen.css | 22 background-color: #e8eef2; 31 background-color: #e8eef2; 39 background-color: #e8eef2; 52 color: #1A419D; 57 color: #1A419D 61 background-color: #ddddff; 66 background-color: #6666cc; 67 color: #ffffff; 72 background-color: #6666cc; 73 color: #ffffff; [all …]
|
/freebsd/lib/libvgl/ |
H A D | simple.c | 50 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY() argument 58 VGLSetXY(&VGLVDisplay, x, y, color); in VGLSetXY() 76 color = htole32(color); in VGLSetXY() 79 memcpy(&object->Bitmap[offset], &color, 1); in VGLSetXY() 82 memcpy(&object->Bitmap[offset], &color, 2); in VGLSetXY() 85 memcpy(&object->Bitmap[offset], &color, 3); in VGLSetXY() 88 memcpy(&object->Bitmap[offset], &color, 4); in VGLSetXY() 94 color = htole32(color); in VGLSetXY() 97 memcpy(&object->Bitmap[soffset], &color, 1); in VGLSetXY() 99 memcpy(&object->Bitmap[soffset], (byte *)&color + 1, 2); in VGLSetXY() [all …]
|
/freebsd/crypto/openssl/doc/life-cycles/ |
H A D | pkey.dot | 5 begin [label=start, color="#deeaee", style="filled"]; 7 digestsign [label="digest sign", fontcolor="#AB3910", color="#AB3910"] 8 verify [fontcolor="#F8CF2C", color="#F8CF2C"] 9 verifyrecover [label="verify recover", fontcolor="#B19FF9", color="#B19FF9"] 10 encrypt [fontcolor="#63AAC0", color="#63AAC0"] 11 decrypt [fontcolor="#425F06", color="#425F06"] 12 derive [fontcolor="#FEA303", color="#FEA303"] 13 encapsulate [fontcolor="#D95980", color="#D95980"] 14 decapsulate [fontcolor="#A16AE8", color="#A16AE8"] 15 paramgen [label="parameter\ngeneration", fontcolor="#2879C0", color="#2879C0"] [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_user/zfs_list/ |
H A D | zfs_list_005_pos.ksh | 40 # 1. Setting user property f:color for filesystem and volume. 60 COLOR="red yellow green blue red yellow white" 67 color=$($ECHO $COLOR | $AWK '{print $1}') 68 log_must $ZFS set f:color=$color $basefs/$ds 70 log_must $ZFS set f:color=$color $basefs/${ds}-vol 72 eval COLOR=\${COLOR#$color } 127 # Sort by color,amount 129 "run_unprivileged $ZFS list -H -r -o name -s f:color -s f:amount -t filesystem $basefs" \ 130 "$fs_color_amount" "f:color,f:amount" 133 "run_unprivileged $ZFS list -H -r -o name -s f:color -s f:amount -t volume $basefs" \ [all …]
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.css | 61 border-color: transparent; 94 color: inherit; 108 border-color: #F1D031; 110 background-color: #FFFFA3; 111 color: #555; 115 background-color: #FFEF93; 119 border-color: #CCC; 121 color: #777; 125 border-color: #AAA; 126 color: #111; [all …]
|