Searched refs:colors (Results 1 – 15 of 15) sorted by relevance
| /f-stack/tools/libxo/tests/core/ |
| H A D | test_10.c | 97 static const char *colors[] = in main() local 101 for (i = 0; colors[i]; i++) { in main() 103 xo_emit("{C:/bg-%s}", colors[i-1]); in main() 104 xo_emit("{C:/fg-%s}{T:/%s}", colors[i], colors[i]); in main()
|
| /f-stack/tools/libxo/doc/ |
| H A D | options.rst | 39 color Enable colors/effects for display styles (TEXT, HTML) 40 colors=xxxx Adjust color output values 70 - "colors" is described in :ref:`color-mapping`. 124 The "colors" option takes a value that is a set of mappings from the 125 pre-defined set of colors to new foreground and background colors. 127 pair of "fg/bg" values gives the colors to which a basic color is 141 pairs or single colors. 150 --libxo colors=red/blue+red/blue+red/blue+red/blue+\ 157 --libxo colors=+magenta+/cyan 164 --libxo colors=++++yellow/yellow
|
| H A D | field-roles.rst | 65 The content should be a comma-separated list of zero or more colors or 78 foreground and background colors, respectively:: 96 reset Reset colors and effects (restore defaults) 116 When using colors, the developer should remember that users will 117 change the foreground and background colors of terminal session
|
| H A D | xolint.rst | 175 The list of colors and effects are limited. The 176 set of colors includes default, black, red, green,
|
| H A D | howto.rst | 162 The "*color*" roles controls foreground and background colors, as well
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_image_filter_module.c | 99 int colors); 852 colors = gdImageColorsTotal(src); in ngx_http_image_resize() 854 if (colors && conf->transparency) { in ngx_http_image_resize() 858 palette = colors; in ngx_http_image_resize() 929 if (colors == 0) { in ngx_http_image_resize() 936 if (colors) { in ngx_http_image_resize() 1026 if (colors == 0) { in ngx_http_image_resize() 1033 if (colors) { in ngx_http_image_resize() 1041 if (transparent != -1 && colors) { in ngx_http_image_resize() 1055 "image: %d x %d %d", sx, sy, colors); in ngx_http_image_resize() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | consio.h | 243 struct colors { struct 255 struct colors mv_norm, argument
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx51_ipuv3.c | 122 static uint16_t colors[16] = { variable 834 bg = colors[(a >> 4) & 0x0f]; in ipu3fb_putc() 835 fg = colors[a & 0x0f]; in ipu3fb_putc()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/tilcdc/ |
| H A D | tilcdc.txt | 31 and blue colors are swapped in either 16 or 24-bit color modes.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | ssd1307fb.txt | 34 BANK0, and colors A, B, and C. Each value in range
|
| /f-stack/freebsd/x86/conf/ |
| H A D | NOTES | 33 # The following options will let you change the default colors of syscons.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_metering.rst | 17 changing the color of the packet in a static manner depending on both the input and output colors o…
|
| /f-stack/freebsd/contrib/device-tree/src/mips/ingenic/ |
| H A D | gcw0.dts | 296 * The colors on the LCD are wrong when this is
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | tap.rst | 197 Also, ``-f themes/black-yellow.theme`` is optional if the default colors
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | qos_framework.rst | 1531 RED parameters are specified separately for four traffic classes and three packet colors (green, ye… 1714 while a packet with yellow input color can only get the yellow or red output colors.
|