Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/vim-8.2.3635/runtime/autoload/xml/
H A Dxsd.vim69 \ {'value' : [], 'id' : [], 'fixed' : []}],
72 \ {'value' : [], 'id' : [], 'fixed' : []}],
75 \ {'value' : [], 'id' : [], 'fixed' : []}],
78 \ {'value' : [], 'id' : [], 'fixed' : []}],
81 \ {'value' : [], 'id' : [], 'fixed' : []}],
84 \ {'value' : [], 'id' : [], 'fixed' : []}],
87 \ {'value' : [], 'id' : [], 'fixed' : []}],
90 \ {'value' : [], 'id' : [], 'fixed' : []}],
93 \ {'value' : [], 'id' : [], 'fixed' : []}],
96 \ {'value' : [], 'id' : []}],
[all …]
H A Dxsl.vim6 …'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], …
14 …'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], …
17 …'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], …
23 … 'multiple', 'any'], 'count' : [], 'from' : [], 'value' : [], 'format' : [], 'lang' : [], 'letter-
26 …'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], …
32 …'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], …
35 \ 'value-of' : [[], {'select' : [], 'disable-output-escaping' : ['yes', 'no']}],
36 …'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], …
38 …'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], …
/vim-8.2.3635/src/
H A Dex_eval.c425 void *value, in get_exception_string() argument
494 ret = value; in get_exception_string()
521 && (((char_u *)value)[3] == NUL || ((char_u *)value)[3] == ':' in throw_exception()
538 excp->value = get_exception_string(value, type, cmdname, &should_free); in throw_exception()
559 vim_free(excp->value); in throw_exception()
633 excp->value); in discard_exception()
646 vim_free(excp->value); in discard_exception()
811 s = (char *)((except_T *)value)->value; in report_pending()
1496 char_u *value; in ex_throw() local
1503 value = NULL; in ex_throw()
[all …]
H A Dgui.c4034 value = 0; in gui_drag_scrollbar()
4037 value = sb->max; in gui_drag_scrollbar()
4043 sb->value = value; in gui_drag_scrollbar()
4060 value = sb->max + 1 - sb->size - value; in gui_drag_scrollbar()
4061 if (value < 0) in gui_drag_scrollbar()
4062 value = 0; in gui_drag_scrollbar()
4644 value = 0; in gui_update_horiz_scrollbar()
4684 value = max + 1 - size - value; in gui_update_horiz_scrollbar()
4685 if (value < 0) in gui_update_horiz_scrollbar()
4688 value = 0; in gui_update_horiz_scrollbar()
[all …]
H A Dgui_dwrite.cpp102 ToPixelGeometry(int value) in ToPixelGeometry() argument
104 switch (value) in ToPixelGeometry()
117 ToInt(DWRITE_PIXEL_GEOMETRY value) in ToInt() argument
119 switch (value) in ToInt()
133 ToRenderingMode(int value) in ToRenderingMode() argument
135 switch (value) in ToRenderingMode()
156 ToTextAntialiasMode(int value) in ToTextAntialiasMode() argument
158 switch (value) in ToTextAntialiasMode()
173 ToInt(DWRITE_RENDERING_MODE value) in ToInt() argument
175 switch (value) in ToInt()
[all …]
H A Dgui_athena.c93 long value; in gui_athena_scroll_cb_jump() local
112 if (value > sb_info->max) in gui_athena_scroll_cb_jump()
113 value = sb_info->max; in gui_athena_scroll_cb_jump()
115 gui_drag_scrollbar(sb, value, TRUE); in gui_athena_scroll_cb_jump()
129 long value; in gui_athena_scroll_cb_scroll() local
213 value = sb_info->value + data; in gui_athena_scroll_cb_scroll()
214 if (value > sb_info->max) in gui_athena_scroll_cb_scroll()
215 value = sb_info->max; in gui_athena_scroll_cb_scroll()
216 else if (value < 0) in gui_athena_scroll_cb_scroll()
217 value = 0; in gui_athena_scroll_cb_scroll()
[all …]
H A Dfloat.c32 float_T *value, // result stored here in string2float() argument
41 *value = INFINITY; in string2float()
46 *value = -INFINITY; in string2float()
51 *value = NAN; in string2float()
76 *value = f; in string2float()
81 *value = f; in string2float()
H A Dclipboard.c1401 XtPointer *value, in clip_x11_convert_selection_cb() argument
1425 *value = (XtPointer)array; in clip_x11_convert_selection_cb()
1468 *value = save_result; in clip_x11_convert_selection_cb()
1469 if (*value == NULL) in clip_x11_convert_selection_cb()
1474 save_result = (char_u *)*value; in clip_x11_convert_selection_cb()
1498 *value = (XtPointer)(text_prop.value); // from plain text in clip_x11_convert_selection_cb()
1502 save_result = (char_u *)*value; in clip_x11_convert_selection_cb()
1602 XtPointer value, in clip_x11_request_selection_cb() argument
1624 p = (char_u *)value; in clip_x11_request_selection_cb()
1668 text_prop.value = (unsigned char *)value; in clip_x11_request_selection_cb()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Djproperties.vim12 " Set a value for the sync block that we use to find long continuation lines
13 " in properties; the value is already large - if you have larger continuation
15 " slow, reduce the value of jproperties_lines.
22 " Most properties files assign values with "id=value" or "id:value". But,
23 " strictly, the Java properties parser also allows "id value", "id", and
24 " even more bizarrely "=value", ":value", " value", and so on. These latter
27 " we take special efforts to pick out only "id=value" and "id:value" forms
37 " setting a non-zero value will highlight them. Messages are of the form
75 " here an assignment is id=value or id:value, and we conveniently
H A Dprogress.vim109 " More values: Logicals, and Progress's unknown value, ?.
147 …nes buffer-n[ame] buffer-releas[e] buffer-validate buffer-value button[s] by-reference by-value by…
162 syn keyword ProgressOperator default-value define-user-event-manager defined delete-char delete-cur…
166 …p-down-list drop-target dump dump-logging-now dynamic dynamic-current-value dynamic-next-value echo
181 …back-proc-context get-callback-proc-name get-cgi-list get-cgi-long-value get-cgi-value get-changes…
185 …rd ProgressOperator get-qname-by-index get-red[-value] get-rel[ation] get-repositioned-row get-rgb…
188 …gned-long get-unsigned-short get-uri-by-index get-value-by-index get-value-by-namespace-name get-v…
196 syn keyword ProgressOperator inner inner-chars inner-lines input-value insert-attribute insert-b[ac…
215 …sted new-instance new-row next-col[umn] next-rowid next-sibling next-tab-ite[m] next-value no-apply
219 syn keyword ProgressOperator no-word-wrap node-value node-value-to-longchar node-value-to-memptr no…
[all …]
H A Dsgml.vim56 " <tag foo.attribute = "value">
66 " UNQUOTED value (not including the '=' -- sgmlEqual)
72 " <tag foo.attribute = value>
82 " QUOTED value (not including the '=' -- sgmlEqual)
88 " <tag foo.attribute = "value">
90 " <tag foo.attribute = 'value'>
99 " value, everything after (and including) the '='
104 " <tag foo.attribute = "value">
106 " <tag foo.attribute = value>
/vim-8.2.3635/runtime/indent/
H A Ddtd.vim195 " attribute value.
198 let [value, end] = s:lex(line, end, '^\%((\|[^[:space:]]\+\)')
199 if value == ""
201 elseif value == 'NOTATION'
205 let [value, end] = s:lex(line, end, '^\%((\|[^[:space:]]\+\)')
206 if value == ""
211 if value == '('
260 let [value, end] = s:lex(line, end)
261 if value == ""
263 elseif value == 'SYSTEM' || value == 'PUBLIC'
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_listchars.vim375 " Check for the value of the 'listchars' option
381 " Test for using a window local value for 'listchars'
386 " set a local value for 'listchars'
389 " When local value is reset, global value should be used
392 " Use 'setlocal <' to copy global value
396 " Use 'set <' to copy global value
404 " when split opening a new window, local value should be copied
407 " clearing local value in one window should not change the other window
425 " changing the global setting should not change the local value
456 " Setting the local setting to the default value should not impact a window
[all …]
H A Dtest_autocmd.vim720 " 11: Setting global autoread (also sets local value)"
833 " but the old local value for all other kinds of options.
843 " but the old local value for all other kinds of options.
880 " but the old local value for all other kinds of options.
898 " but the old local value for all other kinds of options.
965 noa setlocal cmdheight=1 " Sets the global(!) value!
973 noa setlocal cmdheight=1 " Sets the global(!) value!
981 noa setlocal cmdheight=1 " Sets the global(!) value!
1097 noa setlocal wrapscan " Sets the global(!) value!
1105 noa setlocal wrapscan " Sets the global(!) value!
[all …]
H A Dtest_backspace_opt.vim14 " Add the value
24 " Delete the value
119 for value in ['indent,nostop', 'eol,nostop', 'indent,eol,nostop', 'indent,eol,start,nostop']
120 exe ":set bs=".. value
126 call assert_equal(expected, getline(1), 'CTRL-U backspace value: '.. &bs)
131 call assert_equal(expected, getline(1), 'CTRL-W backspace value: '.. &bs)
H A Dtest_lua.vim63 let msg = "[string \"vim chunk\"]:1: global 'func' is not callable (a nil value)"
65 let msg = "[string \"vim chunk\"]:1: attempt to call a nil value (global 'func')"
155 let msg = "[string \"luaeval\"]:1: field 'xyz' is not callable (a nil value)"
157 let msg = "[string \"luaeval\"]:1: attempt to call a nil value (field 'xyz')"
159 let msg = "[string \"luaeval\"]:1: attempt to call field 'xyz' (a nil value)"
217 \ ? '[string "luaeval"]:1: lua: cannot convert value'
218 \ : 'lua: cannot convert value')
801 \ '[string "luaeval"]:1: attempt to perform arithmetic on a nil value')
805 call assert_fails('let i = luaeval("co")', 'luaeval: cannot convert value')
807 call assert_fails('let m = luaeval("{}")', 'luaeval: cannot convert value')
[all …]
/vim-8.2.3635/src/libvterm/src/
H A Dpen.c296 int value; in vterm_state_setpen() local
414 value = CSI_ARG(args[argi]) - 30; in vterm_state_setpen()
416 value += 8; in vterm_state_setpen()
417 set_pen_col_ansi(state, VTERM_ATTR_FOREGROUND, value); in vterm_state_setpen()
434 value = CSI_ARG(args[argi]) - 40; in vterm_state_setpen()
435 set_pen_col_ansi(state, VTERM_ATTR_BACKGROUND, value); in vterm_state_setpen()
452 value = CSI_ARG(args[argi]) - 90 + 8; in vterm_state_setpen()
453 set_pen_col_ansi(state, VTERM_ATTR_FOREGROUND, value); in vterm_state_setpen()
458 value = CSI_ARG(args[argi]) - 100 + 8; in vterm_state_setpen()
459 set_pen_col_ansi(state, VTERM_ATTR_BACKGROUND, value); in vterm_state_setpen()
/vim-8.2.3635/runtime/doc/
H A Dtesting.txt77 Get the value of an internal variable. These values for
113 The maximum value of {col} is 'columns'.
178 even though the value is "double".
217 < The value of "starting" is saved. It is restored by: >
235 {value}. {which} can be:
240 For the vertical scrollbars {value} can be 1 to the
266 Using a value of 1 makes Vim not sleep after a warning or
276 When [seed] is given this sets the seed value used by
285 Return a value with void type. Only useful for testing.
390 A value is false when it is zero. When {actual} is not a
[all …]
H A Doptions.txt89 value was empty.
304 value the global value is set.
332 Command global value local value ~
347 value.
364 value to the local value, it doesn't switch back to using the global value
953 value effect ~
1743 < Minimum value is 12, maximum value is 10000.
3374 value is 12.
4879 < Minimum value is 2, maximum value is 1000.
5603 The minimum value is 1, the maximum value is 20.
[all …]
H A Dvim9.txt135 var name = value# error!
185 echo self.value
376 g:global = 'value'
414 Since `&opt = value` is now assigning a value to option "opt", ":&" cannot be
567 return 'value'
583 key: value
1057 {name} = {value}
1197 value
1202 value
1207 a value
[all …]
H A Dusr_41.txt209 old value. Example: >
225 The exclamation mark ! negates a value. When the value was true, it
304 The &name form can be used to save an option value, set it to a new value,
661 reduce() reduce a List to a value
672 max() maximum value in a List
673 min() minimum value in a List
1560 A Dictionary stores key-value pairs. You can quickly lookup a value if you
1572 {<key> : <value>, ...}
1662 the value is retrieved. If it isn't, then the default value is returned, in
2455 changed an option value already. First resetting to the default value and
[all …]
H A Dusr_43.txt36 When you are not on Unix, check the value of the 'runtimepath' option to
43 your |vimrc| file if you don't like the default value.
55 set to the value set for that buffer. For a new buffer it will get the
56 default value or the value from the last ":set" command.
61 |<LocalLeader>| in the mapping is replaced with the value of the
65 value. In that case you will want to undo your preferences. The
/vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/
H A Djustify.vim19 " If not specified, the value of the 'textwidth' option is used. If
20 " 'textwidth' is zero a value of 80 is used.
22 " Additionally the arguments 'tw' and '' are accepted. The value of
35 " Using a negative value specifies the default behaviour: any length of
47 " Note that the value 0, needs to be quoted as a string. This value
51 " added. In this case, if the value of indent is positive, the amount of
52 " whitespace to be added will be multiplied by the value of the
59 " negative 'sw' or 'ts' value.
79 " with whitespace using the value of 'tabstop'. This should be
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim738 let value = substitute(value, '^=>[ ]*', '', '')
739 let value = substitute(value, '\\n\"\r$', '', '')
740 let value = substitute(value, '\\n\"$', '', '')
741 let value = substitute(value, '\r', '', '')
742 let value = substitute(value, '\\t', ' ', 'g')
744 if value != '' || !empty(s:asm_lines)
745 call add(s:asm_lines, value)
771 elseif msg =~ '^\^done,value='
1027 let value = substitute(a:msg, '.*value="\(.*\)"', '\1', '')
1028 let value = substitute(value, '\\"', '"', 'g')
[all …]
/vim-8.2.3635/src/proto/
H A Dex_eval.pro10 char *get_exception_string(void *value, except_type_T type, char_u *cmdname, int *should_free);
11 int throw_exception(void *value, except_type_T type, char_u *cmdname);
14 void report_make_pending(int pending, void *value);

12345678910>>...17