Searched refs:Value (Results 1 – 25 of 72) sorted by relevance
123
| /vim-8.2.3635/src/VisVim/ |
| H A D | Reg.cpp | 42 DWORD Value; in GetRegistryInt() local 46 (LPBYTE) &Value, &Count) == ERROR_SUCCESS) in GetRegistryInt() 47 return Value; in GetRegistryInt()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | desktop.vim | 61 " Boolean Value {{{2 79 " Numeric Value {{{2 95 " String Value {{{2 193 " Localestring Value {{{2 201 " Iconstring Value {{{2
|
| H A D | ecd.vim | 37 hi def link ecdAttrV Value
|
| H A D | smil.vim | 122 hi def link smilValue Value
|
| H A D | ncf.vim | 105 syn match ncfSetCommandsNum "\(TIMESYNC Write Value\)\s*="
|
| H A D | go.vim | 310 syn match goExtraType /\<reflect\.\%(Kind\|Type\|Value\)\>/
|
| H A D | java.vim | 80 …ortCache String ConverterSD ByteCache Lock EnclosingMethodInfo Math Float Value Double SecurityMan…
|
| H A D | vb.vim | 209 syn keyword vbMethods UpdateRecord UpdateRow Upto ValidateControls Value
|
| H A D | lpc.vim | 49 " Scalar/Value types.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sh.vim | 63 let Value = exists('b:sh_indent_options') 67 if type(Value) == type(function('type')) 68 return Value() 70 return Value
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | tex.vim | 35 " Value errorformat are taken from vim help, see :help errorformat-LaTeX, with
|
| /vim-8.2.3635/src/ |
| H A D | gui_haiku.cc | 1579 scb->SetValue(scb->Value()+small*dy*3); in MessageReceived() 1580 scb->ValueChanged(scb->Value()); in MessageReceived() 1584 scb->SetValue(scb->Value()+small*dy); in MessageReceived() 1585 scb->ValueChanged(scb->Value()); in MessageReceived() 1995 sm.value = (long) Value(); in MouseUp() 2008 if (newValue == Value()) in SetValue() 3626 if (max < s->Value()) { in gui_mch_set_scrollbar_thumb()
|
| H A D | README.md | 110 ch_log(NULL, "Value is now %02x", value);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_gui.vim | 313 " Default Value 594 " Default Value 599 " Default Value 769 " Default Value
|
| H A D | test_statusline.vim | 80 " %b: Value of character under cursor. 125 " %k: Value of "b:keymap_name" or 'keymap'
|
| H A D | test_vim9_assign.vim | 1612 CheckScriptFailure(lines, 'E741: Value is locked: name', 1) 1622 CheckScriptFailure(lines, 'E741: Value is locked: s:legacy', 1) 1632 CheckScriptFailure(lines, 'E741: Value is locked: g:globConst', 6)
|
| H A D | test_viminfo.vim | 105 const g:MY_GLOBAL_STRING = 'New Value' 112 call assert_equal('New Value', g:MY_GLOBAL_STRING)
|
| H A D | test_vim9_script.vim | 1453 assert_fails('source Ximport.vim', 'E741: Value is locked: CONST', '', 3) 3861 assert_match('E741: Value is locked: local', error)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_tar.txt | 84 Variable Value Explanation
|
| H A D | ft_rust.txt | 72 Value Effect ~
|
| H A D | if_pyth.txt | 601 Value Description ~ 609 Value Description ~
|
| H A D | print.txt | 208 Value Description ~
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ada.vim | 120 …ion', '''Unbiased_Rounding', '''Unchecked_Access', '''Val', '''Valid', '''Value', '''Version', '''…
|
| H A D | htmlcomplete.vim | 488 " Value of attribute completion {{{
|
| /vim-8.2.3635/src/po/ |
| H A D | zh_CN.cp936.po | 608 msgid "E741: Value is locked: %s" 770 #~ msgid "# Value of 'encoding' when this file was written\n" 1862 msgid "E599: Value of 'imactivatekey' is invalid"
|
123