Searched +refs:color +refs:defined (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Dsyntax_decorator.rb18 style :comment, :color => :darkGrayColor, :italic => true
19 style :keyword, :color => :redColor, :bold => true
20 style :method, :color => '#077'
21 style :class, :color => '#074'
22 style :module, :color => '#050'
23 style :punct, :color => '#447'
24 style :symbol, :color => '#099'
25 style :string, :color => '#944', :background => '#FFE'
26 style :char, :color => '#F07'
27 style :ident, :color
[all...]
H A Dripper_decorator.rb15 style :comment, :color => :darkGrayColor, :italic => true
16 style :keyword, :color => :redColor, :bold => true
17 style :kw, :color => :redColor, :bold => true # Ripper
18 style :method, :color => '#077'
19 style :const, :color => '#074' # Ripper
20 style :class, :color => '#074'
21 style :module, :color => '#050'
22 style :punct, :color => '#447'
23 style :symbol, :color => '#099'
24 style :string, :color
[all...]
H A Ddecorator.rb35 if defined? @@font_size then
44 color opts[:color] if opts[:color]
52 color(:blackColor)
61 def color(arg) method
H A Dsimple_decorator.rb14 style :keyword, :color => :blueColor, :bold => true
21 @instance = new if not defined? @instance
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLBaseFontElement.idl21 [Reflect] attribute DOMString color;
23 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DRGBColor.idl30 #if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT
33 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
34 readonly attribute Color color;
H A Dhtml.css62 #if defined(ENABLE_IFRAME_SEAMLESS) && ENABLE_IFRAME_SEAMLESS
149 #if defined(ENABLE_DIALOG_ELEMENT) && ENABLE_DIALOG_ELEMENT
158 color: black;
259 border-color: gray
265 border-color: inherit
271 border-color: inherit
277 border-color: inherit
296 border-color: inherit
412 color: initial;
430 background-color
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dfloor.rb98 # fill - Fill color to use for the floor's background.
222 # fill - Fill color to use for the floor's background.
277 # fill - Fill color to use for the floor's background.
316 # color - Color to use for drawing foreground information.
318 def floor_fg1(w,color)
323 TkcText.new(w,358,209, 'text'=>'101', 'fill'=>color,
329 TkcText.new(w,323,223, 'text'=>'Pub Lift1', 'fill'=>color,
335 TkcText.new(w,323,188, 'text'=>'Priv Lift1', 'fill'=>color,
341 TkcText.new(w,21.5,363, 'text'=>'110', 'fill'=>color,
347 TkcText.new(w,67,363, 'text'=>'109', 'fill'=>color,
[all...]
H A Dfloor2.rb98 # fill - Fill color to use for the floor's background.
222 # fill - Fill color to use for the floor's background.
277 # fill - Fill color to use for the floor's background.
316 # color - Color to use for drawing foreground information.
318 def floor2_fg1(w,color)
323 w.create(TkcText,358,209, 'text'=>'101', 'fill'=>color,
329 w.create(TkcText,323,223, 'text'=>'Pub Lift1', 'fill'=>color,
335 w.create(TkcText,323,188, 'text'=>'Priv Lift1', 'fill'=>color,
341 w.create(TkcText,21.5,363, 'text'=>'110', 'fill'=>color,
347 w.create(TkcText,67,363, 'text'=>'109', 'fill'=>color,
[all...]
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')
11 if defined?($clrpick_demo) && $clrpick_demo
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 !
[all...]
H A Dctext.rb10 if defined?($ctext_demo) && $ctext_demo
72 'text'=>"This is just a string of text to demonstrate the text facilities of canvas widgets. Bindings have been been defined to support editing (see above).",
102 def mkTextConfig(w,x,y,option,value,color)
104 'outline'=>'black', 'fill'=>color, 'width'=>1)
111 color = 'LightSkyBlue1'
112 mkTextConfig $ctext_canvas, x, y, 'anchor', 'se', color
113 mkTextConfig $ctext_canvas, x+30, y, 'anchor', 's', color
114 mkTextConfig $ctext_canvas, x+60, y, 'anchor', 'sw', color
115 mkTextConfig $ctext_canvas, x, y+30, 'anchor', 'e', color
116 mkTextConfig $ctext_canvas, x+30, y+30, 'anchor', 'center', color
[all...]
H A Dradio.rb10 if defined?($radio_demo) && $radio_demo
35 color = TkVariable.new
57 showVars(base_frame, ['size', size], ['color', color])
81 variable color
H A Dradio3.rb10 if defined?($radio3_demo) && $radio3_demo
35 color = TkVariable.new
47 ['color', color], ['compound', align])
77 'command'=>proc{size.value = 'multi'; color.value = 'multi'}){
95 variable color
100 command proc{f_mid.fg(color.value)}
H A Dradio2.rb10 if defined?($radio2_demo) && $radio2_demo
35 color = TkVariable.new
59 ['size', size], ['color', color], ['compound', align])
88 variable color
H A Dgoldberg.rb31 #>># draw each item twice--once with the desired fill color but no
33 #>># is erasing by drawing with the background color. Having a flood fill
40 #>># Named Colors to aid in the color selection.
45 if defined?($goldberg_demo) && $goldberg_demo
418 color = @C['0']
420 :fill=>color, :anchor=>:w,
422 TkcLine.new(@canvas, [719, 119, 763, 119], :tag=>'I0', :fill=>color,
446 color = @C['1a']
451 :width=>3, :fill=>color, :outline=>'')
455 :width=>3, :fill=>color,
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dfloor.rb95 # fill - Fill color to use for the floor's background.
219 # fill - Fill color to use for the floor's background.
274 # fill - Fill color to use for the floor's background.
313 # color - Color to use for drawing foreground information.
315 def floor_fg1(w,color)
320 TkcText.new(w,358,209, 'text'=>'101', 'fill'=>color,
326 TkcText.new(w,323,223, 'text'=>'Pub Lift1', 'fill'=>color,
332 TkcText.new(w,323,188, 'text'=>'Priv Lift1', 'fill'=>color,
338 TkcText.new(w,21.5,363, 'text'=>'110', 'fill'=>color,
344 TkcText.new(w,67,363, 'text'=>'109', 'fill'=>color,
[all...]
H A Dfloor2.rb95 # fill - Fill color to use for the floor's background.
219 # fill - Fill color to use for the floor's background.
274 # fill - Fill color to use for the floor's background.
313 # color - Color to use for drawing foreground information.
315 def floor2_fg1(w,color)
320 w.create(TkcText,358,209, 'text'=>'101', 'fill'=>color,
326 w.create(TkcText,323,223, 'text'=>'Pub Lift1', 'fill'=>color,
332 w.create(TkcText,323,188, 'text'=>'Priv Lift1', 'fill'=>color,
338 w.create(TkcText,21.5,363, 'text'=>'110', 'fill'=>color,
344 w.create(TkcText,67,363, 'text'=>'109', 'fill'=>color,
[all...]
H A Dclrpick.rb3 # widget demo prompts the user to select a color (called by 'widget')
9 if defined?($clrpick_demo) && $clrpick_demo
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
H A Dctext.rb7 if defined?($ctext_demo) && $ctext_demo
99 def mkTextConfig(w,x,y,option,value,color)
101 'outline'=>'black', 'fill'=>color, 'width'=>1)
108 color = 'LightSkyBlue1'
109 mkTextConfig $ctext_canvas, x, y, 'anchor', 'se', color
110 mkTextConfig $ctext_canvas, x+30, y, 'anchor', 's', color
111 mkTextConfig $ctext_canvas, x+60, y, 'anchor', 'sw', color
112 mkTextConfig $ctext_canvas, x, y+30, 'anchor', 'e', color
113 mkTextConfig $ctext_canvas, x+30, y+30, 'anchor', 'center', color
114 mkTextConfig $ctext_canvas, x+60, y+30, 'anchor', 'w', color
[all...]
H A Dradio.rb7 if defined?($radio_demo) && $radio_demo
32 color = TkVariable.new
55 showVars(base_frame, ['size', size], ['color', color])
79 variable color
H A Dradio3.rb12 if defined?($radio3_demo) && $radio3_demo
37 color = TkVariable.new
49 ['color', color], ['compound', align])
79 'command'=>proc{size.value = 'multi'; color.value = 'multi'}){
97 variable color
102 command proc{f_mid.fg(color.value)}
H A Dradio2.rb12 if defined?($radio2_demo) && $radio2_demo
37 color = TkVariable.new
62 ['size', size], ['color', color], ['compound', align])
91 variable color
H A Dgoldberg.rb32 #>># draw each item twice--once with the desired fill color but no
34 #>># is erasing by drawing with the background color. Having a flood fill
41 #>># Named Colors to aid in the color selection.
46 if defined?($goldberg_demo) && $goldberg_demo
420 color = @C['0']
424 :fill=>color, :anchor=>:w,
426 TkcLine.new(@canvas, [719, 119, 763, 119], :tag=>'I0', :fill=>color,
450 color = @C['1a']
455 :width=>3, :fill=>color, :outline=>'')
459 :width=>3, :fill=>color,
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Warn/t/
H A Dwarning_is.t30 Test::Builder::Tester::color 'on';
73 defined($_[0])
84 defined($_[0])
90 defined($_[0])
101 defined($_[0])
H A Dwarning_like.t30 Test::Builder::Tester::color 'on';
76 defined($_[0])
87 defined($_[0])
93 defined($_[0])
104 defined($_[0])

Completed in 190 milliseconds

123