Searched refs:white (Results 1 - 25 of 355) sorted by relevance

1234567891011>>

/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dxterm-16color.dat53 15: 255 255 255 white
H A Dxterm-88color.dat53 15: 255 255 255 white
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Fortune.wdgt/
H A DFortune.css76 text-shadow: white 0px 1px 0px;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DmobileThemeQt.css37 color: white;
H A DthemeQtNoListboxes.css35 white-space: pre;
H A Dsvg.css55 white-space: nowrap
H A Dquirks.css32 /* Tables reset both line-height and white-space in quirks mode. */
35 white-space: normal;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos4.tcl14 canvas .c -width 400 -height 400 -bg white
16 canvas .t.c2 -width 300 -height 200 -bg white
17 canvas .t.c3 -width 300 -height 200 -bg white
18 canvas .t.c4 -width 300 -height 200 -bg white
28 magenta 567 cyan -123 white 400} {
H A Dplotdemos10.tcl9 pack [canvas .c1 -bg white]
21 pack [canvas .c2 -bg white] -side top
36 pack [canvas .c3 -bg white] -side top
H A Dplotdemos9.tcl10 pack [canvas .c1 -bg white]
22 pack [canvas .c2 -bg white] -side top
37 pack [canvas .c3 -bg white] -side top
H A Dplotdemos17.tcl12 pack [canvas .c1 -bg white -width 400 -height 300]
13 pack [canvas .c2 -bg white -width 400 -height 300]
14 pack [canvas .c3 -bg white -width 400 -height 200]
H A Dplotdemos11.tcl9 pack [canvas .c1 -bg white]
22 pack [canvas .c2 -bg white] -side top
H A Dplotdemos7.tcl20 canvas .c -background white -width 400 -height 200
21 canvas .c2 -background white -width 400 -height 200
22 canvas .c3 -background white -width 400 -height 200
23 canvas .c4 -background white -width 400 -height 200
27 canvas .h.c -background white -width 400 -height 200
28 canvas .h.c2 -background white -width 400 -height 200
32 canvas .v.c -background white -width 400 -height 200
33 canvas .v.c2 -background white -width 400 -height 200
34 canvas .v.c3 -background white -width 400 -height 200
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCMoveGenerator.h55 - (void) startMoveList:(BOOL)white;
135 void Generate(bool white, const MBCPieces & position);
137 bool InCheck(bool white, const MBCPieces & position);
138 bool InCheckMate(bool white, const MBCPieces & position);
139 bool InStaleMate(bool white, const MBCPieces & position);
171 - (id)initForWhite:(BOOL)white variant:(MBCVariant)variant position:(const MBCPieces *)pos canCastle:(BOOL)canCastle;
H A DMBCMoveGenerator.mm56 - (void) startMoveList:(BOOL)white
97 - (id)initForWhite:(BOOL)white variant:(MBCVariant)variant position:(const MBCPieces *)pos canCastle:(BOOL)canCastle
100 fWhite = white;
170 - (void) startMoveList:(BOOL)white
281 - (void) startMoveList:(BOOL)white
285 fCollection.fWhiteMoves = white;
333 void MBCMoveGenerator::Generate(bool white, const MBCPieces & position)
335 [fBuilder startMoveList:white];
337 fColor = white ? kWhitePiece : kBlackPiece;
366 bool MBCMoveGenerator::InCheck(bool white, cons
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dlabeledwidget.rb10 :borderwidth=>3, :background=>:white)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_anchor.tcl5 pack [canvas .c -width 200 -height 120 -bg white]
H A Ddraw_fraction.tcl4 pack [canvas .c -width 300 -height 80 -bg white]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/style/
H A Dlobster.tcl43 option add *Listbox.background white $prio
45 option add *Listbox.selectForeground white $prio
48 option add *Entry.background white $prio
51 option add *Entry.selectForeground white $prio
54 option add *Text.background white $prio
56 option add *Text.selectForeground white $prio
60 option add *Menu.activeForeground white $prio
66 option add *Menubutton.activeForeground white $prio
/macosx-10.9.5/vim-53/runtime/colors/
H A Dkoehler.vim13 hi Normal guifg=white guibg=black
20 hi Search term=reverse ctermfg=white ctermbg=red guifg=white guibg=Red
25 hi StatusLine term=bold,reverse cterm=bold ctermfg=lightblue ctermbg=white gui=bold guifg=blue guibg=white
26 hi StatusLineNC term=reverse ctermfg=white ctermbg=lightblue guifg=white guibg=blue
43 hi TabLine term=bold,reverse cterm=bold ctermfg=lightblue ctermbg=white gui=bold guifg=blue guibg=white
44 hi TabLineFill term=bold,reverse cterm=bold ctermfg=lightblue ctermbg=white gu
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/examples/
H A Dviewfile19 option add *activeForeground white startupFile
20 option add *selectForeground white startupFile
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/term/
H A Dcolors16 white {White }
30 foreach c {{} red green yellow blue magenta cyan white} {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/ntext/
H A DntextExample.tcl38 .right configure -width 28 -height 12 -wrap word -font {{Courier} -15} -bg white
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A Doption.tcl29 option add *selectForeground white
H A DmiscWidgets.tcl25 option add *Tablelist*Checkbutton.background white
26 option add *Tablelist*Checkbutton.activeBackground white
27 option add *Tablelist*Entry.background white
28 option add *Tablelist*Spinbox.background white
29 option add *Tablelist*Spinbox.readonlyBackground white
30 option add *Tablelist*Combobox.background white
32 option add *Tablelist*Mentry.background white

Completed in 174 milliseconds

1234567891011>>