Searched refs:bottom (Results 276 - 300 of 720) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DIndexedDatabaseObjectStoreContentView.css31 bottom: 0;
H A DProbeDetailsSidebarPanel.css36 bottom: 0px;
H A DCodeMirrorAdditions.js445 if (firstCharCoords.bottom !== endCharCoords.bottom) {
449 if (coords.bottom > maxY) {
456 maxY = Math.ceil(coords.bottom);
465 var maxY = Math.ceil(endCharCoords.bottom);
/macosx-10.10.1/apache-793/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css90 margin-bottom: 1em;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcus-start.el80 :value (bottom . left)
81 (const :tag "Do not show" (bottom . nil))
82 (const :tag "On the left" (bottom . left))
83 (const :tag "On the right" (bottom . right)))
H A Dmacros.el251 (defun apply-macro-to-region-lines (top bottom &optional macro)
298 (let ((end-marker (copy-marker bottom))
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dresizeterm.c118 * Returns the number of lines from the bottom for the beginning of a ripped
187 int bottom = CurLines + SP->_topstolen - stolen; local
202 * If it is a ripped-off window at the bottom of the screen, simply
206 } else if (win->_begy >= bottom) {
208 * If it is below the bottom of the new screen, move up by the same
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dcd_timer.rb17 :command=>proc{exit}).pack(:side=>:bottom, :fill=>:x)
H A Dmulti-ip_sample.rb23 .pack(:side=>:bottom, :fill=>:both)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dpaned2.rb28 # The bottom buttons
30 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
81 # The bottom window is a text widget with scrollbar
H A Dspin.rb40 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dcombo.rb65 pack(:side=>:bottom, :fill=>:x)
H A Dpaned2.rb33 # The bottom buttons
35 pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
86 # The bottom window is a text widget with scrollbar
H A Dttknote.rb37 pack(:side=>:bottom, :fill=>:x)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/
H A Dkroc.rb79 'Scrollbar.downarrow', {:side=>:bottom},
80 'Scrollbar.uparrow', {:side=>:bottom},
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dbasic.tcl111 pack $label -side bottom -pady 4
117 foreach dir {top left bottom right} {
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dradio.tcl68 grid x $w.right.bottom
H A Dttkmenu.tcl26 pack [addSeeDismiss $w.seeDismiss $w] -side bottom -fill x
H A Dttknote.tcl23 pack [addSeeDismiss $w.seeDismiss $w] -side bottom -fill x
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A Dvisual_bb.test55 pack .msg -side bottom -expand yes -fill both
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A Dvisual_bb.test60 pack .msg -side bottom -expand yes -fill both
/macosx-10.10.1/vim-55/runtime/autoload/xml/
H A Dhtml32.vim14 \ { 'width': [], 'vspace': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'name': [], 'height': [], 'hspace': [], 'codebase': [], 'code': []}
50 \ { 'align': ['top', 'bottom']}
142 \ { 'width': [], 'vspace': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'usemap': [], 'ismap': ['BOOL'], 'src': [], 'height': [], 'border': [], 'hspace': []}
146 \ { 'maxlength': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'value': [], 'src': [], 'name': [], 'size': [], 'checked': ['BOOL'], 'type': ['TEXT', 'PASSWORD', 'CHECKBOX', 'RADIO', 'SUBMIT', 'RESET', 'FILE', 'IMAGE']}
246 \ { 'width': [], 'align': ['left', 'center', 'right'], 'nowrap': ['BOOL'], 'valign': ['top', 'middle', 'bottom'], 'height': [], 'rowspan': ['1'], 'colspan': ['1']}
254 \ { 'width': [], 'align': ['left', 'center', 'right'], 'nowrap': ['BOOL'], 'valign': ['top', 'middle', 'bottom'], 'height': [], 'rowspan': ['1'], 'colspan': ['1']}
262 \ { 'align': ['left', 'center', 'right'], 'valign': ['top', 'middle', 'bottom']}
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-driver.cxx864 char left[255], right[255], bottom[255], top[255]; local
871 _cupsStrFormatd(bottom, bottom + sizeof(bottom), m->bottom, loc);
877 left, bottom, right, top, lf);
923 _cupsStrFormatd(bottom, bottom + sizeof(bottom), bottom_margin, loc);
929 cupsFilePrintf(fp, "*HWMargins: %s %s %s %s%s", left, bottom, righ
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dserver.rb191 border-bottom: 3px solid #006;
245 margin-bottom: 0;
270 border-bottom: 1px solid #999;
285 .bottom-aligned-row { vertical-align: bottom }
299 margin-bottom: 1em;
305 border-bottom: 1px solid #666;
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableTag.c413 int *left, int *right, int *top, int *bottom)
420 if (bottom) { *bottom = 0; }
426 if (bottom) { *bottom = tagPtr->bd[0]; }
432 if (bottom) { *bottom = 0; }
438 if (bottom) { *bottom = tagPtr->bd[3]; }
1254 * Lower this tag's priority to the bottom
406 TableGetTagBorders(TableTag *tagPtr, int *left, int *right, int *top, int *bottom) argument
[all...]

Completed in 551 milliseconds

<<11121314151617181920>>