Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 25 of 131) sorted by relevance

123456

/vim-8.2.3635/src/testdir/
H A Dtest_memory_usage.vim110 let upper = after.last * 105 / 100
111 call assert_inrange(lower, upper, after.max)
148 " Allow for 20% tolerance at the upper limit. That's very permissive, but
157 let upper = (after.max + (after.last - before)) * multiplier / 10
158 call assert_inrange(lower, upper, last)
H A Dtest_regexp_utf8.vim108 if c =~ '[[:upper:]]'
513 " Check that [[:upper:]] matches for automatic engine
518 " Test 1: [[:upper:]]\{2,\}
522 let search_cmd='norm /\<[[:upper:]]\{2,\}\>' .. "\<CR>"
532 " Test 2: [[:upper:]].\+
533 let search_cmd='norm /\<[[:upper:]].\+\>' .. "\<CR>"
H A Dtest_checkpath.vim82 let &include='^\s*%inc\s*\%([[:upper:]][^[:space:]]*\s\+\)\?\zs\S\+\ze'
H A Dtest_utf8_comparisons.vim71 call EQ('\xef\xbc\xba', '\xef\xbd\x9a') " FF3A (upper), FF5A (lower)
/vim-8.2.3635/runtime/syntax/
H A Dmessages.vim18 … messagesDate contained display '[[:lower:][:upper:]][[:lower:][:upper:]][[:lower:][:uppe…
H A Dkscript.vim14 syn keyword kscriptHardCoded print println connect length arg mid upper lower isEmpty toInt toFloat…
H A Drtf.vim38 " Escaped characters (for 8 bytes characters upper than 127)
H A Dsmarty.vim37 syn keyword smartyModifier upper wordwrap
H A Drego.vim23 …lit sprintf startswith substring trim trim_left trim_prefix trim_right trim_suffix trim_space upper
H A Dhex.vim25 " States in parentheses in the upper format description indicate that they
H A Dsrec.vim24 " States in parentheses in the upper format description indicate that they
H A Ddjango.vim46 syn keyword djangoFilter contained truncatewords truncatewords_html unordered_list upper urlencode
H A Druby.vim152 …um\|alpha\|ascii\|blank\|cntrl\|digit\|graph\|lower\|print\|punct\|space\|upper\|word\|xdigit\):\]…
179 syn match rubyClassName "\%(\%(^\|[^.]\)\.\s*\)\@<!\<[[:upper:]]\%(\w\|[^\x00-\x7F]\)*\>\%(\…
180 syn match rubyModuleName "\%(\%(^\|[^.]\)\.\s*\)\@<!\<[[:upper:]]\%(\w\|[^\x00-\x7F]\)*\>\%(\…
181 syn match rubyConstant "\%(\%(^\|[^.]\)\.\s*\)\@<!\<[[:upper:]]\%(\w\|[^\x00-\x7F]\)*\>\%(\s…
H A Dopl.vim61 syn keyword OPLStatement type uadd unloadlib unloadm until update upper$
H A Ddtml.vim102 syn keyword dtmlAttribute update_data upper uppercase url url_quote URLn user_names contained
162 syn keyword dtmlMethod update_data upper valid_property_id validate_roles vonmisesvariate contained
H A Deuphoria3.vim54 syn keyword euphoria3Library reverse sort custom_sort lower upper
H A Dstp.vim58 syn keyword stpFunction suser_id suser_name tan tsequal upper used_pgs user
H A Dwml.vim55 syn keyword htmlTagName contained case:upper case:lower
/vim-8.2.3635/runtime/keymap/
H A Dcanfr-win.vim16 " Added the upper case accented characters, forgotten in the initial version.
/vim-8.2.3635/runtime/spell/
H A DREADME.txt44 locale, that influences the upper/lower case letters and word characters.
105 Otherwise Vim doesn't know what are letters and upper-lower case differences.
/vim-8.2.3635/runtime/doc/
H A Dspell.txt512 characters are upper/lower case letters. If the locale isn't available (e.g.,
758 Note that when "/=" is used the same word with all upper-case letters is not
760 marked as keep-case, those words may appear in all upper-case letters.
829 starting with an upper-case letter.
831 When the word includes an upper-case letter, this means the upper-case letter
836 The word with all upper-case characters will always be OK,
945 An exception is made for the German sharp s ß. The upper-case version is
1166 is used to allow the following word to start with an upper case letter.
1187 This can be used if the word does not have the first letter in upper case at
1195 upper-case letters.
[all …]
H A Dtesting.txt398 assert_inrange({lower}, {upper}, {actual} [, {msg}]) *assert_inrange()*
400 than {lower} or higher than {upper} an error message is added
403 "Expected range {lower} - {upper}, but got {actual}" is
/vim-8.2.3635/src/proto/
H A Dspell.pro32 void onecap_copy(char_u *word, char_u *wcopy, int upper);
/vim-8.2.3635/src/
H A Dtesting.c806 varnumber_T upper = tv_get_number_chk(&argvars[1], &error); in assert_inrange() local
811 if (actual < lower || actual > upper) in assert_inrange()
822 (long)lower, (long)upper, (long)actual); in assert_inrange()
/vim-8.2.3635/runtime/autoload/xml/
H A Dxsl.vim29 …text', 'number'], 'order' : ['ascending', 'descending'], 'case-order' : ['upper-first', 'lower-fir…

123456