Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 25 of 42) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_compiler.vim27 call setline(1, ['#!/usr/bin/perl -w', 'use strict;', 'my $foo=1'])
32 call setline(1, ['#!/usr/bin/perl -w', 'use strict;', '$foo=1'])
/vim-8.2.3635/runtime/syntax/
H A Djproperties.vim28 " by default. If you want strict compliance, set jproperties_strict_syntax
57 " switch between 'normal' and 'strict' syntax
H A Dfstab.vim98 syn keyword fsOptionsExt2Check contained none normal strict
133 syn keyword fsOptionsFatCheck contained r n s relaxed normal strict
198 syn keyword fsOptionsKeywords contained unhide undelete strict novrs
H A Drcs.vim21 syn keyword rcsKeyword head branch access symbols locks strict
H A Dtidy.vim25 syn keyword tidyDoctype contained html5 omit auto strict loose transitional user
159 \ skip-nested split strict-tags-attributes tidy-mark
H A Dlatte.vim52 syn keyword latteSyntax set! snoc splicing unquote strict-html4 contained
H A Ddot.vim43 syn keyword dotKeyword graph digraph subgraph node edge strict
H A Dsnobol4.vim8 " - strict snobol4 mode (set snobol4_strict_mode to activate)
H A Dsamba.vim64 syn keyword sambaKeyword contained status strict string strip suffix support
H A Dsil.vim69 \ strict
H A Ddebcontrol.vim94 " Fields for which we do strict syntax checking
H A Ddesktop.vim24 " By default strict following of freedesktop.org standard is enforced.
H A Ddnsmasq.vim202 syn match DnsmasqKeyword "^\s*strict-order\>"
H A Dpascal.vim160 syn keyword pascalAccess private public strict
H A Drexx.vim42 syn match rexxKeyword contained "\<use\>\s*\(strict\s*\)\?\<arg\>"
/vim-8.2.3635/runtime/compiler/
H A Drhino.vim18 " CompilerSet makeprg=java\ -jar\ lib/rhino-X.X.XX.jar\ -w\ -strict
/vim-8.2.3635/src/proto/
H A Dcharset.pro58 …rt, int *prep, int *len, int what, varnumber_T *nptr, uvarnumber_T *unptr, int maxlen, int strict);
H A Dtypval.pro51 char_u *tv_get_string_buf_chk_strict(typval_T *varp, char_u *buf, int strict);
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim490 \ , "-funbox-strict-fields"
491 \ , "-fno-unbox-strict-fields"
821 \ , "-Wunbanged-strict-patterns"
822 \ , "-Wno-unbanged-strict-patterns"
883 \ , "-fdicts-strict"
884 \ , "-fno-dicts-strict"
968 \ , "-funbox-small-strict-fields"
969 \ , "-fno-unbox-small-strict-fields"
970 \ , "-funbox-strict-fields"
971 \ , "-fno-unbox-strict-fields"
H A Dhtmlcomplete.vim29 else " two-step detection with strict/frameset/transitional
664 … \ '!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">',
667 \ '!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
670 …ml PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
/vim-8.2.3635/runtime/plugin/
H A Dtohtml.vim143 " default to true when not set to anything. Use strict
207 " * Tidy up so we can use strict doctype in even more situations
/vim-8.2.3635/src/
H A Dtypval.c912 tv_get_string_buf_chk_strict(typval_T *varp, char_u *buf, int strict) in tv_get_string_buf_chk_strict() argument
917 if (strict) in tv_get_string_buf_chk_strict()
937 if (strict) in tv_get_string_buf_chk_strict()
H A Dcharset.c1815 int strict) // check strictly in vim_str2nr() argument
1974 if (strict && n - 1 != maxlen && ASCII_ISALNUM(*ptr)) in vim_str2nr()
H A Dcindent.c577 int strict) // Allow relaxed check of case statement for JS in cin_iscase() argument
601 if (strict) in cin_iscase()
/vim-8.2.3635/runtime/doc/
H A Dusr_46.txt143 Vim9 script is strict, it uses the "+" operator only for numbers and floats.

12