Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 231) sorted by relevance

12345678910

/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim100 for m in s:values
122 let values = []
124 let values = []
134 let values = []
138 let values = []
511 let values = ["all", "none"] + s:values
519 let values = ["all", "none"] + s:values + timing_functions
575 let values = wide_keywords + values
579 for m in values
600 for m in values
[all …]
H A Djavascriptcomplete.vim457 let values = dates
459 let values = imags
466 let values = xmlhs
468 let values = stris
470 let values = reges
472 let values = maths
478 let values = maths
480 let values = anths
534 for m in values
542 unlet! values
[all …]
H A Dxmlcomplete.vim13 " This function will create Dictionary with users namespace strings and values
142 let values = g:xmldata{'_'.g:xmldata_connection['DEFAULT']}['vimxmlentities']
144 let values = g:xmldata{'_'.g:xmldata_entconnect}['vimxmlentities']
153 let values = intent + values
157 for m in values
164 for m in values
213 let values = g:xmldata{'_'.g:xmldata_connection[b:xml_namespace]}[tag][1][attrname]
219 if len(values) == 0
233 for m in values
H A Dhtmlcomplete.vim385 let values = split(elements[tag]." ".elements['common'])
387 let values = split(elements[tag])
389 let values = split(elements['common'])
404 " 4. Extract id values
410 let values = []
414 let values += [element]
427 for m in sort(values)
494 let values = []
517 let values = b:html_omni[tag][1][attrname]
523 if len(values) == 0
[all …]
/vim-8.2.3635/src/
H A Dviminfo.c593 garray_T *values, in handle_viminfo_history() argument
604 if (values->ga_len < 4 in handle_viminfo_history()
988 if (ga_grow(values, 1) == FAIL) in barline_parse()
990 value = (bval_T *)(values->ga_data) + values->ga_len; in barline_parse()
1077 ++values->ga_len; in barline_parse()
1129 ++values->ga_len; in barline_parse()
1140 ++values->ga_len; in barline_parse()
1742 if (values->ga_len < 6 in handle_viminfo_register()
2596 if (values->ga_len < 5 in handle_viminfo_mark()
2736 garray_T values; in read_viminfo_barline() local
[all …]
H A Doptionstr.c96 static int check_opt_strings(char_u *val, char **values, int list);
97 static int opt_strings_flags(char_u *val, char **values, unsigned *flagp, int list);
2530 char **values, in check_opt_strings() argument
2533 return opt_strings_flags(val, values, NULL, list); in check_opt_strings()
2546 char **values, // array of valid string values in opt_strings_flags() argument
2558 if (values[i] == NULL) // val not found in values[] in opt_strings_flags()
2561 len = (int)STRLEN(values[i]); in opt_strings_flags()
2562 if (STRNCMP(values[i], val, len) == 0 in opt_strings_flags()
H A Dgui_motif.c312 XGCValues values; in label_expose() local
324 values.graphics_exposures = False; in label_expose()
329 values.font = fs->fid; in label_expose()
336 values.fill_style = FillTiled; in label_expose()
337 values.tile = lw->primitive.top_shadow_pixmap; in label_expose()
348 values.foreground = lw->primitive.top_shadow_color; in label_expose()
349 values.background = lw->core.background_pixel; in label_expose()
352 &values, dynamic, (XtGCMask)0); in label_expose()
364 values.foreground = lw->primitive.bottom_shadow_color; in label_expose()
365 values.background = lw->core.background_pixel; in label_expose()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_vartabs.vim80 " Retab with multiple values, not using vts.
87 " Retab with multiple values, using vts.
100 " Test for 'retab' with same values as vts
106 " Check that global and local values are set.
119 " Check that local values only are set.
132 " Check that global values only are set.
218 " Retab with multiple values, not using vts.
225 " Retab with multiple values, using vts.
232 " Check that global and local values are set.
245 " Check that local values only are set.
[all …]
H A Dtest_set.vim30 " :set, :setlocal, :setglobal without arguments show values of options.
39 call assert_match("^\n--- Local option values ---\n.*textwidth=78\\>", a)
44 call assert_match("^\n--- Global option values ---\n.*textwidth=77\\>", a)
H A Dgen_opt_test.vim27 " Two lists with values: values that work and values that fail.
H A Dtest_true_false.vim1 " Test behavior of boolean-like values.
62 " Test using TRUE or FALSE values for an argument.
H A Dtest_match.vim35 " --- that default values apply.
93 " --- (A range of valid and invalid input values are tried out to generate the
94 " --- return values.)
H A Dtest_method.vim37 call assert_fails('eval l->values()', 'E715:')
71 call assert_equal([1, 2, 3], d->values())
H A Dtest_paste.vim171 " Test for restoring option values when 'paste' is disabled
200 " disabling 'paste' should restore the option values
/vim-8.2.3635/runtime/ftplugin/
H A Dscheme.vim29 setl lispwords+=define-values
35 setl lispwords+=let*-values
37 setl lispwords+=let-values
H A Dchicken.vim40 setl lispwords+=letrec-values
47 setl lispwords+=set!-values
/vim-8.2.3635/runtime/syntax/
H A Dwast.vim27 " https://webassembly.github.io/spec/core/text/values.html#text-id
32 " https://webassembly.github.io/spec/core/text/values.html#strings
37 " https://webassembly.github.io/spec/core/text/values.html#floating-point
43 " https://webassembly.github.io/spec/core/text/values.html#integers
H A Dregistry.vim29 " Some values often found in the registry
78 " line of hex values that ends in a comma.
H A Dchicken.vim45 syn keyword schemeSyntax set!-values
49 syn keyword schemeSyntax letrec-values
H A Dscheme.vim102 syn keyword schemeSyntax define-values
112 syn keyword schemeSyntax let*-values
113 syn keyword schemeSyntax let-values
176 syn keyword schemeFunction call-with-values
404 syn keyword schemeFunction values
H A Dora.vim9 " * possible values are listed also
64 "common values
191 "common values
446 hi def link oraValue Identifier "values, like true or false
447 hi def link oraModifier oraValue "modifies values
/vim-8.2.3635/runtime/
H A Dftplugin.vim23 " In compatible mode options are reset to the global values, need to
24 " set the local values also when a plugin was already used.
/vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/
H A Djustify.vim34 " To aid user defined commands, negative values are accepted aswell.
43 " Negative values: Keep current amount of leading whitespace.
44 " Positive values: Indent all lines with leading whitespace using this
56 " If the values of 'sw' or 'tw' are negative, they are treated as if
/vim-8.2.3635/runtime/doc/
H A Dtesting.txt77 Get the value of an internal variable. These values for
90 The supported values for {mods} are:
102 The supported values for {button} are:
115 The supported values for {modifiers} are:
190 Current supported values for name are:
399 This asserts number and |Float| values. When {actual} is lower
H A Dsign.txt388 argument specifies the sign attributes. The following values
405 {list} is used, then returns a List of values one for each
551 values, see |bufname()|.
556 For the accepted values, see |line()|.
595 values, see |bufname()|.
606 sign is to be placed. For the accepted values,
660 {list} call, returns a list of values one for each undefined
728 values, see |bufname()|. If not specified,

12345678910