Searched refs:anchor (Results 176 - 200 of 689) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcTargetMachine.h64 virtual void anchor();
76 virtual void anchor();
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dmenubar2.rb42 mb.pack(:side=>:left, :anchor=>:nw, :fill=>:x, :expand=>true)
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dcheck.tcl35 pack $w.b0 -side top -pady 2 -anchor w
36 pack $w.b1 $w.b2 $w.b3 -side top -pady 2 -anchor w -padx 15
H A Dfilebox.tcl29 label $f.lab -text "Select a file to $i: " -anchor e
41 pack $w.strict -anchor c
H A Dhscale.tcl35 pack $w.frame.canvas -side top -expand yes -anchor s -fill x -padx 15
36 pack $w.frame.scale -side bottom -expand yes -anchor n
H A Dvscale.tcl36 pack $w.frame.scale -side left -anchor ne
37 pack $w.frame.canvas -side left -anchor nw -fill y
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dfilebox.tcl29 label $f.lab -text "Select a file to $i: " -anchor e
41 pack $w.strict -anchor c
H A Dunicodeout.tcl45 label $w.f.l$j -font $font -text "${language}:" -anchor nw -pady 0
46 label $w.f.s$j -font $font -text $sample -anchor nw -width 30 -pady 0
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DP2PPacketFilter.c58 strlcpy( trans_e.anchor, anchorPath, sizeof( trans_e.anchor ) );
87 strlcpy( trans_e.anchor, anchorPath, sizeof( trans_e.anchor ) );
148 strlcpy( pr->anchor, anchorPath, sizeof( pr->anchor ) );
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dmanager.rb36 :side=>:top, :anchor=>:w,
54 Tk.pack(chk1, chk2, :anchor=>:w, :fill=>:x)
58 :side=>:top, :anchor=>:w,
64 chk1.pack(:anchor=>:w, :fill=>:x)
74 }).pack(:side=>:left, :anchor=>:n, :fill=>:x)
106 chk.pack(:anchor=>:w)
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Ddemo_main.tcl115 pack $bbox -side left -anchor w
118 pack $sep -side left -fill y -padx 4 -anchor w
131 pack $bbox -side left -anchor w
139 pack $_wfont -side left -anchor w
225 place $frame -x 0 -y 0 -anchor nw
226 place $bwimg -relx 1 -rely 1 -anchor se
H A Dmanager.tcl37 set labf1 [LabelFrame $parent.labf1 -text "Toolbar" -side top -anchor w \
44 pack $subf.chk1 $subf.chk2 -anchor w -fill x -padx 5
47 set labf2 [LabelFrame $parent.labf2 -text "Status bar" -side top -anchor w \
53 pack $subf.chk1 -anchor w -fill x -padx 5
63 pack $parent.chk1 -side left -anchor n -fill x -padx 5
98 pack $chk -anchor w -padx 5
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dperilabel.tcl91 ::set index 0 ;# build angle position / value label anchor mapping array
92 foreach anchor {w sw s se e ne n nw} {
93 ::set (anchor,[anglePosition [expr {$index * 45}]]) $anchor
96 unset index anchor
156 # finally set anchor according to which point of the text is closest to
158 $canvas itemconfigure $text -anchor $(anchor,[anglePosition $angle])
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Ddebug.tcl64 foreach anchor {n s e w nw ne sw se c} {
65 $table(table) tag config $anchor -anchor $anchor
66 $table(table) tag row $anchor [incr i]
67 $table(table) set $i,$first $anchor
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotscada.tcl197 $p object text label {35 *} -text * -anchor w -scaling height
220 .c create window 10 30 -window .c.scalea -anchor nw
221 .c create window 110 70 -window .c.scaleb -anchor nw
222 .c create window 10 200 -window .c.start -anchor nw
223 .c create window 110 200 -window .c.stop -anchor nw
226 .c create text 230 30 -text "Component A" -anchor e -fill red
228 .c create text 230 60 -text "Component B" -anchor e -fill blue
230 .c create text 340 200 -text "Product C" -anchor w
248 $p object text temperature {1.3 *} -text * -scaling temperature -anchor w
261 $p object text maximum { 1.4 *} -text Maximum -scaling concentration -anchor
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dspinbox.tcl354 # widgets. It moves the insertion cursor, sets the selection anchor,
450 set anchor [$w index anchor]
451 if {($cur ne $anchor) || (abs($Priv(pressX) - $x) >= 3)} {
457 if {$cur < $anchor} {
458 $w selection range $cur $anchor
459 } elseif {$cur > $anchor} {
460 $w selection range $anchor $cur
467 if {$cur < [$w index anchor]} {
469 set after [tcl_wordBreakAfter [$w get] [expr {$anchor
[all...]
H A Dtk.tcl85 # ?anchor? center or widgetPath
89 proc ::tk::PlaceWindow {w {place ""} {anchor ""}} {
98 ## place at POINTER (centered if $anchor == center)
99 if {[string equal -length [string length $anchor] $anchor "center"]} {
107 [winfo exists $anchor] && [winfo ismapped $anchor]} {
108 ## center about WIDGET $anchor, widget must be mapped
109 set x [expr {[winfo rootx $anchor] + \
110 ([winfo width $anchor]
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dspinbox.tcl350 # widgets. It moves the insertion cursor, sets the selection anchor,
446 set anchor [$w index anchor]
447 if {($cur ne $anchor) || (abs($Priv(pressX) - $x) >= 3)} {
453 if {$cur < $anchor} {
454 $w selection range $cur $anchor
455 } elseif {$cur > $anchor} {
456 $w selection range $anchor $cur
463 if {$cur < [$w index anchor]} {
465 set after [tcl_wordBreakAfter [$w get] [expr {$anchor
[all...]
H A Dtk.tcl74 # ?anchor? center or widgetPath
78 proc ::tk::PlaceWindow {w {place ""} {anchor ""}} {
88 ## place at POINTER (centered if $anchor == center)
89 if {[string equal -length [string length $anchor] $anchor "center"]} {
97 [winfo exists $anchor] && [winfo ismapped $anchor]} {
98 ## center about WIDGET $anchor, widget must be mapped
99 set x [expr {[winfo rootx $anchor] + \
100 ([winfo width $anchor]
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dwidget.tcl51 pack [label .f0.l -text "Basic sound handling:"] -anchor w
82 .c create text 0 0 -text "Waveform canvas item type:" -anchor nw
84 .c create text 250 0 -text "Spectrogram canvas item type:" -anchor nw
86 .c create text 480 0 -text "Spectrum section canvas item type:" -anchor nw
90 pack [label .f1.l -text "Waveform examples:" -wi 27 -anchor w] -side left
96 pack [label .f2.l -text "Spectrogram examples:" -wi 27 -anchor w] -side left
102 pack [label .f3.l -text "Spectrum section examples:" -wi 27 -anchor w] -side left
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Dto_ruby.rb218 @st[o.anchor] = set if o.anchor
248 @st.fetch(o.anchor) { raise BadAlias, "Unknown alias: #{o.anchor}" }
253 @st[node.anchor] = object if node.anchor
264 @st[o.anchor] = hash if o.anchor
304 @st[node.anchor] = s if node.anchor
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dgasm.tcl99 # Add a new instruction, and link it to the anchor. The created
100 # instruction becomes the new anchor.
102 upvar 0 gas(grap) g gas(last) anchor gas(cond) cond
108 if {$anchor ne ""} {__Link $node $cond}
110 set anchor $node
150 upvar 0 gas(grap) g gas(last) anchor
152 set arc [$g arc insert $anchor $to]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestReadWrite.tcl239 .t.c create text $tx $y -anchor nw -fill black -text "$color box" -font $font
259 .t.c create image 0 0 -anchor nw -tags MyImage
278 .t.c create text 140 170 -anchor nw -fill black -text "Created with:" -font $font
280 .t.c create text 140 185 -anchor nw -fill black -text "Tcl [info patchlevel]" -font $font
281 .t.c create text 140 200 -anchor nw -fill black -text "Img $imgVersion" -font $font
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_ioctl.c579 struct pf_anchor *anchor;
630 while ((anchor = RB_MIN(pf_anchor_global, &pf_anchors)) != NULL) {
632 if (pf_begin_rules(&ticket, i, anchor->name) == 0)
633 pf_commit_rules(ticket, i, anchor->name);
692 pf_get_pool(char *anchor, u_int32_t ticket, u_int8_t rule_action, argument
700 ruleset = pf_find_ruleset(anchor);
768 * the anchor under our feet.
1163 pf_begin_rules(u_int32_t *ticket, int rs_num, const char *anchor) argument
1170 rs = pf_find_or_create_ruleset(anchor);
1183 pf_rollback_rules(u_int32_t ticket, int rs_num, char *anchor) argument
1295 pf_commit_rules(u_int32_t ticket, int rs_num, char *anchor) argument
4284 struct pf_anchor *anchor; local
4308 struct pf_anchor *anchor; local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Dapi.c594 yaml_free(token->data.anchor.value);
791 yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor) argument
797 assert(anchor); /* Non-NULL anchor is expected. */
799 if (!yaml_check_utf8(anchor, strlen((char *)anchor))) return 0;
801 anchor_copy = yaml_strdup(anchor);
816 yaml_char_t *anchor, yaml_char_t *tag,
828 assert(value); /* Non-NULL anchor is expected. */
830 if (anchor) {
815 yaml_scalar_event_initialize(yaml_event_t *event, yaml_char_t *anchor, yaml_char_t *tag, yaml_char_t *value, int length, int plain_implicit, int quoted_implicit, yaml_scalar_style_t style) argument
873 yaml_sequence_start_event_initialize(yaml_event_t *event, yaml_char_t *anchor, yaml_char_t *tag, int implicit, yaml_sequence_style_t style) argument
928 yaml_mapping_start_event_initialize(yaml_event_t *event, yaml_char_t *anchor, yaml_char_t *tag, int implicit, yaml_mapping_style_t style) argument
[all...]

Completed in 364 milliseconds

1234567891011>>