Searched refs:anchor (Results 201 - 225 of 689) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dfloor.tcl65 $w create window 600 100 -anchor w -window $w.entry
66 $w create text 600 100 -anchor e -text "Room: "
341 $w create text 358 209 -text 101 -fill $color -anchor c -tags {floor1 label}
345 $w create text 323 223 -text {Pub Lift1} -fill $color -anchor c -tags {floor1 label}
349 $w create text 323 188 -text {Priv Lift1} -fill $color -anchor c -tags {floor1 label}
353 $w create text 21.5 363 -text 110 -fill $color -anchor c -tags {floor1 label}
357 $w create text 67 363 -text 109 -fill $color -anchor c -tags {floor1 label}
361 $w create text 28.5 276.5 -text 111 -fill $color -anchor c -tags {floor1 label}
365 $w create text 88.5 278.5 -text 117B -fill $color -anchor c -tags {floor1 label}
369 $w create text 28.5 227.5 -text 112 -fill $color -anchor
[all...]
H A Dlabel.tcl35 pack $w.left.l1 $w.left.l2 $w.left.l3 -side top -expand yes -pady 2 -anchor w
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dfloor.tcl63 $w create window 600 100 -anchor w -window $w.entry
64 $w create text 600 100 -anchor e -text "Room: "
339 $w create text 358 209 -text 101 -fill $color -anchor c -tags {floor1 label}
343 $w create text 323 223 -text {Pub Lift1} -fill $color -anchor c -tags {floor1 label}
347 $w create text 323 188 -text {Priv Lift1} -fill $color -anchor c -tags {floor1 label}
351 $w create text 21.5 363 -text 110 -fill $color -anchor c -tags {floor1 label}
355 $w create text 67 363 -text 109 -fill $color -anchor c -tags {floor1 label}
359 $w create text 28.5 276.5 -text 111 -fill $color -anchor c -tags {floor1 label}
363 $w create text 88.5 278.5 -text 117B -fill $color -anchor c -tags {floor1 label}
367 $w create text 28.5 227.5 -text 112 -fill $color -anchor
[all...]
H A Dcheck.tcl33 pack $w.b1 $w.b2 $w.b3 -side top -pady 2 -anchor w
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/tcl_ext/bwidget/bwidget/
H A Dfont.tcl140 Dialog::create $path -modal local -anchor e -default 0 -cancel 1 \
153 -side top -anchor w -relief flat -background $bg]
183 -side top -anchor w -relief flat -background $bg]
207 -side top -anchor w -relief sunken -bd 1 -background $bg]
227 pack $subf.$st -anchor w -padx 5
231 pack $labf1 -side left -anchor n -fill both -expand yes
233 pack $labf2 -side left -anchor n -fill both -expand yes -padx 8
235 pack $labf3 -side left -anchor n -fill both -expand yes
249 place $lab -relx 0.5 -rely 0.5 -anchor c
339 pack $lbf -side left -anchor
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoIndent.tcl35 pack [frame .rhf] -side right -anchor nw
50 pack [frame .lhf] -side left -anchor ne
63 pack [frame .rhf.g] -anchor ne
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkSquare.c78 {TK_OPTION_ANCHOR, "-anchor", "anchor", "Anchor",
87 * is the -anchor option which positions the square element within the parcel
94 * widget layout it will still be handled but the -anchor option will be
111 * to the -anchor option.
116 Tk_Anchor anchor = TK_ANCHOR_CENTER; local
121 Tk_GetAnchorFromObj(NULL, squarePtr->square.anchorObj, &anchor);
122 b = Ttk_AnchorBox(winBox, b.width, b.height, anchor);
/macosx-10.10.1/ruby-106/ruby/
H A Dcompile.c38 LINK_ELEMENT anchor; member in struct:iseq_link_anchor
255 #define COMPILE(anchor, desc, node) \
257 iseq_compile_each(iseq, (anchor), (node), 0)))
260 #define COMPILE_POPED(anchor, desc, node) \
262 iseq_compile_each(iseq, (anchor), (node), 1)))
265 #define COMPILE_(anchor, desc, node, poped) \
267 iseq_compile_each(iseq, (anchor), (node), (poped))))
300 (name##_body__.last = &name##_body__.anchor, name = &name##_body__)
321 static void debug_list(ISEQ_ARG_DECLARE LINK_ANCHOR *anchor);
335 static int iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *anchor, NOD
354 verify_list(ISEQ_ARG_DECLARE const char *info, LINK_ANCHOR *anchor) argument
389 ADD_ELEM(ISEQ_ARG_DECLARE LINK_ANCHOR *anchor, LINK_ELEMENT *elem) argument
401 APPEND_ELEM(ISEQ_ARG_DECLARE LINK_ANCHOR *anchor, LINK_ELEMENT *before, LINK_ELEMENT *elem) argument
688 FIRST_ELEMENT(LINK_ANCHOR *anchor) argument
702 POP_ELEMENT(ISEQ_ARG_DECLARE LINK_ANCHOR *anchor) argument
741 LIST_SIZE_ZERO(LINK_ANCHOR *anchor) argument
862 debug_list(ISEQ_ARG_DECLARE LINK_ANCHOR *anchor) argument
995 iseq_setup(rb_iseq_t *iseq, LINK_ANCHOR *anchor) argument
1366 iseq_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *anchor) argument
1954 iseq_optimize(rb_iseq_t *iseq, LINK_ANCHOR *anchor) argument
2022 iseq_insns_unification(rb_iseq_t *iseq, LINK_ANCHOR *anchor) argument
2136 iseq_set_sequence_stackcaching(rb_iseq_t *iseq, LINK_ANCHOR *anchor) argument
5607 iseq_build_from_ary_body(rb_iseq_t *iseq, LINK_ANCHOR *anchor, VALUE body, struct st_table *labels_table) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Ddemo.rb112 pack(:side=>:left, :anchor=>:w)
116 pack(:side=>:left, :fill=>:y, :padx=>4, :anchor=>:w)
140 pack(:side=>:left, :anchor=>:w)
152 DemoVar._wfont.pack(:side=>:left, :anchor=>:w)
229 frame.place(:x=>0, :y=>0, :anchor=>:nw)
230 bwimg.place(:relx=>1, :rely=>1, :anchor=>:se)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMTargetMachine.h63 virtual void anchor();
104 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsTargetMachine.cpp59 void MipsebTargetMachine::anchor() { } function in class:MipsebTargetMachine
68 void MipselTargetMachine::anchor() { } function in class:MipselTargetMachine
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp81 void NVPTXTargetMachine32::anchor() {} function in class:NVPTXTargetMachine32
91 void NVPTXTargetMachine64::anchor() {} function in class:NVPTXTargetMachine64
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp53 void PPC32TargetMachine::anchor() { } function in class:PPC32TargetMachine
63 void PPC64TargetMachine::anchor() { } function in class:PPC64TargetMachine
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86TargetMachine.h82 virtual void anchor();
111 virtual void anchor();
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A D24hr_clock.rb76 :anchor=>'s', :fill=>@mark_color)
78 :anchor=>'w', :fill=>@mark_color)
80 :anchor=>'n', :fill=>@mark_color)
82 :anchor=>'e', :fill=>@mark_color)
118 :anchor=>'sw', :fill=>@mark_color)
120 :anchor=>'nw', :fill=>@mark_color)
122 :anchor=>'ne', :fill=>@mark_color)
124 :anchor=>'se', :fill=>@mark_color)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dunicodeout.rb76 :anchor=>:nw, :pady=>0)
79 :anchor=>:nw, :width=>30, :pady=>0)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dunicodeout.rb81 :anchor=>:nw, :pady=>0)
84 :anchor=>:nw, :width=>30, :pady=>0)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A Doscilloscope.rb45 :anchor=>:nw, :tags=>['osc', 'txt1'])
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A Dviewfile25 pack .label -anchor w
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dinstall.tcl51 pack .msgauto -anchor w
53 pack .lipath -anchor w
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotannot.tcl234 # anchor Anchor position (north, north-east, ..., defaults to centre)
240 proc ::Plotchart::DrawPlainText { w x y text {anchor centre} } {
246 if { [info exists TextDir($anchor)] } {
247 set anchor $TextDir($anchor)
249 set anchor c
254 -justify $settings($w,textjustify) -anchor $anchor
408 $w create image $x $y -image $image -anchor sw -tags {data background}
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecTrustedApplication.cpp222 SecCertificateRef anchor, SecTrustedApplicationRef *appRef)
227 MacOSError::check(SecRequirementCreateGroup(CFTempString(groupName), anchor,
230 if (anchor) {
231 Certificate *cert = Certificate::required(anchor);
221 SecTrustedApplicationCreateApplicationGroup(const char *groupName, SecCertificateRef anchor, SecTrustedApplicationRef *appRef) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecTrustedApplication.cpp222 SecCertificateRef anchor, SecTrustedApplicationRef *appRef)
227 MacOSError::check(SecRequirementCreateGroup(CFTempString(groupName), anchor,
230 if (anchor) {
231 Certificate *cert = Certificate::required(anchor);
221 SecTrustedApplicationCreateApplicationGroup(const char *groupName, SecCertificateRef anchor, SecTrustedApplicationRef *appRef) argument

Completed in 246 milliseconds

1234567891011>>