Searched refs:color (Results 51 - 75 of 957) sorted by relevance

1234567891011>>

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/RaiseMan/
H A DPreferenceController.rb31 color = sender.color
32 colorAsData = NSArchiver.archivedDataWithRootObject(color)
36 postNotificationName_object(BNRColorChanged, color)
59 color = NSUnarchiver.unarchiveObjectWithData(colorAsData)
60 @colorWell.setColor(color)
63 postNotificationName_object(BNRColorChanged, color)
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/doc/
H A Dtclsoap.css9 BODY { background-color: white; color: black}
11 TABLE.globaltable { background-color: steelblue;
18 TD.sidebar {background-color: LightSteelBlue; width: 15%; vertical-align: top; }
19 TD.sidehead {text-align: center; background-color: SteelBlue; font-weight: bold}
21 TD.body {background-color: white; padding: 4}
23 A { text-decoration: none; color DarkSlateBlue; }
24 A:visited { text-decoration: none; color: SeaGreen; }
25 A:link { text-decoration: none; color: navy; }
26 A:active { text-decoration: none; color
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGResourceSolidColor.h45 const Color& color() const { return m_color; } function in class:WebCore::RenderSVGResourceSolidColor
46 void setColor(const Color& color) { m_color = color; } argument
/macosx-10.9.5/sudo-72/src/
H A Dredblack.c69 * A red-black tree is a binary search tree where each node has a color
72 * the color indicates whether the node is part of a 3-node or a 4-node.
102 tree->nil.color = black;
110 tree->root.color = black;
196 node->color = red;
221 while (node->parent->color == red) {
225 if (uncle->color == red) {
226 node->parent->color = black;
227 uncle->color = black;
228 node->parent->parent->color
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dxpm.vim23 let color = "" variable
52 let n = 1 " n = color index
54 elseif n <= colors " string is a color specification
60 " now get color, first try 'c' key if any (color visual)
61 let color = substitute(s, '".*\sc\s\+\(.\{-}\)\s*\(\(g4\=\|[ms]\)\s.*\)*\s*"', '\1', '') variable
62 if color == s
64 let color = substitute(s, '".*\sg\s\+\(.\{-}\)\s*\(\(g4\|[ms]\)\s.*\)*\s*"', '\1', '') variable
65 if color == s
67 let color variable
70 let color = substitute(s, '".*\\sm\\s\\+\\(.\\{-}\\)\\s*\\(s\\s.*\\)*\\s*"', '\\1', '') variable
72 let color = "" variable
80 let color = substitute(color, '\\(\\x\\x\\)\\x\\x', '\\1', 'g') variable
82 let color = substitute(color, '\\(\\x\\x\\)\\x', '\\1', 'g') variable
85 let color = substitute(color, '\\(\\x\\)\\(\\x\\)\\(\\x\\)', '0\\10\\20\\3', '') variable
[all...]
H A Dxpm2.vim32 let color = "" variable
64 let n = 1 " n = color index
66 elseif n <= colors " string is a color specification
72 " now get color, first try 'c' key if any (color visual)
73 let color = substitute(s, '.*\sc\s\+\(.\{-}\)\s*\(\(g4\=\|[ms]\)\s.*\)*\s*', '\1', '') variable
74 if color == s
76 let color = substitute(s, '.*\sg\s\+\(.\{-}\)\s*\(\(g4\|[ms]\)\s.*\)*\s*', '\1', '') variable
77 if color == s
79 let color variable
82 let color = substitute(s, '.*\\sm\\s\\+\\(.\\{-}\\)\\s*\\(s\\s.*\\)*\\s*', '\\1', '') variable
84 let color = "" variable
92 let color = substitute(color, '\\(\\x\\x\\)\\x\\x', '\\1', 'g') variable
94 let color = substitute(color, '\\(\\x\\x\\)\\x', '\\1', 'g') variable
97 let color = substitute(color, '\\(\\x\\)\\(\\x\\)\\(\\x\\)', '0\\10\\20\\3', '') variable
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.css23 background-color: white; /* The little square between H and V scrollbars */
30 background-color: #f7f7f7;
37 color: #999;
61 .cm-s-default .cm-keyword {color: #708;}
62 .cm-s-default .cm-atom {color: #219;}
63 .cm-s-default .cm-number {color: #164;}
64 .cm-s-default .cm-def {color: #00f;}
65 .cm-s-default .cm-variable {color: black;}
66 .cm-s-default .cm-variable-2 {color: #05a;}
67 .cm-s-default .cm-variable-3 {color
[all...]
/macosx-10.9.5/CPANInternal-140/Graph-0.94/t/
H A Du_te_ea.t13 $graph->set_edge_attributes("Berlin", "Bonn", { color => "red" });
22 $graph->set_edge_attributes("Bonn", "Berlin", { color => "red" });
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKColorPickerResultListener.h37 WK_EXPORT void WKColorPickerResultListenerSetColor(WKColorPickerResultListenerRef listenerRef, const WKStringRef color);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebColorChooser.cpp57 void WebColorChooser::didChooseColor(const Color& color) argument
59 m_colorChooserClient->didChooseColor(color);
72 void WebColorChooser::setSelectedColor(const Color& color) argument
77 WebProcess::shared().parentProcessConnection()->send(Messages::WebPageProxy::SetColorChooserColor(color), m_page->pageID());
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_chgat.c48 wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts GCC_UNUSED) argument
52 T((T_CALLED("wchgat(%p,%d,%s,%d)"), win, n, _traceattr(attr), color));
57 toggle_attr_on(attr, COLOR_PAIR(color));
61 SetPair(line->text[i], color);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tepam/
H A D2b_argument_dialogbox_context.demo48 -color {-label "Text (foreground) color" -variable Fg -default red4} \
49 -color {-label "Background color" -variable Bg -default white}]=="ok"} {
67 -color {-label "Text (foreground) color" -variable Fg -default blue4} \
68 -color {-label "Background color" -variable Bg -default lightblue1}]=="ok"} {
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DPart.java37 private String color; field in class:Part
41 public Part(String number, String name, String color, Weight weight, argument
46 this.color = color;
63 return color;
80 " color=" + color +
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DPart.java37 private String color; field in class:Part
41 public Part(String number, String name, String color, Weight weight, argument
46 this.color = color;
72 return color;
89 " color=" + color +
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/SimpleApp/
H A DAppController.rb20 @myView.set_color(@colorWell.color)
30 color = case sender.tag
35 if color then
36 @myView.set_color(color)
37 @colorWell.setColor(color)
43 @myView.set_color(sender.color)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dclrpick.rb3 # This demonstration script prompts the user to select a color.
5 # widget demo prompts the user to select a color (called by 'widget')
51 # TkButton.new($clrpick_demo, 'text'=>'Set background color ...') {|b|
52 Tk::Button.new($clrpick_demo, 'text'=>'Set background color ...') {|b|
58 # TkButton.new($clrpick_demo, 'text'=>'Set foreground color ...') {|b|
59 Tk::Button.new($clrpick_demo, 'text'=>'Set foreground color ...') {|b|
67 color = Tk.chooseColor('title'=>"Choose a #{name} color", 'parent'=>w,
69 if color != ""
70 setColor_helper(w,options,color)
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dclrpick.rb3 # widget demo prompts the user to select a color (called by 'widget')
64 color = Tk.chooseColor('title'=>"Choose a #{name} color", 'parent'=>w,
66 if color != ""
67 setColor_helper(w,options,color)
73 def setColor_helper(w, options, color)
76 w[opt] = color
81 setColor_helper child, options, color
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dclrpick.tcl3 # This demonstration script prompts the user to select a color.
27 button $w.back -text "Set background color ..." \
30 button $w.fore -text "Set foreground color ..." \
39 set color [tk_chooseColor -title "Choose a $name color" -parent $w \
41 if {[string compare $color ""]} {
42 setColor_helper $w $options $color
47 proc setColor_helper {w options color} {
50 $w config $option $color
54 setColor_helper $child $options $color
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dclrpick.tcl3 # This demonstration script prompts the user to select a color.
27 button $w.back -text "Set background color ..." \
30 button $w.fore -text "Set foreground color ..." \
39 set color [tk_chooseColor -title "Choose a $name color" -parent $w \
41 if {[string compare $color ""]} {
42 setColor_helper $w $options $color
47 proc setColor_helper {w options color} {
50 $w config $option $color
54 setColor_helper $child $options $color
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.color.c1 /* $Header: /p/tcsh/cvsroot/tcsh/tw.color.c,v 1.25 2008/10/17 19:57:33 christos Exp $ */
3 * tw.color.c: builtin color ls-F
35 RCSID("$tcsh: tw.color.c,v 1.25 2008/10/17 19:57:33 christos Exp $")
59 Str color; member in struct:__anon14081
88 VAR(NOS, "rs", "0"), /* Reset to normal color */
100 Str color; /* color string */ member in struct:__anon14082
186 variables[i].color = variables[i].defaultcolor;
223 case '*': /* :*ext=color
264 put_color(const Str *color) argument
286 Str *color = &variables[VFile].color; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/doc/
H A Dmanpage.css10 color: black;
15 color: black;
43 color: black;
63 color: red;
66 A.navaid:link { color: green; background: transparent; }
67 A.navaid:visited { color: green; background: transparent; }
68 A.navaid:active { color: yellow; background: transparent; }
72 A:link { color: blue; background: transparent; }
73 A:visited { color: purple; background: transparent; }
74 A:active { color
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/DotView/
H A DDotView.rb8 @color = OSX::NSColor.redColor
12 @colorWell.setColor(@color)
21 @color.set
35 @color = sender.color
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DShadowValue.cpp42 , color(_color)
50 if (color)
51 text.append(color->cssText());
83 return compareCSSValuePtr(color, other.color)
H A Dview-source.css50 background-color: rgb(240, 240, 240);
66 color: rgb(128, 128, 128);
89 color: rgb(136, 18, 128);
94 color: rgb(153, 69, 0);
99 color: rgb(26, 26, 166);
104 color: #00e;
119 color: rgb(35, 110, 37);
124 color: rgb(192, 192, 192);
144 background-color: rgb(100%, 62%, 42%);
149 background-color
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterColorParameter.h58 result->setColor(blendFunc(fromColor->color(), color(), progress));
62 const Color& color() const { return m_color; } function in class:WebCore::CustomFilterColorParameter
63 void setColor(const Color& color) { m_color = color; } argument

Completed in 148 milliseconds

1234567891011>>