Home
last modified time | relevance | path

Searched refs:border (Results 1 – 25 of 88) sorted by relevance

1234

/vim-8.2.3635/src/testdir/samples/
H A Dre.freeze.txt5border-bottom windowtext 0.5pt solid; border-left windowtext;" class=abc align=right><font face=ar…
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim9border border-block-end border-block-end-color border-block-end-style border-block-end-width borde…
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'
187 elseif prop == 'border-color'
189 elseif prop == 'border-style'
191 elseif prop == 'border-width'
200 let values = ["border-box", "content-box"]
313 …let values = ["auto", "border-box", "content-box", "max-content", "min-content", "available", "fit…
[all …]
H A Djavascriptcomplete.vim220 …let imagprop = ['align', 'alt', 'border', 'complete', 'height', 'hspace', 'id', 'isMap', 'longDesc…
301 let objeprop = ['align', 'archive', 'border', 'code', 'codeBase', 'codeType', 'data',
321 \ 'border', 'borderBottom', 'borderLeft', 'borderRight', 'borderTop',
344 let tablprop = ['rows', 'tBodies', 'align', 'bgColor', 'border', 'caption', 'cellPadding',
/vim-8.2.3635/src/testdir/
H A Dtest_popupwin.vim85 call popup_create('hello border', #{line: 2, col: 3, border: []})
294 \ border: [],
302 \ border: [],
310 \ border: [],
318 \ border: [],
326 \ border: [],
353 \ border: [],
694 \ border: [],
794 \ border: [],
859 \ border: [],
[all …]
H A Dtest_popupwin_textprop.vim26 \ border: [],
79 \ border: [],
85 \ border: [],
143 \ border: [],
151 \ border: [],
H A Dgen_opt_test.vim83 …ght:234,highlight:Mine'], ['height:yes', 'width:no', 'xxx', 'xxx:99', 'border:maybe', 'border:1']],
H A Dtest_terminal3.vim256 …\ ' let g:winid = popup_create(s:buf, #{minwidth: 45, minheight: 7, border: [], drag: 1, resize: …
268 \ ' call popup_create(s:buf, #{minwidth: 40, minheight: 6, border: []})',
333 \ ' let g:winid = popup_create(s:buf, #{ border: []})',
363 \ ' let g:winid = popup_create(s:buf, #{border: [], '
/vim-8.2.3635/src/
H A Dgui_athena.c566 Dimension border; in gui_mch_set_toolbar_pos() local
573 XtNborderWidth, &border, in gui_mch_set_toolbar_pos()
575 height = h - 2 * border; in gui_mch_set_toolbar_pos()
581 XtNwidth, w - 2 * border, in gui_mch_set_toolbar_pos()
683 Dimension border; in gui_mch_set_menu_pos() local
689 height = h - 2 * border; in gui_mch_set_menu_pos()
695 XtNwidth, w - 2 * border, in gui_mch_set_menu_pos()
802 XtNborderWidth, &border, in gui_mch_add_menu()
975 Dimension space, border; in gui_mch_new_menu_font() local
979 XtNborderWidth, &border, in gui_mch_new_menu_font()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dpopup.txt179 |popup_dialog()| centered with padding and border
295 \ border: [],
455 \ border: [],
509 \ border: [],
530 border
674 popup, on top of any border. If there is no top
680 by grabbing at the border. Has no effect if the
686 if the popup does not have a border.
705 border List with numbers, defining the border thickness
721 the border lines, the second for the corners.
[all …]
H A Dgui_x11.txt98 borderWidth Thickness of border around text area.
177 -borderwidth {width} Use a border width of {width} *-borderwidth*
470 Note: In addition to margin and padding, you can use border. For details,
501 Example 3. border color ~
/vim-8.2.3635/runtime/syntax/
H A Dtmux.vim82 \ pane-active-border-style pane-base-index pane-border-format
83 \ pane-border-lines pane-border-status pane-border-style pane-colours prefix
H A Dmplayerconf.vim75 \ ass-border-color ass-bottom-margin ass-color
79 \ bluray-device border border-pos-x border-pos-y
H A Dcss.vim176 syn match cssBorderProp contained "\<border\(-\(top\|right\|bottom\|left\)\)\=\(-\(width\|color\|st…
177 syn match cssBorderProp contained "\<border\(-\(top\|bottom\)-\(left\|right\)\)\=-radius\>"
178 syn match cssBorderProp contained "\<border-image\(-\(outset\|repeat\|slice\|source\|width\)\)\=\>"
182 " border-image attributes
185 " border-style attributes
188 " border-width attributes
315 syn match cssTableProp contained "\<\(caption-side\|table-layout\|border-collapse\|border-spacing\|…
361 syn match cssUIAttr contained "\<\(content\|padding\|border\)\(-box\)\=\>"
H A Dprogress.vim144 …gin-event-group bgc[olor] binary bind bind-where blob block-iteration-display border-b[ottom-chars]
145 …rd ProgressOperator border-bottom-p[ixels] border-l[eft-chars] border-left-p[ixels] border-r[ight-…
146 syn keyword ProgressOperator border-top-p[ixels] both bottom box box-select[able] browse buffer buf…
224 syn keyword ProgressOperator on-frame[-border] ordered-join ordinal orientation origin-handle origi…
H A Dgnuplot.vim230 " set border
231 syn keyword gnuplotKeyword border front back
245 syn keyword gnuplotKeyword size front back noborder bdefault border
368 syn keyword gnuplotKeyword style arrow auto back border boxplot
438 syn keyword gnuplotKeyword tics add axis border mirror nomirror in out
H A Dgkrellmrc.vim48 syn keyword gkrellmrcStyleItem textcolor alt_textcolor font alt_font transparency border label_posi…
/vim-8.2.3635/runtime/autoload/xml/
H A Dhtml32.vim142 …t', 'right'], 'usemap': [], 'ismap': ['BOOL'], 'src': [], 'height': [], 'border': [], 'hspace': []}
242 \ { 'width': [], 'align': ['left', 'center', 'right'], 'border': [], 'cellspacing': [], 'cellpaddin…
292 \ 'border' : ['Pixels', ''],
H A Dhtml40f.vim186 …c': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'height': [], 'border': [], 'hspace': []…
242 …d': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'height': [], 'border': [], 'codetype': …
318border'], 'rules': ['none', 'groups', 'rows', 'cols', 'all'], 'dir': ['ltr', 'rtl'], 'summary': []…
376 \ 'border' : ['Pixels', ''],
H A Dhtml401t.vim178 …ouseout': [], 'onmousemove': [], 'style': [], 'name': [], 'height': [], 'border': [], 'hspace': []…
234 …d': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'height': [], 'border': [], 'codetype': …
310border'], 'rules': ['none', 'groups', 'rows', 'cols', 'all'], 'dir': ['ltr', 'rtl'], 'summary': []…
368 \ 'border' : ['Pixels', ''],
H A Dhtml401f.vim186 …ouseout': [], 'onmousemove': [], 'style': [], 'name': [], 'height': [], 'border': [], 'hspace': []…
242 …d': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'height': [], 'border': [], 'codetype': …
318border'], 'rules': ['none', 'groups', 'rows', 'cols', 'all'], 'dir': ['ltr', 'rtl'], 'summary': []…
376 \ 'border' : ['Pixels', ''],
H A Dhtml40t.vim178 …c': [], 'onmouseout': [], 'onmousemove': [], 'style': [], 'height': [], 'border': [], 'hspace': []…
234 …d': [], 'style': [], 'onmousemove': [], 'onmouseout': [], 'height': [], 'border': [], 'codetype': …
310border'], 'rules': ['none', 'groups', 'rows', 'cols', 'all'], 'dir': ['ltr', 'rtl'], 'summary': []…
368 \ 'border' : ['Pixels', ''],
H A Dxhtml10f.vim186 …nmousemove': [], 'style': [], 'name': [], 'xml:lang': [], 'height': [], 'border': [], 'hspace': []…
242 … [], 'onmousemove': [], 'onmouseout': [], 'height': [], 'xml:lang': [], 'border': [], 'codetype': …
318border'], 'rules': ['none', 'groups', 'rows', 'cols', 'all'], 'dir': ['ltr', 'rtl'], 'summary': []…
376 \ 'border' : ['Pixels', ''],
H A Dxhtml10t.vim178 …nmousemove': [], 'style': [], 'name': [], 'xml:lang': [], 'height': [], 'border': [], 'hspace': []…
234 … [], 'onmousemove': [], 'onmouseout': [], 'height': [], 'xml:lang': [], 'border': [], 'codetype': …
310border'], 'rules': ['none', 'groups', 'rows', 'cols', 'all'], 'dir': ['ltr', 'rtl'], 'summary': []…
368 \ 'border' : ['Pixels', ''],
H A Dhtml40s.vim266border'], 'rules': ['none', 'groups', 'rows', 'cols', 'all'], 'dir': ['ltr', 'rtl'], 'summary': []…
320 \ 'border' : ['Pixels', ''],
H A Dhtml401s.vim266border'], 'rules': ['none', 'groups', 'rows', 'cols', 'all'], 'dir': ['ltr', 'rtl'], 'summary': []…
320 \ 'border' : ['Pixels', ''],

1234