Searched refs:background (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.0-release/contrib/dialog/samples/
H A Dmixedgauge6 background="An Example of --mixedgauge usage"
10 $DIALOG --backtitle "$background" \
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
42 background-position: 100% -150px;
55 background : url("tab_l.gif") no-repeat left top;
82 background-position: 0% -150px;
87 background-position: 100% -150px;
93 background-position: 0% -150px;
99 background : none;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
42 background-position: 100% -150px;
55 background : url("tab_l.gif") no-repeat left top;
82 background-position: 0% -150px;
87 background-position: 100% -150px;
93 background-position: 0% -150px;
99 background : none;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
42 background-position: 100% -150px;
55 background : url("tab_l.gif") no-repeat left top;
82 background-position: 0% -150px;
87 background-position: 100% -150px;
93 background-position: 0% -150px;
99 background : none;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
42 background-position: 100% -150px;
55 background : url("tab_l.gif") no-repeat left top;
82 background-position: 0% -150px;
87 background-position: 100% -150px;
93 background-position: 0% -150px;
99 background : none;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/krb5/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
42 background-position: 100% -150px;
55 background : url("tab_l.gif") no-repeat left top;
82 background-position: 0% -150px;
87 background-position: 100% -150px;
93 background-position: 0% -150px;
99 background : none;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
42 background-position: 100% -150px;
55 background : url("tab_l.gif") no-repeat left top;
82 background-position: 0% -150px;
87 background-position: 100% -150px;
93 background-position: 0% -150px;
99 background : none;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/wind/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
42 background-position: 100% -150px;
55 background : url("tab_l.gif") no-repeat left top;
82 background-position: 0% -150px;
87 background-position: 100% -150px;
93 background-position: 0% -150px;
99 background : none;
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dtests-results.css39 background: black;
47 background: #eeeeee;
93 background: #aaaadd;
120 background: #dddddd;
144 background: #aaaadd;
159 background: #dddddd;
168 background: #dddddd;
178 background: #aaffaa;
183 background: #ffaaaa;
188 background
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noreapring.ksh102 background=$!
103 echo launched ring buffered enabling as pid $background
120 kill $background
/freebsd-10.0-release/contrib/libyaml/doc/html/
H A Ddoxygen.css66 background-color: #EBEFF6;
104 background-color: #9CAFD4;
141 background-color: #FBFCFD;
151 background-color: black;
163 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
164 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
180 background: white;
192 background-color: #EBEFF6;
200 background-color: #EBEFF6;
207 background
[all...]
/freebsd-10.0-release/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c76 int n, background, channel, service, local
82 background = channel = 0;
129 case 'b': /* Run in background */
130 background = 1;
177 if (background)
284 if (background && daemon(0, 0) < 0)
497 "\t-b Run in background\n" \
499 "\t-t tty TTY name (required in background mode)\n" \
/freebsd-10.0-release/contrib/dialog/
H A Darrows.c45 merge_colors(chtype foreground, chtype background) argument
48 if ((foreground & A_COLOR) != (background & A_COLOR)) {
52 short bg_pair = (short) PAIR_NUMBER(background);
H A Dutil.c185 * Display background title if it exists ...
523 * window's defined background.
526 dlg_color_pair(int foreground, int background) argument
536 && bg == background) {
544 (void) init_pair((short) pair, (short) foreground, (short) background);
553 * window's defined background.
560 short fg, bg, background; local
564 background = bg;
566 background = COLOR_BLACK;
568 return dlg_color_pair(foreground, background);
[all...]
/freebsd-10.0-release/sbin/routed/
H A Dmain.c66 static int background = 1; variable
152 background = 0;
281 if (!background)
288 /* get into the background */
290 if (0 > _daemonize(background ? 0 : (_DF_NOCHDIR|_DF_NOFORK),
294 if (background && daemon(0, 1) < 0)
360 trace_close(background);
/freebsd-10.0-release/contrib/amd/amd/
H A Dsched.c136 if ((p->pid = background())) {
H A Damd.c183 bgpid = background();
H A Dautil.c773 background(void) function
/freebsd-10.0-release/contrib/groff/src/devices/xditview/
H A DDviP.h129 unsigned long background; member in struct:__anon1429
H A DDvi.c71 sizeof (unsigned long), offset(dvi.background),
292 values.background = dw->dvi.background;
/freebsd-10.0-release/sbin/natd/
H A Dnatd.c140 static int background; variable
171 background = 0;
308 if (background == 0 || dynamicMode == 0)
451 if (background)
462 background = 1;
653 if (background == 0 || dynamicMode == 0)
996 if (background)
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.osf1r5233 back_color_erase bce bool ut - - ----- screen erased with background color
463 color_bg_0 colb0 str d0 - - ----K background color 0
464 color_bg_1 colb1 str d1 - - ----K background color 1
465 color_bg_2 colb2 str d2 - - ----K background color 2
466 color_bg_3 colb3 str d3 - - ----K background color 3
467 color_bg_4 colb4 str d4 - - ----K background color 4
468 color_bg_5 colb5 str d5 - - ----K background color 5
469 color_bg_6 colb6 str d6 - - ----K background color 6
470 color_bg_7 colb7 str d7 - - ----K background color 7
732 set_a_background setab str AB - - ----- Set background colo
[all...]
H A DCaps.aix4240 back_color_erase bce bool ut - - ----- screen erased with background color
496 color_bg_0 colb0 str d0 - - ----K background color 0
497 color_bg_1 colb1 str d1 - - ----K background color 1
498 color_bg_2 colb2 str d2 - - ----K background color 2
499 color_bg_3 colb3 str d3 - - ----K background color 3
500 color_bg_4 colb4 str d4 - - ----K background color 4
501 color_bg_5 colb5 str d5 - - ----K background color 5
502 color_bg_6 colb6 str d6 - - ----K background color 6
503 color_bg_7 colb7 str d7 - - ----K background color 7
736 set_background setb str Sb - - ----- Set background colo
[all...]
/freebsd-10.0-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1986 color *background; member in class:html_printer
4144 if (background != NULL)
4145 delete background;
4146 background = new color;
4147 *background = *env->fill;
4184 background(default_background),
4522 if (background == NULL)
4528 background->get_rgb(&r, &g, &b);
4974 // set background color to white
/freebsd-10.0-release/usr.sbin/moused/
H A Dmoused.c179 static int background = FALSE; variable
928 if (!background)
1029 if (!nodaemon && !background) {
1042 background = TRUE;
1400 if (background)

Completed in 168 milliseconds

12