Searched refs:both (Results 1 - 25 of 841) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dclinmeth.m14 -(int)both;
15 +(int)both;
26 -(int)both
31 +(int)both
47 -(int)both;
48 +(int)both;
59 -(int)both
64 +(int)both
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dclinmeth.m14 -(int)both;
15 +(int)both;
26 -(int)both
31 +(int)both
47 -(int)both;
48 +(int)both;
59 -(int)both
64 +(int)both
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dcanvasprintbox.rb6 .pack(:padx=>10, :pady=>10, :fill=>:both, :expand=>true)
H A Dextfileselectionbox.rb6 :fill=>:both, :expand=>true)
H A Dfileselectionbox.rb6 :fill=>:both, :expand=>true)
H A Dcheckbox.rb10 cb.pack(:expand=>true, :fill=>:both, :padx=>10, :pady=>10)
H A Ddisjointlistbox.rb5 djl = Tk::Iwidgets::Disjointlistbox.new.pack(:fill=>:both, :expand=>true,
H A Dfeedback.rb6 pack(:padx=>10, :pady=>10, :fill=>:both, :expand=>true)
H A Dradiobox.rb11 rb.pack(:expand=>true, :fill=>:both, :padx=>10, :pady=>10)
H A Dscrolledcanvas.rb11 sc.pack(:expand=>true, :fill=>:both, :padx=>10, :pady=>10)
H A Dscrolledhtml.rb11 sh.pack(:expand=>true, :fill=>:both, :padx=>10, :pady=>10)
H A Dscrolledtext.rb7 st.pack(:expand=>true, :fill=>:both, :padx=>10, :pady=>10)
H A Dpanedwindow.rb11 pw.pack(:fill=>:both, :expand=>true)
15 :borderwidth=>2).pack(:fill=>:both, :expand=>true)
H A Dpanedwindow2.rb11 pw.pack(:fill=>:both, :expand=>true)
15 :borderwidth=>2).pack(:fill=>:both, :expand=>true)
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/t/
H A Dvalid-config.t23 like($@, qr/used in both/, "can't use one name in exports and collectors");
42 qr/may not both/,
57 qr/may not both/,
70 qr(^into and into_level may not both be supplied to exporter),
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dxyplot.rb7 pack(:fill=>:both)
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DMKparametrized.sh42 * A value of -1 in the table means suppress both pad and % translations.
44 * A value of 1 in the table means do both pad and % translations.
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dlocal_remote_options.rb48 add_option(:"Local/Remote", '-b', '--both',
50 options[:domain] = :both
129 def both?
130 options[:domain] == :both
137 options[:domain] == :local || options[:domain] == :both
144 options[:domain] == :remote || options[:domain] == :both
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_clinmeth.py25 m = PyObjC_ClsInst1.both
33 m = o.both
80 self.assertEquals(o.both(), 20)
81 self.assertEquals(objc.super(PyObjC_ClsInst2, o).both(), 2)
85 self.assertEquals(cls.both(), 30)
86 self.assertEquals(objc.super(cls, cls).both(), 3)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_clinmeth.py25 m = PyObjC_ClsInst1.both
33 m = o.both
80 self.assertEquals(o.both(), 20)
81 self.assertEquals(objc.super(PyObjC_ClsInst2, o).both(), 2)
85 self.assertEquals(cls.both(), 30)
86 self.assertEquals(objc.super(cls, cls).both(), 3)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtktimer2.rb11 .pack(:side=>:bottom, :fill=>:both)
33 pack(:side=>:left, :fill=>:both, :expand=>true)
37 pack(:side=>:left, :fill=>:both, :expand=>true)
41 pack('side'=>'right','fill'=>'both','expand'=>'yes')
H A Dtktimer3.rb11 .pack(:side=>:bottom, :fill=>:both)
32 pack(:side=>:left, :fill=>:both, :expand=>true)
36 pack('side'=>'left', 'fill'=>'both', 'expand'=>'yes')
53 pack(:side=>:right, :fill=>:both, :expand=>:yes)
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_local_remote_options.rb22 assert_equal false, @cmd.both?
26 assert_equal false, @cmd.both?
28 @cmd.options[:domain] = :both
30 assert_equal true, @cmd.both?
57 @cmd.options[:domain] = :both
69 @cmd.options[:domain] = :both
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos16.tcl28 $p dataconfig ode23 -symbol circle -colour red -type both
29 $p dataconfig ode45 -symbol plus -colour blue -type both
30 $p dataconfig ode113 -symbol cross -colour green -type both
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtimer28 pack .counter -side bottom -fill both
29 pack .start -side left -fill both -expand yes
30 pack .stop -side right -fill both -expand yes

Completed in 558 milliseconds

1234567891011>>