Home
last modified time | relevance | path

Searched refs:param (Results 1 – 25 of 60) sorted by relevance

123

/vim-8.2.3635/runtime/autoload/xml/
H A Dxsl.vim5 \ '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 Dhtml32.vim13 \ ['param', 'tt', 'i', 'b', 'u', 'strike', 'big', 'small', 'sub', 'sup', 'em', 'strong', 'dfn', 'co…
192 \ 'param': [
381 \ 'param': ['/>', ''],
H A Dhtml40f.vim21 \ ['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 Dhtml401t.vim21 \ ['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 Dhtml401f.vim21 \ ['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 Dhtml40t.vim21 \ ['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 Dhtml40s.vim197 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'pre', 'dl', 'div', 'noscript', 'b…
216 \ 'param': [
408 \ 'param': ['/>', ''],
H A Dhtml401s.vim197 \ ['param', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'pre', 'dl', 'div', 'noscript', 'b…
216 \ 'param': [
408 \ 'param': ['/>', ''],
H A Dxhtml10f.vim21 \ ['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 Dxslt.vim52 syn match xslElement '\%(xsl:\)\@<=param'
67 syn match xslElement '\%(xsl:\)\@<=with-param'
H A Drng.vim20 syn keyword rngTagName notAllowed nsName oneOrMore optional param contained
H A Djsp.vim38 syn keyword jspCommandName contained include forward getProperty plugin setProperty useBean param p…
H A Dtssgm.vim29 syn keyword tssgmParam units mirror param active sides submodel include
H A Dampl.vim25 syn keyword amplType integer binary set param var
H A Dwast.vim56 syn keyword wastType i64 i32 f64 f32 param result anyfunc mut contained
H A Dautodoc.vim23 syn keyword autodocStatement contained copyright example fixme note param returns
H A Dteraterm.vim35 syn match ttlVar "\<param\d\>"
H A Dcf.vim824 \|param
849 \|param
H A Dyacc.vim56 syn match yaccParseParam '%\(parse\|lex\)-param\>' skipwhite nextgroup=yaccParseParamStr
H A Deviews.vim43 … pageload pagerename pagesave pageselect pagestack pagestruct pageunstack param pcomp pie pool pre…
H A Dant.vim71 syn keyword antElement display os outputproperty package packageset parallel param patch path pathc…
/vim-8.2.3635/src/
H A Ddiff.c1100 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 &param, &emit_cfg, &emit_cb) < 0) in diff_file_internal()
H A Dgui_w32.c139 DWriteRenderingParams param; in gui_mch_set_rendering_options() local
140 DWriteContext_GetRenderingParams(s_dwc, &param); 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, &param); 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 DREADME_os390.txt54 - include files not found (libc, sys/param.h, ...)
/vim-8.2.3635/runtime/autoload/
H A Dxmlcomplete.vim128 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"

123