Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 160) sorted by relevance

1234567

/vim-8.2.3635/src/testdir/samples/
H A Dre.freeze.txt5bottom windowtext 0.5pt solid; border-left windowtext;" class=abc align=right><font face=arial><fo…
/vim-8.2.3635/src/libvterm/t/
H A D28state_dbl_wh.test41 putglyph 0x48 1 1,0 dwl dhl-bottom
42 putglyph 0x65 1 1,1 dwl dhl-bottom
43 putglyph 0x6c 1 1,2 dwl dhl-bottom
44 putglyph 0x6c 1 1,3 dwl dhl-bottom
45 putglyph 0x6f 1 1,4 dwl dhl-bottom
H A D67screen_dbl_wh.test25 ?screen_cell 1,0 = {0x61} width=1 attrs={} dwl dhl-bottom fg=rgb(240,240,240) bg=rgb(0,0,0)
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim158 let values = ["top", "center", "bottom"]
170 elseif prop =~ 'border\%(-top\|-right\|-bottom\|-left\|-block-start\|-block-end\)\?$'
181 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-color'
183 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-style'
185 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-width'
193 elseif prop == 'bottom'
206 let values = ["top", "bottom"]
344 …elseif prop =~ 'margin-\%(right\|left\|top\|bottom\|block-start\|block-end\|inline-start\|inline-e…
404 let values = ["top", "bottom", "left", "center", " right"]
505 let values = ["left", "center", "right", "top", "bottom"]
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_popupwin_textprop.vim70 let winid = popup_create('bottom left', #{
76 let winid = popup_create('bottom right', #{
131 let winid = popup_create('bottom left', #{
138 let winid = popup_create('bottom right', #{
H A Dtest_hardcopy.vim9 for opt in ['left:5in,right:10pt,top:8mm,bottom:2pc',
10 \ 'left:2in,top:30pt,right:16mm,bottom:3pc',
/vim-8.2.3635/src/
H A Dgui_w32.c1430 ypad = rcWnd.bottom - rcTxt.bottom - gui.scrollbar_height in gui_mch_get_scrollbar_ypadding()
1749 rc.bottom = rc.top + h; in gui_mch_draw_part_cursor()
2392 yNew = rScreen.bottom - hChild; in CenterWindow()
3410 || (rc.bottom - rc.top != in gui_mch_maximized()
3433 rect.bottom - rect.top in gui_mch_newfont()
3446 rect.bottom - rect.top in gui_mch_newfont()
4553 lprc->bottom -= h_offset; in _DuringSizing()
5560 if ((direction & RESIZE_VERT) && window_rect.bottom > workarea_rect.bottom) in gui_mch_set_shellsize()
5561 OffsetRect(&window_rect, 0, workarea_rect.bottom - window_rect.bottom); in gui_mch_set_shellsize()
6156 rc.bottom = FILL_Y(row + 1); in gui_mch_draw_string()
[all …]
H A Dgui_dwrite.cpp915 mBindRect.bottom - mBindRect.top), in Rebind()
1060 FLOAT(rc->right), FLOAT(rc->bottom)), in FillRect()
1132 srcRect.bottom = rc->bottom - y; in Scroll()
1138 srcRect.bottom = rc->bottom; in Scroll()
1146 FLOAT(destPoint.y + srcRect.bottom - srcRect.top) in Scroll()
H A Dgui_haiku.cc1209 FILL_X(0)-PEN_WIDTH, updateRect.bottom), B_SOLID_LOW); in Draw()
1215 updateRect.right, updateRect.bottom), B_SOLID_LOW); in Draw()
1216 if (updateRect.bottom >= FILL_Y(Rows)) // bottom border in Draw()
1218 updateRect.right, updateRect.bottom), B_SOLID_LOW); in Draw()
2140 rect.bottom = rect.top; in VimDialog()
2162 rect.bottom += messageHeight + kVimDialogSpacingY; in VimDialog()
3542 frame.bottom = 480; in gui_mch_get_screen_dimensions()
3548 *screen_h = (int) frame.bottom - gui.scrollbar_height in gui_mch_get_screen_dimensions()
4232 r.bottom = r.top + gui.char_height - PEN_WIDTH; in gui_mch_draw_hollow_cursor()
4260 r.bottom = FILL_Y(gui.row + 1) - PEN_WIDTH; in gui_mch_draw_part_cursor()
[all …]
H A Dhardcopy.c2193 double *bottom) in prt_page_margins() argument
2198 *bottom = to_device_units(OPT_PRINT_BOT, height, 5); in prt_page_margins()
2342 double bottom; in mch_print_init() local
2549 &bottom); in mch_print_init()
2553 prt_bottom_margin = (float)bottom; in mch_print_init()
2722 double bottom; in mch_print_begin() local
2764 &left, &right, &top, &bottom); in mch_print_begin()
2782 bbox[1] = (int)bottom; in mch_print_begin()
2785 bbox[3] = (int)(bottom + psettings->chars_per_line * prt_char_width in mch_print_begin()
/vim-8.2.3635/runtime/autoload/xml/
H A Dhtml32.vim14 \ { 'width': [], 'vspace': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'n…
50 \ { 'align': ['top', 'bottom']}
142 \ { 'width': [], 'vspace': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'u…
146 \ { 'maxlength': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'value': [], 'src': [],…
246 …t', 'center', 'right'], 'nowrap': ['BOOL'], 'valign': ['top', 'middle', 'bottom'], 'height': [], '…
254 …t', 'center', 'right'], 'nowrap': ['BOOL'], 'valign': ['top', 'middle', 'bottom'], 'height': [], '…
262 \ { 'align': ['left', 'center', 'right'], 'valign': ['top', 'middle', 'bottom']}
H A Dhtml40f.vim22 … [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
66 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
82 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
86 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
182 …ginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
186 …], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
210 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
322 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
334 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
342 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
[all …]
H A Dhtml401t.vim22 … [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
66 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
82 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
86 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
174 …ginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
178 …], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
202 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
314 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
326 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
334 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
[all …]
H A Dhtml401f.vim22 … [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
66 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
82 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
86 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
182 …ginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
186 …], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
210 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
322 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
334 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
342 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
[all …]
H A Dhtml40t.vim22 … [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
66 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
82 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
86 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
174 …ginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
178 …], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
202 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
314 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
326 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
334 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
[all …]
H A Dxhtml10f.vim22 … [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
66 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
82 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
86 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
182 …ginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
186 …], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
210 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
322 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
334 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
342 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
[all …]
H A Dxhtml10t.vim22 … [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
66 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
82 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
86 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
174 …ginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
178 …], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left', 'right']…
202 …up': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left', 'right']…
314 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
326 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
334 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
[all …]
H A Dhtml40s.vim70 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
74 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
270 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
274 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
282 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
286 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
290 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
298 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
H A Dhtml401s.vim70 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
74 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
270 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
274 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
282 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
286 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
290 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
298 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
H A Dxhtml10s.vim70 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
74 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
270 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
274 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
282 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
286 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
290 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
298 …', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
H A Dxhtml11.vim70 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
74 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
294 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
298 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
306 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
310 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
314 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
322 …ft', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'baseline'], 'on…
/vim-8.2.3635/src/libvterm/src/encoding/
H A DDECdrawing.tbl11 6/10 = U+2518 # BOX DRAWINGS LIGHT UP AND LEFT (bottom-right corner)
14 6/13 = U+2514 # BOX DRAWINGS LIGHT UP AND RIGHT (bottom-left corner)
/vim-8.2.3635/runtime/syntax/
H A Dcss.vim135 syn keyword cssGradientAttr contained top bottom left right cover center middle ellipse at
140 syn keyword cssCommonAttr contained top bottom center stretch hidden visible
167 syn keyword cssBackgroundAttr contained left center right top bottom
176 syn match cssBorderProp contained "\<border\(-\(top\|right\|bottom\|left\)\)\=\(-\(width\|color\|st…
177 syn match cssBorderProp contained "\<border\(-\(top\|bottom\)-\(left\|right\)\)\=-radius\>"
195 syn match cssBoxProp contained "\<padding\(-\(top\|right\|bottom\|left\)\)\=\>"
196 syn match cssBoxProp contained "\<margin\(-\(top\|right\|bottom\|left\)\)\=\>"
302 syn keyword cssPositioningProp contained bottom clear clip display float left
328 syn match cssTextAttr contained "\<\(text-\)\=\(top\|bottom\)\>"
432 syn match cssPageMarginProp /@\(\(top\|left\|right\|bottom\)-\(left\|center\|right\|middle\|bottom\…
/vim-8.2.3635/runtime/macros/life/
H A Dlife.vim160 " Work out a line (used by show next, work out top and bottom lines)
168 " (used by work out top and/or bottom line)
181 " character on the bottom line (the bottom line must be empty when starting).
/vim-8.2.3635/runtime/doc/
H A Dintro.txt324 the (partially) entered count is shown at the bottom of the
552 at the bottom of the window.
558 at the bottom of the window.
563 at the bottom of the window.
566 Cmdline mode can enter one line of text at the bottom of the
592 shown at the bottom of the window.
598 shown at the bottom of the window.
604 shown at the bottom of the window.
615 is shown at the bottom of the window.
621 is shown at the bottom of the window.
[all …]

1234567