Searched refs:top (Results 151 - 175 of 1552) sorted by relevance

1234567891011>>

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOS9/
H A DShowInitIcon.c110 iconRect->top = (short)(LMVCoord - 40);
114 iconRect->top = LMVCoord;
117 iconRect->bottom = (short)(iconRect->top + 32);
125 LMVCoord = iconRect->top;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dpaned1.rb25 :text=><<EOL).pack(:side=>:top)
51 pack(:side=>:top, :expand=>true, :fill=>:both, :pady=>2, :padx=>'2m')
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/bench/
H A Dbench_wtext.tcl112 top set [split "[string repeat "+ - " [columns]]+"]
113 bottom set [top get]
114 top enable
133 topcapsep set [top get]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos10.tcl21 pack [canvas .c2 -bg white] -side top
36 pack [canvas .c3 -bg white] -side top
H A Dplotdemos9.tcl22 pack [canvas .c2 -bg white] -side top
37 pack [canvas .c3 -bg white] -side top
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dlabarray.tcl68 foreach {left top right bottom}\
80 set value [expr {$bottom - $top}]
99 foreach {left top right bottom} $list {}
100 return [expr {$bottom - $top}]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dform.tcl22 pack $w.msg -side top
38 pack $w.msg $w.f1 $w.f2 $w.f3 $w.f4 $w.f5 -side top -fill x
H A Dspin.tcl31 pack $w.msg -side top
50 pack $w.s1 $w.s2 $w.s3 -side top -pady 5 -padx 10 ;#-fill x
H A Dstates.tcl22 pack $w.msg -side top
29 pack $w.frame -side top -expand yes -fill y
H A Dttkscale.tcl23 pack $w.msg -side top -padx .5c
30 pack $w.frame -side top -fill x
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dcheck.tcl20 pack $w.msg -side top
33 pack $w.b1 $w.b2 $w.b3 -side top -pady 2 -anchor w
H A Dentry1.tcl20 pack $w.msg -side top
31 pack $w.e1 $w.e2 $w.e3 -side top -pady 5 -padx 10 -fill x
H A Dform.tcl20 pack $w.msg -side top
38 pack $w.msg $w.f1 $w.f2 $w.f3 $w.f4 $w.f5 -side top -fill x
H A Dimage1.tcl19 pack $w.msg -side top
36 pack $w.l1 $w.l2 -side top -padx .5m -pady .5m
H A Dpaned1.tcl20 pack $w.msg -side top
29 pack $w.pane -side top -expand yes -fill both -pady 2 -padx 2m
H A Dspin.tcl29 pack $w.msg -side top
50 pack $w.s1 $w.s2 $w.s3 -side top -pady 5 -padx 10 ;#-fill x
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DNativeMemoryGraph.js218 * @param {number} top
222 _saveImageUnderMarker: function(ctx, left, top, right, bottom)
224 var imageData = ctx.getImageData(left, top, right, bottom);
227 y: top,
241 var top = this._originY;
242 top = 0;
243 var bottom = top + this._clippedHeight;
246 this._saveImageUnderMarker(ctx, left, top, right, bottom);
249 ctx.moveTo(left, top);
250 ctx.lineTo(right, top);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dtraverse.tcl162 set top [lindex $_results end]
164 set currentfile $top
177 set top [lindex $_pending end]
181 if {![ACCESS $top]} {
182 Error $top "Inacessible directory"
189 foreach f [GLOBF $top] {
199 foreach f [GLOBD $top] {
221 set top [lindex $_results end]
223 set currentfile $top
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A Dconfig.tcl14 # widget hierarchy within a top-level widget of the class DemoTop:
61 # contained in a newly created top-level widget. Returns the name of the
73 # Create a top-level widget of the class DemoTop
75 set top .configTop
76 for {set n 2} {[winfo exists $top]} {incr n} {
77 set top .configTop$n
79 toplevel $top -class DemoTop
80 wm title $top "Configuration Options of the [winfo class $w] Widget \"$w\""
84 # columns and interactive sort capability within the top-level
86 set tf $top
[all...]
H A Dconfig_tile.tcl14 # widget hierarchy within a top-level widget of the class DemoTop:
58 # contained in a newly created top-level widget. Returns the name of the
70 # Create a top-level widget of the class DemoTop
72 set top .configTop
73 for {set n 2} {[winfo exists $top]} {incr n} {
74 set top .configTop$n
76 toplevel $top -class DemoTop
77 wm title $top "Configuration Options of the [winfo class $w] Widget \"$w\""
81 # columns and interactive sort capability within the top-level
83 set tf $top
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dsecasn1d.c249 SEC_ASN1DecoderContext *top; member in struct:sec_asn1d_state_struct
409 new_state->top = cx;
537 if (state == NULL || state->top->status == decodeError)
550 if (state->top->filter_only) {
556 sec_asn1d_notify_after (state->top, state->dest, state->depth);
572 sec_asn1d_notify_before (state->top, state->dest, state->depth);
578 state = sec_asn1d_push_state (state->top, kSecAsn1AnyTemplate,
609 sec_asn1d_state *child = sec_asn1d_push_state(state->top, state->theTemplate, state->dest, PR_FALSE);
670 if (!state->top->filter_only)
712 state = sec_asn1d_push_state (state->top, sub
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dsecasn1d.c249 SEC_ASN1DecoderContext *top; member in struct:sec_asn1d_state_struct
409 new_state->top = cx;
537 if (state == NULL || state->top->status == decodeError)
550 if (state->top->filter_only) {
556 sec_asn1d_notify_after (state->top, state->dest, state->depth);
572 sec_asn1d_notify_before (state->top, state->dest, state->depth);
578 state = sec_asn1d_push_state (state->top, kSecAsn1AnyTemplate,
609 sec_asn1d_state *child = sec_asn1d_push_state(state->top, state->theTemplate, state->dest, PR_FALSE);
670 if (!state->top->filter_only)
712 state = sec_asn1d_push_state (state->top, sub
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dsecasn1d.c249 SEC_ASN1DecoderContext *top; member in struct:sec_asn1d_state_struct
409 new_state->top = cx;
537 if (state == NULL || state->top->status == decodeError)
550 if (state->top->filter_only) {
556 sec_asn1d_notify_after (state->top, state->dest, state->depth);
572 sec_asn1d_notify_before (state->top, state->dest, state->depth);
578 state = sec_asn1d_push_state (state->top, kSecAsn1AnyTemplate,
609 sec_asn1d_state *child = sec_asn1d_push_state(state->top, state->theTemplate, state->dest, PR_FALSE);
670 if (!state->top->filter_only)
712 state = sec_asn1d_push_state (state->top, sub
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dsecasn1d.c249 SEC_ASN1DecoderContext *top; member in struct:sec_asn1d_state_struct
409 new_state->top = cx;
537 if (state == NULL || state->top->status == decodeError)
550 if (state->top->filter_only) {
556 sec_asn1d_notify_after (state->top, state->dest, state->depth);
572 sec_asn1d_notify_before (state->top, state->dest, state->depth);
578 state = sec_asn1d_push_state (state->top, kSecAsn1AnyTemplate,
609 sec_asn1d_state *child = sec_asn1d_push_state(state->top, state->theTemplate, state->dest, PR_FALSE);
670 if (!state->top->filter_only)
712 state = sec_asn1d_push_state (state->top, sub
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/swaplist/
H A Dswaplist.tcl156 pack $w.ud.up -side top -pady 4
351 set top [winfo toplevel $w]
353 $top.lr.right invoke
355 $top.lr.left invoke
360 set top [winfo toplevel $w]
361 if {[$top.list2.list curselection] != ""} {
362 $top.lr.left configure -state normal
363 $top.lr.right configure -state disabled
364 } elseif {[$top.list1.list curselection] != ""} {
365 $top
[all...]

Completed in 173 milliseconds

1234567891011>>