Searched refs:anchor (Results 101 - 125 of 689) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk84/tk/tests/
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...]
H A DcanvPsBmap.tcl30 -background {} -foreground black -anchor nw
35 -background {} -foreground black -anchor n
40 -background black -foreground white -anchor ne
45 -background {} -foreground black -anchor w
50 -background {} -foreground black -anchor center
55 -background blue -foreground black -anchor e
60 -background black -foreground white -anchor sw
65 -background green -foreground white -anchor s
70 -background {} -foreground black -anchor se
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DcanvPsBmap.tcl32 -background {} -foreground black -anchor nw
37 -background {} -foreground black -anchor n
42 -background black -foreground white -anchor ne
47 -background {} -foreground black -anchor w
52 -background {} -foreground black -anchor center
57 -background blue -foreground black -anchor e
62 -background black -foreground white -anchor sw
67 -background green -foreground white -anchor s
72 -background {} -foreground black -anchor se
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dtitleframe.tcl90 left { set relx 0.0; set x 5; set anchor nw }
91 center { set relx 0.5; set x 0; set anchor n }
92 right { set relx 1.0; set x -5; set anchor ne }
122 place $label -relx $relx -x $x -anchor $anchor -y $y
173 left { set relx 0.0; set x 10; set anchor nw }
174 center { set relx 0.5; set x 0; set anchor n }
175 right { set relx 1.0; set x -10; set anchor ne }
198 place $path.l -relx $relx -x $x -anchor $anchor
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Drecord.tcl61 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
68 -anchor w
70 pack [entry $w.q.f1.e -textvariable ::s(rate) -width 6] -anchor w
74 -anchor w
77 pack [radiobutton $w.q.f3.1 -text Mono -value 1 -variable ::s(chan)] -anchor w
79 -anchor w
80 pack [entry $w.q.f3.e -textvariable ::s(chan) -width 3] -anchor
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dtest_ca.in67 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
78 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
90 anchor:FILE:$srcdir/data/ca.crt > /dev/null && exit 1
103 anchor:FILE:$srcdir/data/ca.crt > /dev/null && exit 1
154 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
160 anchor:FILE:$srcdir/data/ca.crt > /dev/null && exit 1
166 anchor:FILE:$srcdir/data/ca.crt > /dev/null && exit 1
180 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
186 anchor:FILE:$srcdir/data/ca.crt > /dev/null && exit 1
248 anchor
[all...]
H A Dtest_cert.in72 anchor:FILE:$srcdir/data/n0ll.pem && exit 1
77 anchor:FILE:$srcdir/data/n0ll.pem && exit 1
82 anchor:FILE:$srcdir/data/win-u16-in-printablestring.der || exit 1
/macosx-10.10.1/less-25/less/
H A Doutput.c129 char *anchor, *p, *p_next;
150 for (anchor = p_next = obuf;
156 if (p > anchor)
163 WIN32textout(anchor, p-anchor);
164 anchor = p;
175 anchor = p_next = p;
199 int slop = q - anchor;
201 strcpy(obuf, anchor);
272 p_next = anchor
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dmsgbox.tcl279 grid anchor $w.bot center
297 ttk::label $w.msg -anchor nw -justify left -text $data(-message)
300 ttk::label $w.dtl -anchor nw -justify left -text $data(-detail)
318 $w.bitmap create image 0 0 -anchor nw \
320 $w.bitmap create image 0 0 -anchor nw \
322 $w.bitmap create image 0 0 -anchor nw \
326 $w.bitmap create image 0 0 -anchor nw \
328 $w.bitmap create image 0 0 -anchor nw \
330 $w.bitmap create image 0 0 -anchor nw \
334 $w.bitmap create image 0 0 -anchor n
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h39 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h34 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/MCJIT/
H A DMCJITMemoryManager.h24 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsMachineFunction.cpp46 void MipsFunctionInfo::anchor() { } function in class:MipsFunctionInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp29 void NVPTXMCAsmInfo::anchor() { } function in class:NVPTXMCAsmInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h21 virtual void anchor();
H A DSparcSubtarget.h27 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp42 void X86MCAsmInfoDarwin::anchor() { } function in class:X86MCAsmInfoDarwin
76 void X86ELFMCAsmInfo::anchor() { } function in class:X86ELFMCAsmInfo
123 void X86MCAsmInfoMicrosoft::anchor() { } function in class:X86MCAsmInfoMicrosoft
136 void X86MCAsmInfoGNUCOFF::anchor() { } function in class:X86MCAsmInfoGNUCOFF
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-objdump/
H A Dllvm-objdump.h28 virtual void anchor();
/macosx-10.10.1/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)
60 :anchor=>:w, :relief=>:sunken,
76 Tk.pack(chk1, chk2, :side=>:left, :anchor=>:w)
/macosx-10.10.1/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.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dwidget.py46 Label(f0, text='Basic sound handling:').pack(anchor='w')
63 c.create_text(0, 0, text='Waveform canvas item type:',anchor='nw')
65 c.create_text(250, 0, text='Spectrogram canvas item type:',anchor='nw')
67 c.create_text(480, 0, text='Spectrum section canvas item type:',anchor='nw')
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dmsgbox.tcl41 -relief flat -value $i -width 16 -anchor w
42 pack $w.left.b$i -side top -pady 2 -anchor w -fill x
53 -relief flat -value $t -width 16 -anchor w
54 pack $w.right.$t -side top -pady 2 -anchor w -fill x
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dmsgbox.tcl41 -relief flat -value $i -width 16 -anchor w
42 pack $w.left.b$i -side top -pady 2 -anchor w -fill x
53 -relief flat -value $t -width 16 -anchor w
54 pack $w.right.$t -side top -pady 2 -anchor w -fill x
/macosx-10.10.1/ruby-106/ruby/ext/psych/
H A Dpsych_parser.c359 if(event.data.alias.anchor) {
360 alias = rb_str_new2((const char *)event.data.alias.anchor);
375 VALUE anchor = Qnil; local
388 if(event.data.scalar.anchor) {
389 anchor = rb_str_new2((const char *)event.data.scalar.anchor);
390 if (tainted) OBJ_TAINT(anchor);
392 PSYCH_TRANSCODE(anchor, encoding, internal_enc);
414 args[2] = anchor;
425 VALUE anchor local
465 VALUE anchor = Qnil; local
[all...]

Completed in 410 milliseconds

1234567891011>>