| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsl.vim | 5 \ 'apply-templates' : [['sort', 'with-param'], {'select' : [], 'mode' : []}], 8 \ 'call-template' : [['with-param'], {'name' : []}], 26 …\ 'param' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment… 31 …e-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param', 'preserve-space'… 34 …e-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param', 'preserve-space'… 38 …\ 'with-param' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'co…
|
| H A D | html32.vim | 13 \ ['param', 'tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'co… 192 \ 'param': [ 381 \ 'param': ['/>', ''],
|
| H A D | html40f.vim | 21 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'dir', 'menu', 'pre', 'dl', 'div',… 241 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'dir', 'menu', 'pre', 'dl', 'div',… 260 \ 'param': [ 466 \ 'param': ['/>', ''],
|
| H A D | html401t.vim | 21 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'dir', 'menu', 'pre', 'dl', 'div',… 233 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'dir', 'menu', 'pre', 'dl', 'div',… 252 \ 'param': [ 458 \ 'param': ['/>', ''],
|
| H A D | html401f.vim | 21 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'dir', 'menu', 'pre', 'dl', 'div',… 241 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'dir', 'menu', 'pre', 'dl', 'div',… 260 \ 'param': [ 466 \ 'param': ['/>', ''],
|
| H A D | html40t.vim | 21 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'dir', 'menu', 'pre', 'dl', 'div',… 233 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'dir', 'menu', 'pre', 'dl', 'div',… 252 \ 'param': [ 458 \ 'param': ['/>', ''],
|
| H A D | html40s.vim | 197 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'pre', 'dl', 'div', 'noscript', 'b… 216 \ 'param': [ 408 \ 'param': ['/>', ''],
|
| H A D | html401s.vim | 197 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'pre', 'dl', 'div', 'noscript', 'b… 216 \ 'param': [ 408 \ 'param': ['/>', ''],
|
| H A D | xhtml10f.vim | 21 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'menu', 'dir', 'pre',… 241 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'div', 'ul', 'ol', 'dl', 'menu', 'dir', 'pre',… 260 \ 'param': [ 467 \ 'param': ['/>', ''],
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xslt.vim | 52 syn match xslElement '\%(xsl:\)\@<=param' 67 syn match xslElement '\%(xsl:\)\@<=with-param'
|
| H A D | rng.vim | 20 syn keyword rngTagName notAllowed nsName oneOrMore optional param contained
|
| H A D | jsp.vim | 38 syn keyword jspCommandName contained include forward getProperty plugin setProperty useBean param p…
|
| H A D | tssgm.vim | 29 syn keyword tssgmParam units mirror param active sides submodel include
|
| H A D | ampl.vim | 25 syn keyword amplType integer binary set param var
|
| H A D | wast.vim | 56 syn keyword wastType i64 i32 f64 f32 param result anyfunc mut contained
|
| H A D | autodoc.vim | 23 syn keyword autodocStatement contained copyright example fixme note param returns
|
| H A D | teraterm.vim | 35 syn match ttlVar "\<param\d\>"
|
| H A D | cf.vim | 824 \|param 849 \|param
|
| H A D | yacc.vim | 56 syn match yaccParseParam '%\(parse\|lex\)-param\>' skipwhite nextgroup=yaccParseParamStr
|
| H A D | eviews.vim | 43 … pageload pagerename pagesave pageselect pagestack pagestruct pageunstack param pcomp pie pool pre…
|
| H A D | ant.vim | 71 syn keyword antElement display os outputproperty package packageset parallel param patch path pathc…
|
| /vim-8.2.3635/src/ |
| H A D | diff.c | 1100 xpparam_t param; in diff_file_internal() local 1104 CLEAR_FIELD(param); in diff_file_internal() 1108 param.flags = diff_algorithm; in diff_file_internal() 1111 param.flags |= XDF_IGNORE_WHITESPACE_CHANGE; in diff_file_internal() 1113 param.flags |= XDF_IGNORE_WHITESPACE; in diff_file_internal() 1115 param.flags |= XDF_IGNORE_WHITESPACE_AT_EOL; in diff_file_internal() 1117 param.flags |= XDF_IGNORE_BLANK_LINES; in diff_file_internal() 1124 ¶m, &emit_cfg, &emit_cb) < 0) in diff_file_internal()
|
| H A D | gui_w32.c | 139 DWriteRenderingParams param; in gui_mch_set_rendering_options() local 140 DWriteContext_GetRenderingParams(s_dwc, ¶m); in gui_mch_set_rendering_options() 142 param.gamma = dx_gamma; in gui_mch_set_rendering_options() 144 param.enhancedContrast = dx_contrast; in gui_mch_set_rendering_options() 146 param.clearTypeLevel = dx_level; in gui_mch_set_rendering_options() 148 param.pixelGeometry = dx_geom; in gui_mch_set_rendering_options() 150 param.renderingMode = dx_renmode; in gui_mch_set_rendering_options() 152 param.textAntialiasMode = dx_taamode; in gui_mch_set_rendering_options() 153 DWriteContext_SetRenderingParams(s_dwc, ¶m); in gui_mch_set_rendering_options() 5711 _OnImeComposition(HWND hwnd, WPARAM dbcs UNUSED, LPARAM param) in _OnImeComposition() argument [all …]
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_os390.txt | 54 - include files not found (libc, sys/param.h, ...)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | xmlcomplete.vim | 128 let b:unaryTagsStack = "base meta link hr br param img area input col" 304 let b:unaryTagsStack = "base meta link hr br param img area input col"
|