Searched refs:anchor (Results 76 - 100 of 689) sorted by relevance

1234567891011>>

/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dtesthi.c100 if (node->anchor)
101 printf(" %d: %s#%s \"%s\"", i, node->filename, node->anchor,
H A Dhelp-index.c143 static help_node_t *help_new_node(const char *filename, const char *anchor,
190 const char *anchor) /* I - Anchor */
195 DEBUG_printf(("helpFindNode(hi=%p, filename=\"%s\", anchor=\"%s\")",
196 hi, filename, anchor));
210 key.anchor = (char *)anchor;
233 *anchor, /* Anchor in line */ local
292 * filename#anchor offset length "text"
322 if ((anchor = strrchr(filename, '#')) != NULL)
324 *anchor
188 helpFindNode(help_index_t *hi, const char *filename, const char *anchor) argument
878 *anchor, /* Anchor name */ local
1202 help_new_node(const char *filename, const char *anchor, const char *section, const char *text, time_t mtime, off_t offset, size_t length) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DAnyMemLeaks.tcl24 place .bt1 -x 10 -y [expr $mh - 10] -anchor sw
26 place .bt2 -x 10 -y [expr $mh - 40] -anchor sw
28 place .bt3 -x [expr $mw - 10] -y [expr $mh - 10] -anchor se
31 place .lb -x 10 -y 10 -anchor nw
H A DPictureInPicture.tcl12 place .n -x 10 -y 10 -anchor nw
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_anchor.tcl19 saveps anchor.ps
/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Dloader.c31 int index, yaml_char_t *anchor);
155 yaml_free(POP(parser, parser->aliases).anchor);
221 * Add an anchor.
226 int index, yaml_char_t *anchor)
231 if (!anchor) return 1;
233 data.anchor = anchor;
239 if (strcmp((char *)alias_data->anchor, (char *)anchor) == 0) {
240 yaml_free(anchor);
225 yaml_parser_register_anchor(yaml_parser_t *parser, int index, yaml_char_t *anchor) argument
262 yaml_char_t *anchor = first_event->data.alias.anchor; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSpiller.h25 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCAsmInfoDarwin.cpp21 void MCAsmInfoDarwin::anchor() { } function in class:MCAsmInfoDarwin
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h24 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp19 void MipsMCAsmInfo::anchor() { } function in class:MipsMCAsmInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcSubtarget.cpp24 void SparcSubtarget::anchor() { } function in class:SparcSubtarget
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Demitter.rb31 @handler.scalar o.value, o.anchor, o.tag, o.plain, o.quoted, o.style
35 @handler.start_sequence o.anchor, o.tag, o.implicit, o.style
41 @handler.start_mapping o.anchor, o.tag, o.implicit, o.style
47 @handler.alias o.anchor
/macosx-10.10.1/tcl-105/tk/tk/library/
H A DoptMenu.tcl37 -relief raised -highlightthickness 1 -anchor c \
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A DoptMenu.tcl37 -relief raised -bd 2 -highlightthickness 2 -anchor c \
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Ddebug.rb56 %w(n s e w nw ne sw se c).each_with_index{|anchor, idx|
57 table.tag_configure(anchor, :anchor=>anchor)
58 table.tag_row(anchor, idx)
59 table.set([idx,first], anchor)
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dctext.tcl45 $c addtag text withtag [$c create text 250 200 -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)." -width 440 -anchor n -font $textFont -justify left]
57 # Next, create some items that allow the text's anchor position
70 mkTextConfig $c $x $y -anchor se $color
71 mkTextConfig $c [expr {$x+30}] [expr {$y }] -anchor s $color
72 mkTextConfig $c [expr {$x+60}] [expr {$y }] -anchor sw $color
73 mkTextConfig $c [expr {$x }] [expr {$y+30}] -anchor e $color
74 mkTextConfig $c [expr {$x+30}] [expr {$y+30}] -anchor center $color
75 mkTextConfig $c [expr {$x+60}] [expr {$y+30}] -anchor w $color
76 mkTextConfig $c [expr {$x }] [expr {$y+60}] -anchor ne $color
77 mkTextConfig $c [expr {$x+30}] [expr {$y+60}] -anchor
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dctext.tcl45 $c addtag text withtag [$c create text 250 200 -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)." -width 440 -anchor n -font {Helvetica 24} -justify left]
57 # Next, create some items that allow the text's anchor position
70 mkTextConfig $c $x $y -anchor se $color
71 mkTextConfig $c [expr {$x+30}] [expr {$y }] -anchor s $color
72 mkTextConfig $c [expr {$x+60}] [expr {$y }] -anchor sw $color
73 mkTextConfig $c [expr {$x }] [expr {$y+30}] -anchor e $color
74 mkTextConfig $c [expr {$x+30}] [expr {$y+30}] -anchor center $color
75 mkTextConfig $c [expr {$x+60}] [expr {$y+30}] -anchor w $color
76 mkTextConfig $c [expr {$x }] [expr {$y+60}] -anchor ne $color
77 mkTextConfig $c [expr {$x+30}] [expr {$y+60}] -anchor
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dsimple_lock.h142 unsigned int *anchor,
147 unsigned int *anchor,
153 unsigned int *anchor,
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Ddialog.tcl105 #option -anchor c; # {n e w s c}
374 method PlaceWindow {w place anchor} {
385 set anchor center
387 } elseif {![winfo exists $anchor]} {
388 set anchor [winfo toplevel [winfo parent $w]]
389 if {![winfo ismapped $anchor]} {
402 if {$anchor eq "center"} {
409 } elseif {![winfo ismapped $anchor]} {
410 ## All the rest require the anchor to be mapped
411 ## If the anchor is
[all...]
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DbutGeom.tcl13 label .t.l -text {This screen exercises the layout mechanisms for various flavors of buttons. Select display options below, and they will be applied to all of the button widgets. In order to see the effects of different anchor positions, expand the window so that there is extra space in the buttons. The letter "o" in "automatically" should be underlined in the right column of widgets.} -wraplength 5i
37 foreach anchor {nw n ne w center e sw s se} {
38 button .t.anchor-$anchor -text $anchor -command "config -anchor $anchor"
40 place .t.anchor-nw -in .t.control.left.f -relx 0 -relwidth 0.333 \
42 place .t.anchor-n -in .t.control.left.f -relx 0.333 -relwidth 0.333 \
44 place .t.anchor
[all...]
H A DcanvPsText.tcl22 pack .t.stipple -side top -pady 2m -expand 1 -anchor w
35 -anchor center -tags text -font {Courier 24 italic} -stipple $stipple
38 -anchor nw -tags text -font {Helvetica 24} -stipple $stipple
41 -anchor n -tags text -font {Helvetica 12 italic} -stipple $stipple
44 -anchor ne -tags text -font {Helvetica 24 bold} -stipple $stipple
47 -anchor e -tags text -font {Helvetica 18 {bold italic}} -stipple $stipple
50 -anchor se -tags text -font {Times 10} -stipple $stipple
53 -anchor s -tags text -font {Times 24 italic} -stipple $stipple
56 -anchor sw -tags text -font {Times 18 bold} -stipple $stipple
59 -anchor
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A DbutGeom.tcl13 label .t.l -text {This screen exercises the layout mechanisms for various flavors of buttons. Select display options below, and they will be applied to all of the button widgets. In order to see the effects of different anchor positions, expand the window so that there is extra space in the buttons. The letter "o" in "automatically" should be underlined in the right column of widgets.} -wraplength 5i
37 foreach anchor {nw n ne w center e sw s se} {
38 button .t.anchor-$anchor -text $anchor -command "config -anchor $anchor"
40 place .t.anchor-nw -in .t.control.left.f -relx 0 -relwidth 0.333 \
42 place .t.anchor-n -in .t.control.left.f -relx 0.333 -relwidth 0.333 \
44 place .t.anchor
[all...]
/macosx-10.10.1/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]
66 -highlightthickness 0 -anchor w -justify left
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.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dbasic.tcl44 pack $lab -anchor w -padx 5 -pady 5
45 pack $chk -anchor w -padx 5
62 pack $ent -pady 4 -anchor w -padx 5
63 pack $chk1 $chk2 -anchor w -padx 5
100 -anchor w -relief sunken -borderwidth 1]
108 pack $chk1 $chk2 -anchor w -padx 5
114 -anchor w -relief sunken -borderwidth 1]
121 pack $rad -anchor w -padx 5
125 -anchor w -relief sunken -borderwidth 1]
134 pack $rad -anchor
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dextbutton.itk201 n {set side top; set anchor center}
202 ne {set side top; set anchor e}
203 nw {set side top; set anchor w}
205 s {set side bottom; set anchor center}
206 se {set side bottom; set anchor e}
207 sw {set side bottom; set anchor w}
209 w {set side left; set anchor center}
210 wn {set side left; set anchor n}
211 ws {set side left; set anchor s}
213 e {set side right; set anchor cente
[all...]

Completed in 344 milliseconds

1234567891011>>