Home
last modified time | relevance | path

Searched refs:capitalize (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/src/xxd/
H A Dxxd.c204 #define CONDITIONAL_CAPITALIZE(c) (capitalize ? toupper((int)c) : c)
462 int capitalize = 0, decimal_offset = 0; in main() local
500 else if (!STRNCMP(pp, "-C", 2)) capitalize = 1; in main()
512 capitalize = 1; in main()
762 if (fprintf(fpo, "_%s = %d;\n", capitalize ? "LEN" : "len", p) < 0) in main()
/vim-8.2.3635/runtime/ftplugin/
H A Dchangelog.vim84 for name in [s:gecos_name(a:login), $NAME, s:capitalize(a:login)]
94 return substitute(s:passwd_field(line, 5), '&', s:capitalize(a:login), "")
116 function! s:capitalize(word)
/vim-8.2.3635/runtime/syntax/
H A Dsmarty.vim33 syn keyword smartyModifier cat capitalize count_characters count_paragraphs
H A Dliquid.vim101 syn keyword liquidFilter date capitalize downcase upcase first last join sort size strip_html strip…
H A Dlifelines.vim64 syn keyword lifelinesFunct upper capitalize trim rjustify
H A Dreadline.vim243 \ capitalize-word
H A Dlisp.vim188 syn keyword lispFunc capitalize least-positive-normalized-long-float short-float-epsilon
257 syn keyword lispFunc concatenated-stream-streams make-pathname string-capitalize
329 syn keyword lispFunc do-external-symbols nstring-capitalize type-of
H A Dmonk.vim117 syn keyword monkFunc allcap? capitalize char-punctuation? char-substitute
H A Dtcsh.vim87 \ beginning-of-line capitalize-word change-case
H A Ddtml.vim32 syn keyword dtmlAttribute branches_expr capitalize cb_dataItems cb_dataValid cb_isCopyable contained
H A Dlpc.vim129 … contained cache_stats call_other call_out call_out_info call_stack capitalize catch ceil check…
H A Dcss.vim331 syn keyword cssTextAttr contained capitalize uppercase lowercase
H A Dneomuttrc.vim632 \ 'buffy-list', 'capitalize-word', 'catchup', 'chain-next', 'chain-prev', 'change-dir',
H A Dmuttrc.vim470 syn match muttrcFunction contained "\<\%(backward\|capitalize\|downcase\|forward\|kill\|upcase\)-wo…
/vim-8.2.3635/src/testdir/
H A Dtest_xxd.vim110 for arg in ['-C', '-capitalize']
/vim-8.2.3635/runtime/doc/
H A Dxxd.man47 -C | -capitalize
H A Dchange.txt855 Note: "\L\u" can be used to capitalize the first letter of a word. This is
H A Dsyntax.txt1399 lowercase letters as well as outdated ways to capitalize keywords).
H A Dversion8.txt24694 Solution: Recognize -capitalize. Update man page.
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim495 let values = ["capitalize", "uppercase", "lowercase", "full-width", "none"]