Searched refs:side (Results 126 - 150 of 619) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tk84/tk/tests/
H A Dcmap.tcl33 pack .t.m -side top -fill x
36 pack .t.quit -side bottom -pady 3 -ipadx 4 -ipady 2
39 pack .t.f -side top -padx 1c -pady 1c
54 pack .t2.m -side top -fill x
57 pack .t2.quit -side bottom -pady 3 -ipadx 4 -ipady 2
60 pack .t2.f -side bottom
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslThreading.h26 /* client side only */
115 * serverParams->port is what's used for the client side.
165 #define sslThrDebug(side, end) \
166 printf("^^^%s thread %p %s\n", side, pthread_self(), end)
168 #define sslThrDebug(side, end)
/macosx-10.10/Security-57031.1.35/sslViewer/
H A DsslThreading.h27 /* client side only */
110 * serverParams->port is what's used for the client side.
160 #define sslThrDebug(side, end) \
161 printf("^^^%s thread %p %s\n", side, pthread_self(), end)
163 #define sslThrDebug(side, end)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dmixer.tcl22 pack [frame .f.g$line -bd 1 -relief solid] -side left -expand yes -fill both
28 pack [scale .f.g$line.e -from 100 -to 0 -show no -var v(l$line)] -side \
35 pack [frame .f.f2] -side left
H A Drecord.tcl30 pack .f1.bp .f1.bu .f1.bs .f1.br -side left
34 pack .f2.time .f2.lm -side left
60 pack $w.q -expand 1 -fill both -side top
61 pack [frame $w.q.f1] -side left -anchor nw -padx 3m -pady 2m
62 pack [frame $w.q.f2] -side left -anchor nw -padx 3m -pady 2m
63 pack [frame $w.q.f3] -side left -anchor nw -padx 3m -pady 2m
64 pack [frame $w.q.f4] -side left -anchor nw -padx 3m -pady 2m
84 -command "ApplySettings;destroy $w"] -side left
85 pack [ button $w.f3.b2 -text Cancel -command "destroy $w"] -side left
H A Dplaylist.tcl45 pack [canvas .f.c -width 140 -height 40] -side left
46 pack [checkbutton .f.a -text Analyzer -variable draw] -side left
62 pack [frame .frame] -side top -expand yes -fill both
65 pack .frame.scroll -side right -fill y
66 pack .frame.list -side left -expand 1 -fill both
73 pack [frame .panel] -side bottom -before .frame
74 pack [button .panel.bp -bitmap snackPlay -command Play] -side left
75 pack [button .panel.bs -bitmap snackStop -command Stop] -side left
76 pack [button .panel.bo -image snackOpen -command Open] -side left
78 pack [scale .panel.ss -show no -orient horiz -len 130 -var p] -side lef
[all...]
H A Dsnamp.tcl45 pack [canvas .f.c -width 140 -height 40] -side left
46 pack [checkbutton .f.a -text Analyzer -variable draw] -side left
62 pack [frame .frame] -side top -expand yes -fill both
65 pack .frame.scroll -side right -fill y
66 pack .frame.list -side left -expand 1 -fill both
73 pack [frame .panel] -side bottom -before .frame
74 pack [button .panel.bp -bitmap snackPlay -command Play] -side left
75 pack [button .panel.bs -bitmap snackStop -command Stop] -side left
76 pack [button .panel.bo -image snackOpen -command Open] -side left
78 pack [scale .panel.ss -show no -orient horiz -len 130 -var p] -side lef
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dunicodeout.tcl27 pack $w.msg -side top
30 pack $w.buttons -side bottom -fill x -pady 2m
33 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
H A Dbrowse12 # Create a scrollbar on the right side of the main window and a listbox
13 # on the left side.
16 pack .scroll -side right -fill y
19 pack .list -side left -fill both -expand yes
H A Dpuzzle.tcl45 pack $w.msg -side top
48 pack $w.buttons -side bottom -fill x -pady 2m
51 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
70 pack $w.frame -side top -pady 1c -padx 1c
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dunicodeout.rb23 :text=><<EOL).pack(:side=>:top)
42 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
47 }).pack(:side=>:left, :expand=>true)
51 }).pack(:side=>:left, :expand=>true)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dunicodeout.rb25 :text=><<EOL).pack(:side=>:top)
46 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
51 }).pack(:side=>:left, :expand=>true)
55 }).pack(:side=>:left, :expand=>true)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dselect.rb25 :side=>:top, :anchor=>:w,
41 Tk.pack(chk1, chk2, :side=>:left, :anchor=>:w)
59 labf = Tk::BWidget::LabelFrame.new(subf, :text=>'Options', :side=>:top,
76 Tk.pack(chk1, chk2, :side=>:left, :anchor=>:w)
H A Dtmpldlg.rb34 :side=>:left)
41 titf4.pack(:side=>:bottom, :fill=>:x, :pady=>2, :padx=>2)
42 Tk.pack(titf2, titf3, :side=>:left, :padx=>2, :fill=>:both, :expand=>true)
46 @@tmpl['side'] = :bottom
49 labf1 = Tk::BWidget::LabelFrame.new(parent, :text=>'Button side',
50 :side=>:top, :anchor=>:w,
54 :variable=>@@tmpl.ref('side'), :anchor=>:w),
56 :variable=>@@tmpl.ref('side'), :anchor=>:w),
58 :variable=>@@tmpl.ref('side'), :anchor=>:w),
60 :variable=>@@tmpl.ref('side'),
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dhierarchy.rb15 :labeltext=>ENV['HOME']).pack(:side=>:left,
21 # :labeltext=>ENV['HOME']).pack(:side=>:left,
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/blue/
H A Dblue.tcl103 Scrollbar.uparrow -side top
104 Scrollbar.downarrow -side bottom
105 Scrollbar.uparrow -side bottom
106 Vertical.Scrollbar.thumb -side top -expand true -sticky ns
112 Scrollbar.leftarrow -side left
113 Scrollbar.rightarrow -side right
114 Scrollbar.leftarrow -side right
115 Horizontal.Scrollbar.thumb -side left -expand true -sticky we
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dselect.tcl24 set labf [LabelFrame $subf.options -text "Options" -side top -anchor w \
35 pack $chk1 $chk2 -side left -anchor w -padx 5
48 set labf [LabelFrame $subf.options -text "Options" -side top -anchor w \
59 pack $chk1 $chk2 -side left -anchor w -padx 5
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dprogressdlg.tcl24 -modal -image -bitmap -side -anchor -cancel -default
54 -modal none -side bottom -anchor e -class ProgressDlg]
67 pack $frame.msg -side top -pady 3m -anchor nw -fill x -expand yes
70 pack $frame.pb -side bottom -anchor w -fill x -expand yes
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dcity.tcl75 pack .sw -expand 1 -fill both -side bottom
76 pack .exit -expand 0 -fill both -side left
77 pack .shfl -expand 0 -fill both -side left
78 pack .loc -expand 0 -fill both -side left
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos10.tcl21 pack [canvas .c2 -bg white] -side top
36 pack [canvas .c3 -bg white] -side top
H A Dplotdemos9.tcl22 pack [canvas .c2 -bg white] -side top
37 pack [canvas .c3 -bg white] -side top
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dbrowse14 # Create a scrollbar on the right side of the main window and a listbox
15 # on the left side.
18 pack .scroll -side right -fill y
21 pack .list -side left -fill both -expand yes
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl639 pack $top.f1 -side top -fill x -expand on
640 pack $top.f2 -side top -fill x -expand on
661 pack $w.rbf.encdef $w.rbf.encutf -side left -padx 4
689 pack $w.cancel -side right -fill y -padx 12 -pady 4
690 pack $w.wrap -side right -fill y -padx 12 -pady 4
721 pack $top.f2 -side bottom -fill x
722 pack $top.f1 -side bottom -fill x -expand on
744 pack $w.cancel -side right -padx 12 -pady 6
745 pack $w.wrap -side right -padx 12 -pady 6
812 pack $top.f2 -side botto
[all...]
/macosx-10.10/OpenSSL098-52/src/demos/maurice/
H A DMakefile26 @echo Doing the encrypt side...
28 @echo Doing the decrypt side...
43 @echo Doing the encrypt side...
45 @echo Doing the decrypt side...
53 @echo Doing the encrypt side...
55 @echo Doing the decrypt side...
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorFrontendHostStub.js67 requestSetDockSide: function(side)
69 InspectorFrontendAPI.setDockSide(side);

Completed in 313 milliseconds

1234567891011>>