Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 228) sorted by relevance

12345678910

/vim-8.2.3635/src/
H A Dcrypt.c471 cryptmethod_T *method = &cryptmethods[state->method_nr]; in crypt_encode_alloc() local
473 if (method->encode_buffer_fn != NULL) in crypt_encode_alloc()
483 method->encode_fn(state, from, len, *newptr, last); in crypt_encode_alloc()
500 cryptmethod_T *method = &cryptmethods[state->method_nr]; in crypt_decode_alloc() local
502 if (method->decode_buffer_fn != NULL) in crypt_decode_alloc()
504 return method->decode_buffer_fn(state, ptr, len, newptr, last); in crypt_decode_alloc()
513 method->decode_fn(state, ptr, len, *newptr, last); in crypt_decode_alloc()
597 crypt_check_method(int method) in crypt_check_method() argument
599 if (method < CRYPT_M_BF2) in crypt_check_method()
610 int method = crypt_get_method_nr(curbuf); in crypt_check_swapfile_curbuf() local
[all …]
/vim-8.2.3635/runtime/doc/
H A Dtesting.txt46 Can also be used as a |method|: >
60 Can also be used as a |method|: >
81 Can also be used as a |method|: >
134 Can also be used as a |method|: >
181 Can also be used as a |method|: >
229 Can also be used as a |method|: >
250 Can also be used as a |method|: >
271 Can also be used as a |method|: >
297 Can also be used as a |method|: >
329 Can also be used as a |method|: >
[all …]
H A Deval.txt317 index use the |slice()| method.
1300 expr8->name([args]) method call *method* *->*
1308 next method: >
4354 Can be used as a |method|: >
4377 Can be used as a |method|: >
5223 < With a |method|: >
5298 Preferably used as a |method|: >
9262 "Object#to_s" method.
10582 the method can be quite slow.
12867 :4,8call GetDict().method()
[all …]
H A Dtextprop.txt161 Can also be used as a |method|: >
190 Can also be used as a |method|: >
202 Can also be used as a |method|: >
256 Can also be used as a |method|: >
281 Can also be used as a |method|: >
306 Can also be used as a |method|: >
314 Can also be used as a |method|: >
328 Can also be used as a |method|: >
341 Can also be used as a |method|: >
H A Dif_ole.txt61 This method takes a single parameter, which is a string of keystrokes. These
82 This method takes a single parameter, which is an expression in Vim's normal
95 This method takes no arguments. No value is returned.
104 This method takes no arguments. It returns the hwnd of the main Vimwindow.
115 Due to the way Vim processes OLE Automation commands, combined with the method
H A Dchannel.txt480 Can also be used as a |method|: >
488 Can also be used as a |method|: >
496 Can also be used as a |method|: >
517 Can also be used as a |method|: >
535 Can also be used as a |method|: >
545 Can also be used as a |method|: >
553 Can also be used as a |method|: >
584 Can also be used as a |method|: >
596 Can also be used as a |method|: >
620 Can also be used as a |method|: >
[all …]
H A Dterminal.txt528 Can also be used as a |method|: >
540 Can also be used as a |method|: >
566 Can also be used as a |method|: >
580 Can also be used as a |method|: >
595 Can also be used as a |method|: >
620 Can also be used as a |method|: >
628 Can also be used as a |method|: >
642 Can also be used as a |method|: >
657 Can also be used as a |method|: >
670 Can also be used as a |method|: >
[all …]
H A Dusr_28.txt21 |28.10| Which fold method to use?
216 method. This will create folds for every sequence of lines with the same
390 *28.10* Which fold method to use?
392 All these possibilities make you wonder which method you should choose.
403 The marker method requires you to change the file. If you are sharing the
418 If you use the "expr" method to define folds, but they are not exactly how
419 you want them, you could switch to the "manual" method. This will not remove
H A Dpopup.txt219 Can also be used as a |method|: >
236 Can also be used as a |method|: >
260 Can also be used as a |method|: >
285 Can also be used as a |method|: >
309 Can also be used as a |method|: >
389 Can also be used as a |method|: >
418 Can also be used as a |method|: >
430 Can also be used as a |method|: >
493 Can also be used as a |method|: >
523 Can also be used as a |method|: >
[all …]
H A Dsign.txt420 Can also be used as a |method|: >
451 Can also be used as a |method|: >
514 Can also be used as a |method|: >
533 Can also be used as a |method|: >
585 Can also be used as a |method|: >
647 Can also be used as a |method|: >
673 Can also be used as a |method|: >
718 < Can also be used as a |method|: >
749 Can also be used as a |method|: >
H A Dfold.txt22 The folding method can be set with the 'foldmethod' option.
25 deleted and new ones created. Switching to the "manual" method doesn't remove
66 When you want to ignore lines in another way, use the "expr" method. The
73 method. The value of the 'foldexpr' option is evaluated to get the foldlevel
119 method can be very slow!
164 This method only works properly when the 'diff' option is set for the current
286 The new fold will be closed for the "manual" method.
561 'foldmethod' 'fdm': Name of the current folding method.
H A Dmbyte.txt560 language even though you have no input method for it.
761 X INPUT METHOD (XIM) BACKGROUND *XIM* *xim* *x-input-method*
846 insertion. The client registers callbacks invoked by the input method
851 is made at present input position of application. The input method
857 provides display windows for the pre-edit data to the input method which
861 method displays all pre-edit data in a separate area of the screen in a
862 window specific to the input method.
870 method doesn't match your Input method, the text will be displayed wrong.
927 method. For example, when you are using kinput2 + canna as IM Server, the
1401 If you are using X-Windows, you should find an input method that supports
[all …]
H A Dhangulin.txt11 If you want this hangul input method you can go back to Vim 8.1.2326 or
/vim-8.2.3635/src/testdir/
H A Dtest_crypt.vim37 func Crypt_uncrypt(method) argument
38 exe "set cryptmethod=" . a:method
40 call assert_equal(a:method, &cryptmethod)
75 func Uncrypt_stable(method, crypted_text, key, uncrypted_text) argument
78 exe "set cryptmethod=" . a:method
90 func Uncrypt_stable_xxd(method, hex, key, uncrypted_text) argument
H A Dtest_expr.vim7 func base.method()
14 call assert_true(base.method == instance.method)
15 call assert_true([base.method] == [instance.method])
19 call assert_false(base.method == base.other)
20 call assert_false([base.method] == [base.other])
21 call assert_false(base.method == instance.other)
22 call assert_false([base.method] == [instance.other])
24 call assert_fails('echo base.method > instance.method')
H A Dtest_lua.vim347 let msg = "[string \"vim chunk\"]:1: method 'xyz' is not callable (a nil value)"
349 let msg = "[string \"vim chunk\"]:1: attempt to call a nil value (method 'xyz')"
351 let msg = "[string \"vim chunk\"]:1: attempt to call method 'xyz' (a nil value)"
458 let msg = "[string \"luaeval\"]:1: method 'xyz' is not callable (a nil value)"
460 let msg = "[string \"luaeval\"]:1: attempt to call a nil value (method 'xyz')"
462 let msg = "[string \"luaeval\"]:1: attempt to call method 'xyz' (a nil value)"
649 let msg = "[string \"luaeval\"]:1: method 'xyz' is not callable (a nil value)"
651 let msg = "[string \"luaeval\"]:1: attempt to call a nil value (method 'xyz')"
653 let msg = "[string \"luaeval\"]:1: attempt to call method 'xyz' (a nil value)"
H A Dtest_method.vim1 " Tests for ->method()
159 " Test for too many or too few arguments to a method
/vim-8.2.3635/runtime/syntax/
H A Dlisp.vim74 syn keyword lispFunc < find-method pprint-indent
98 syn keyword lispFunc add-method fresh-line progv
123 syn keyword lispFunc arrayp get-setf-method read-from-string
142 syn keyword lispFunc bit ignore-errors remove-method
161 syn keyword lispFunc boole-and invalid-method-error rplaca
238 syn keyword lispFunc code-char macroexpand-l standard-method
255 syn keyword lispFunc concatenate make-method string>=
284 syn keyword lispFunc declaration method subst-if-not
285 syn keyword lispFunc declare method-combination substitute
314 syn keyword lispFunc deposit-field next-method-p trace
[all …]
H A Dave.vim37 " 'not' is a kind of a problem: It's an Operator as well as a method
38 " 'not' is only marked as an Operator if not applied as method
H A Dmason.vim61 syn region masonMethod matchgroup=Delimiter start="<%method\s*[-._/[:alnum:]]\+\s*>" end="</%method
H A Dclojure.vim32method","clojure.core/find-var","clojure.core/first","clojure.core/flatten","clojure.core/float","…
/vim-8.2.3635/runtime/indent/
H A Docaml.vim23 …exception,0=external,0=if,0=in,0=include,0=inherit,0=initializer,0=let,0=method,0=open,0=then,0=ty…
45 let s:beflet = '^\s*\(initializer\|method\|try\)\|\(\<\(begin\|do\|else\|in\|then\|try\)\|->\|<-\|=…
50 let s:obj = '^\s*\(constraint\|inherit\|initializer\|method\|val\)\>\|\<\(object\|object\s*(.*)\)\s…
196 …return indent(search('^\s*\(\(exception\|include\|initializer\|method\|open\|type\|val\)\>\|extern…
200 " or 'method':
201 elseif line =~ '^\s*\(constraint\|inherit\|initializer\|method\)\>'
H A Djava.vim137 " Below a line starting with "}" never indent more. Needed for a method
138 " below a method with an indented "throws" clause.
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12method","find-var","first","flatten","float","float-array","float?","floats","flush","fn","fn","fn…
/vim-8.2.3635/src/GvimExt/
H A DREADME.txt28 It is the preferred method to keep gvim.exe with the runtime files, so that
46 Another method is by using the uninst.bat script:

12345678910