Searched refs:top (Results 276 - 300 of 1552) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/src/
H A Dprint.css49 p img.top { margin-top: 0; }
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-InterfaceBuilderKit/PyObjCTest/
H A Dtest_ibgeometry.py20 self.assertHasAttr(o, 'top')
24 self.assertIsInstance(o.top, float)
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dring.h61 *top, /* highest address+1 in buffer */ member in struct:__anon12171
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dpaned1.rb23 :text=><<EOL).pack(:side=>:top)
46 pack(:side=>:top, :expand=>true, :fill=>:both, :pady=>2, :padx=>'2m')
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dspin.rb24 :text=><<EOL).pack(:side=>:top)
71 ].each{|sbox| sbox.pack(:side=>:top, :pady=>5, :padx=>10)}
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dplotdemos3.rb15 pack(:fill=>:both, :side=>:top)
44 pack(:fill=>:both, :side=>:top)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/doc/
H A Ddoc_auto.tcl36 set top [file normalize $base]
39 [glob -nocomplain -directory $top/modules */*.man] \
40 [glob -nocomplain -directory $top/apps *.man]] {
41 lappend manpages [fileutil::stripPath $top $page]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Drelirect.tcl76 foreach {left top right bottom} $value {}
78 $left $bottom $left $top $right $top
80 $right $top $right $bottom $left $bottom
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/doc/
H A Ddoc_auto.tcl36 set top [file normalize $base]
39 [glob -nocomplain -directory $top/modules */*.man] \
40 [glob -nocomplain -directory $top/apps *.man]] {
41 lappend manpages [fileutil::stripPath $top $page]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dcombo.tcl31 pack $w.msg -side top -fill x
61 pack $w.c1 $w.c2 $w.c3 -side top -pady 5 -padx 10
H A Dsayings.tcl23 pack $w.msg -side top
30 pack $w.frame -side top -expand yes -fill both -padx 1c
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dsayings.tcl21 pack $w.msg -side top
30 pack $w.frame -side top -expand yes -fill y
H A Dstates.tcl20 pack $w.msg -side top
29 pack $w.frame -side top -expand yes -fill y
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXWindowEvent.c312 y = bounds.top - wmPtr->yInParent;
317 height = bounds.bottom - bounds.top;
366 if (bounds.top > maxBounds.bottom - strWidths.top) {
368 - (strWidths.top ? strWidths.top : 40)
369 - bounds.top;
370 } else if (bounds.bottom < maxBounds.top
372 v = maxBounds.top
375 } else if (strWidths.top
[all...]
/macosx-10.9.5/vim-53/src/proto/
H A Dundo.pro3 int u_save __ARGS((linenr_T top, linenr_T bot));
8 int u_savecommon __ARGS((linenr_T top, linenr_T bot, linenr_T newbot, int reload));
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dtpu-extras.el114 (defcustom tpu-top-scroll-margin 0
115 "*Scroll margin at the top of the screen.
155 (defun tpu-top-check (beg lines)
156 "Enforce scroll margin at the top of screen."
157 (let ((margin (/ (* (window-height) tpu-top-scroll-margin) 100)))
211 (tpu-top-check beg num)
221 (tpu-top-check beg num)))
247 (tpu-top-check beg num)))
272 (tpu-top-check beg num)
285 (top
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dmain.c90 int top; local
158 top = 1;
160 top = 0;
161 if (top) {
166 cmdscanner(top);
167 top = 1;
272 cmdscanner(int top) argument
277 if (!top)
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DtextPrompt.css42 top: 0;
/macosx-10.9.5/gnutar-452/gnutar/scripts/
H A Ddump-remind.in76 Usually whoever prepared the backup leaves labeled tapes on top of the
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Ddnd.rb30 Tk.pack(ent1, labf1, labf2, :side=>:top, :fill=>:x, :pady=>4)
41 Tk.pack(ent1, labf1, :side=>:top, :fill=>:x, :pady=>4)
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dxmp.rb50 # The top-level binding or, optional +bind+ parameter will be used when
62 bind = IRB::Frame.top(1) unless bind
154 # parameter, and optional binding as +bind+ or uses the top-level binding. Then
169 bind = IRB::Frame.top(1) unless bind
/macosx-10.9.5/ruby-104/ruby/lib/optparse/
H A Dac.rb24 top.append(enable, [], ["enable-" + q], disable, ['disable-' + q])
47 top.append(with, [], ["with-" + q], without, ['without-' + q])
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos3.tcl40 ::Plotchart::plotpack .t.c top $s $s
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dmsgbox.tcl252 # 3. Create the top-level window and divide it into top
262 # they always stay on top of the parent window. But some window managers
281 ttk::frame $w.top;# -background $bg
282 pack $w.top -side top -fill both -expand 1
285 #$w.top configure -relief raised -bd 1
288 # 4. Fill the top part with bitmap, message and detail (use the
344 grid $w.bitmap $w.msg -in $w.top -sticky news -padx 2m -pady 2m
345 grid columnconfigure $w.top
[all...]
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DbutGeom.tcl14 pack .t.l -side top -fill both
23 pack .t.sep$sepId -side top -padx 2m -pady 2m -fill x
30 pack .t.control -side top -fill x -pady 3m
36 pack .t.anchorLabel .t.control.left.f -in .t.control.left -side top
74 pack .t.f1 -side top -expand 1 -fill both
77 pack .t.f2 -side top -expand 1 -fill both
80 pack .t.f3 -side top -expand 1 -fill both
83 pack .t.f4 -side top -expand 1 -fill both

Completed in 326 milliseconds

<<11121314151617181920>>