Home
last modified time | relevance | path

Searched refs:digit (Results 1 – 25 of 109) sorted by relevance

12345

/vim-8.2.3635/runtime/syntax/
H A Dslpreg.vim25 …ceType contained display '\a[[:alpha:][:digit:]+-]*\%(\.\a[[:alpha:][:digit:]+-]*\)\=\%(:\a[[:al…
33digit:]$-_.~!*\'(),+;&=]*@\)\=\%([[:alnum:]][[:alnum:]-]*[[:alnum:]]\|[[:alnum:]]\.\)*\%(\a[[:alnu…
47 syn match slpregType contained display '\a[[:alpha:][:digit:]+-]*'
H A Dcs.vim135 syn match csNumber "\<[[:digit:]_]\+[lL]\=\>" display
136 syn match csNumber "\<[[:digit:]_]\+\.[[:digit:]_]*\%\([eE][-+]\=[[:digit:]_]\+\)\=[fFdDmM]\=" disp…
137 syn match csNumber "\.[[:digit:]_]\+\%\([eE][-+]\=[[:digit:]_]\+\)\=[fFdDmM]\=" display
138 syn match csNumber "\<[[:digit:]_]\+[eE][-+]\=[[:digit:]_]\+[fFdDmM]\=\>" display
139 syn match csNumber "\<[[:digit:]_]\+\%\([eE][-+]\=[[:digit:]_]\+\)\=[fFdDmM]\>" display
H A Dasterisk.vim28 syn match asteriskPriority "\zs[[:digit:]]\+\(+[[:alpha:]][[:alnum:]_]*\)\?\(([[:alpha…
30 syn match asteriskPriority "\zs[[:alpha:]][[:alnum:]_]*+[[:digit:]]\+\(([[:alpha:]][[:…
32 syn match asteriskPriority "\zs[sn]\(+[[:digit:]]\+\)\?\(([[:alpha:]][[:alnum:]_]*)\)\…
36 …teriskVar "\${_\{0,2}[[:alpha:]][[:alnum:]_]*\(:-\?[[:digit:]]\+\(:[[:digit:]]\+\)\?\)…
H A Ddts.vim11 syntax match dtsReference "&[[:alpha:][:digit:]_]\+"
15 syntax match dtsLabel "^[[:space:]]*[[:alpha:][:digit:]_]\+:"
16 syntax match dtsNode /[[:alpha:][:digit:]-_]\+\(@[0-9a-fA-F]\+\|\)[[:space:]]*{/he=e-1
H A Dasteriskvm.vim30 syn match asteriskvmMailbox "^[[:digit:]]\+\s*=>\?\s*[[:digit:]]\+\(,[^,]*\(,[^,]*\(,…
H A Drust.vim22 syn match rustUnionContextual /\<union\_s\+\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cn…
54 syn match rustIdentifier contains=rustIdentifierPrime "\%([^[:cntrl:][:space:][:punct:][:digit
55 syn match rustFuncName "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct…
163 syn match rustFloat display "\<[0-9][0-9_]*\.\%([^[:cntrl:][:space:][:punct:][:digit:]]\|…
176 syn match rustLifetime display "\'\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntr…
177 syn match rustLabel display "\'\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntr…
H A Dlua.vim98 syn match luaSpecial contained "\\[\\abfnrtv\'\"]\|\\[[:digit:]]\{,3}"
101 syn match luaSpecial contained #\\[\\abfnrtv'"[\]]\|\\[[:digit:]]\{,3}#
105 syn match luaSpecial contained #\\[\\abfnrtv'"]\|\\[[:digit:]]\{,3}#
107 syn match luaSpecial contained #\\[\\abfnrtvz'"]\|\\x[[:xdigit:]]\{2}\|\\[[:digit:]]\{,3}#
H A Dsed.vim16 syn match sedAddress "[[:digit:]$]"
38 syn match sedFlag "[[:digit:]gpI]*w\=" contains=sedFlagwrite contained
H A Dbtm.vim84 " //Parameters to batchfiles take the format %<digit>
86 " //4DOS allows format %<digit>& meaning batchfile parameters digit and up
H A Dperl.vim224 syn match perlNumber "\<\%(0\%(x\x[[:xdigit:]_]*\|b[01][01_]*\|\o[0-7_]*\|\)\|[1-9][[:digit:]_]*\)…
225 syn match perlFloat "\<\d[[:digit:]_]*[eE][\-+]\=\d\+"
226 syn match perlFloat "\<\d[[:digit:]_]*\.[[:digit:]_]*\%([eE][\-+]\=\d\+\)\="
227 syn match perlFloat "\.[[:digit:]][[:digit:]_]*\%([eE][\-+]\=\d\+\)\="
256 …rt=+^/\%(/=\)\@!+ start=+\s\@<=/\%(/=\)\@![^[:space:][:digit:]$@%=]\@=\%(/\_s*\%([([{$@%&*[:digit:…
H A Dslpconf.vim124 \ '\%([[:digit:][:alpha:]]\|[!-+./:-@[-`{-~-]\|\\\x\x\)\+'
166 \ '\%([!-+./:-@[-`{-~-]\|\\\x\x\)\+\|[[:digit:][:alpha:]]'
H A Dreadline.vim262 \ digit-argument
305 \ vi-arg-digit
H A Dreva.vim117 syn keyword revaconversion s>d >digit digit> >single >double >number >float
H A Dmma.vim218 " \.xx 2 digit hex
219 " \:xxxx 4 digit hex (multibyte unicode)
H A Dhex.vim55 " Data digit pair regex usage also results in only highlighting the checksum
H A Dsrec.vim57 " Data digit pair regex usage also results in only highlighting the checksum
/vim-8.2.3635/
H A D.travis.yml111 …- for f in $(grep -l '#[[:digit:]]* *0x[[:digit:]a-fA-F]*' "$LOG_DIR"/*); do asan_symbolize-11 -l …
164 if grep -q '#[[:digit:]]* *0x[[:digit:]a-fA-F]*' "$LOG_DIR"/*; then
/vim-8.2.3635/runtime/autoload/xml/
H A Dxsl.vim13 …us-sign' : [], 'NaN' : [], 'percent' : [], 'per-mille' : [], 'zero-digit' : [], 'digit' : [], 'pat…
/vim-8.2.3635/src/
H A Dmark.c795 int digit; in ex_delmarks() local
811 digit = VIM_ISDIGIT(*p); in ex_delmarks()
812 if (lower || digit || ASCII_ISUPPER(*p)) in ex_delmarks()
820 : (digit ? VIM_ISDIGIT(p[2]) in ex_delmarks()
839 if (digit) in ex_delmarks()
847 namedfm[n].time_set = digit ? 0 : vim_time(); in ex_delmarks()
/vim-8.2.3635/runtime/doc/
H A Dpattern.txt514 |/\d| \d \d digit: [0-9]
515 |/\D| \D \D non-digit: [^0-9]
518 |/\o| \o \o octal digit: [0-7]
1032 \d digit: [0-9] */\d*
1033 \D non-digit: [^0-9] */\D*
1034 \x hex digit: [0-9A-Fa-f] */\x*
1036 \o octal digit: [0-7] */\o*
1037 \O non-octal digit: [^0-7] */\O*
1138 *[:digit:]* [:digit:] decimal digits '0' to '9'
1241 followed by a non-digit.
[all …]
H A Dusr_27.txt408 \d digit [0-9]
409 \D non-digit [^0-9]
410 \x hex digit [0-9a-fA-F]
411 \X non-hex digit [^0-9a-fA-F]
423 match a digit or lowercase alpha. Use "\(\d\|\l\)" instead.
519 A sample license plate number is "1MGU103". It has one digit, three uppercase
/vim-8.2.3635/src/testdir/
H A Dtest_sort.vim705 \ 'name' : 'alpha, skip past first digit',
745 \ 'name' : 'alpha, sort on first digit',
785 \ 'name' : 'numeric, skip past first digit',
825 \ 'name' : 'numeric, sort on first digit',
H A Dtest_regexp_latin.vim705 " Any decimal digit or end-of-line
707 " Any non-decimal digit or end-of-line
709 " Any hexadecimal digit or end-of-line
711 " Any non-hexadecimal digit or end-of-line
713 " Any octal digit or end-of-line
715 " Any non-octal digit or end-of-line
/vim-8.2.3635/runtime/macros/hanoi/
H A Dhanoi.vim4 " to set the height of the tower, change the digit in the following
/vim-8.2.3635/runtime/ftplugin/
H A Druby.vim350 … = '\%(\%(\w\|[]})\"'."'".']\s*\)\@<!-\)\=\%(\<[[:digit:]_]\+\%(\.[[:digit:]_]\+\)\=\%([Ee][[:di…

12345