Searched refs:anchor (Results 126 - 150 of 689) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dbasic.rb38 lab.pack(:anchor=>:w, :pady=>4)
39 chk.pack(:anchor=>:w)
65 ent.pack(:pady=>4, :anchor=>:w)
66 Tk.pack(chk1, chk2, :anchor=>:w)
101 :side=>:top, :anchor=>:w,
113 Tk.pack(chk1, chk2, :anchor=>:w)
119 :side=>:top, :anchor=>:w,
127 ).pack(:anchor=>:w)
131 :side=>:top, :anchor=>:w,
142 }).pack(:anchor
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_html.tcl64 # - kwid = dictionary mapping keywords to link anchor names.
114 array set anchor {}
178 upvar 1 config config idx idx dot dot anchor anchor kwid kwid k k r r
249 upvar 1 config config idx idx anchor anchor kwid kwid char char
270 set anchor($c) KEYWORDS-$c
290 html::tag= a href #$anchor($c) $c
300 upvar 1 config config idx idx anchor anchor do
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dtext.tcl225 %W mark set anchor insert
228 %W mark set anchor insert
517 # widgets. It moves the insertion cursor, sets the selection anchor,
532 $w mark set anchor insert
556 if {[catch {$w index anchor}]} {
557 $w mark set anchor $cur
559 set anchor [$w index anchor]
560 if {[$w compare $cur != $anchor] || (abs($Priv(pressX) - $x) >= 3)} {
565 if {[$w compare $cur < anchor]} {
[all...]
H A Dmsgbox.tcl290 label $w.msg -anchor nw -justify left -text $data(-message) \
306 $w.bitmap create image 0 0 -anchor nw \
308 $w.bitmap create image 0 0 -anchor nw \
310 $w.bitmap create image 0 0 -anchor nw \
314 $w.bitmap create image 0 0 -anchor nw \
316 $w.bitmap create image 0 0 -anchor nw \
318 $w.bitmap create image 0 0 -anchor nw \
322 $w.bitmap create image 0 0 -anchor nw \
324 $w.bitmap create image 0 0 -anchor nw \
326 $w.bitmap create image 0 0 -anchor n
[all...]
H A Dlistbox.tcl240 $w selection anchor $el
262 set anchor [$w index anchor]
276 if {[$w selection includes anchor]} {
278 $w selection set anchor $el
281 $w selection clear anchor $el
286 while {($i < $el) && ($i < $anchor)} {
292 while {($i > $el) && ($i > $anchor)} {
318 if {[$w selection includes anchor]} {
344 $w selection anchor
[all...]
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dhelp.c213 if (helpfile && n->anchor)
214 snprintf(line, sizeof(line), "#%s", n->anchor);
215 else if (n->anchor)
217 query ? query : "", n->anchor);
225 if (!helpfile && n->anchor)
255 if (n->anchor)
306 if (nn->anchor && !strcmp(helpfile, nn->filename))
312 snprintf(line, sizeof(line), "#%s", nn->anchor);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineModuleInfoImpls.h41 virtual void anchor(); // Out of line virtual method.
79 virtual void anchor(); // Out of line virtual method.
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DSetTheory.h69 virtual void anchor();
82 virtual void anchor();
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dpropagate.rb27 list[0].pack(:expand=>true, :anchor=>:center) if list[0]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dnotebook.rb7 nb.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
H A Dnotebook2.rb7 nb.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
H A Dtabnotebook.rb7 tn.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
H A Dtabnotebook2.rb7 tn.pack(:anchor=>:nw, :fill=>:both, :expand=>true,
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvItems.rb19 :anchor=>:c)
38 :anchor=>:c)
60 :anchor=>:c)
67 :orient=>:vertical, :anchor=>:s,
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dcanlabel.tcl28 [list -anchor center center]\
82 -anchor -bulletwidth -minimumwidth -padding -select -textbackground\
162 # position rectangle and text as if anchor was center (the default)
186 # now move rectangle and text according to anchor
187 set anchor $switched::($this,-anchor)
189 ([string match *w $anchor] - [string match *e $anchor]) *\
193 ([string match n* $anchor] - [string match s* $anchor]) *\
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcheckbox.itk114 pack $itk_component($tag) -side left -anchor nw -padx 4 -expand 1
118 pack $itk_component($tag) -side top -anchor w -padx 4 -expand 0
176 -anchor w \
189 pack $itk_component($tag) -side top -anchor w -padx 4 -expand 0
191 pack $itk_component($tag) -side left -anchor nw -expand 1
211 -anchor w \
225 pack $itk_component($tag) -anchor w -padx 4 -before $itk_component($before)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoBindings.tcl36 # Whether Shift-Button-1 has a variable or fixed anchor:
48 pack [frame .rhf] -side right -anchor nw
57 pack [frame .lhf] -side left -anchor ne
69 pack [frame .rhf.g] -anchor ne
74 pack [frame .rhf.k] -anchor ne
79 pack [frame .rhf.j] -anchor ne
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dtest_crypto.in56 anchor:FILE:$srcdir/data/bleichenbacher-good.pem > /dev/null || exit 1
62 anchor:FILE:$srcdir/data/bleichenbacher-bad.pem > /dev/null && exit 1
68 anchor:FILE:$srcdir/data/yutaka-pad-ok-ca.pem > /dev/null || exit 1
74 anchor:FILE:$srcdir/data/yutaka-pad-broken-ca.pem > /dev/null && exit 1
82 anchor:FILE:$srcdir/data/sf-class2-root.pem > /dev/null && exit 1
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Ditems.tcl72 $c create text 5c .2c -text Lines -anchor n
87 $c create text 15c .2c -text "Curves (smoothed lines)" -anchor n
97 $c create text 25c .2c -text Polygons -anchor n
108 $c create text 5c 8.2c -text Rectangles -anchor n
115 $c create text 15c 8.2c -text Ovals -anchor n
122 $c create text 25c 8.2c -text Text -anchor n
124 $c create text 22.5c 9c -anchor n -font $font1 -width 4c \
125 -text "A short string of text, word-wrapped, justified left, and anchored north (at the top). The rectangles show the anchor points for each piece of text." -tags item
127 $c create text 25.5c 11c -anchor w -font $font1 -fill $blue \
131 $c create text 25c 14c -font $font2 -anchor
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Ditems.tcl72 $c create text 5c .2c -text Lines -anchor n
86 $c create text 15c .2c -text "Curves (smoothed lines)" -anchor n
96 $c create text 25c .2c -text Polygons -anchor n
107 $c create text 5c 8.2c -text Rectangles -anchor n
114 $c create text 15c 8.2c -text Ovals -anchor n
121 $c create text 25c 8.2c -text Text -anchor n
123 $c create text 22.5c 9c -anchor n -font $font1 -width 4c \
124 -text "A short string of text, word-wrapped, justified left, and anchored north (at the top). The rectangles show the anchor points for each piece of text." -tags item
126 $c create text 25.5c 11c -anchor w -font $font1 -fill $blue \
130 $c create text 25c 14c -font $font2 -anchor
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dlistbox.tcl241 $w selection anchor $el
267 set anchor [$w index anchor]
281 if {[$w selection includes anchor]} {
283 $w selection set anchor $el
286 $w selection clear anchor $el
291 while {($i < $el) && ($i < $anchor)} {
297 while {($i > $el) && ($i > $anchor)} {
323 if {[$w selection includes anchor]} {
349 $w selection anchor
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqmaker.h60 void anchor(int slot, SHA1::Digest digest); // given slot/digest
61 void anchor(int slot, const void *cert, size_t length); // given slot/cert
62 void anchor(); // made-by-Apple
63 void anchorGeneric(); // anything drawn from the Apple anchor
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqmaker.h60 void anchor(int slot, SHA1::Digest digest); // given slot/digest
61 void anchor(int slot, const void *cert, size_t length); // given slot/cert
62 void anchor(); // made-by-Apple
63 void anchorGeneric(); // anything drawn from the Apple anchor
/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Dyaml.h287 /** The anchor (for @c YAML_ANCHOR_TOKEN). */
289 /** The anchor value. */
291 } anchor; member in union:yaml_token_s::__anon12102
423 /** The anchor. */
424 yaml_char_t *anchor; member in struct:yaml_event_s::__anon12110::__anon12115
429 /** The anchor. */
430 yaml_char_t *anchor; member in struct:yaml_event_s::__anon12110::__anon12116
447 /** The anchor. */
448 yaml_char_t *anchor; member in struct:yaml_event_s::__anon12110::__anon12117
459 /** The anchor
460 yaml_char_t *anchor; member in struct:yaml_event_s::__anon12110::__anon12118
1067 yaml_char_t *anchor; member in struct:yaml_alias_data_s
1689 yaml_char_t *anchor; member in struct:yaml_emitter_s::__anon12146
1747 int anchor; member in struct:yaml_emitter_s::__anon12149
[all...]
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_tree_builder.rb41 assert_nil seq.anchor
55 assert_nil scalar.anchor
76 assert_equal 'A', al.anchor

Completed in 298 milliseconds

1234567891011>>