Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 163) sorted by relevance

1234567

/vim-8.2.3635/src/
H A Dos_haiku.rdef.in21 "types" = "text",
22 "types" = "text/plain",
23 "types" = "text/x-source-code",
24 "types" = "text/x-patch",
25 "types" = "text/html",
26 "types" = "text/xml",
27 "types" = "text/x-makefile",
28 "types" = "text/x-jamfile"
H A Dconfig.h.in77 /* Define to `int' if <sys/types.h> doesn't define. */
80 /* Define to `long' if <sys/types.h> doesn't define. */
83 /* Define to `long' if <sys/types.h> doesn't define. */
86 /* Define to `unsigned' if <sys/types.h> doesn't define. */
89 /* Define to `int' if <sys/types.h> doesn't define. */
95 /* Define to `int' if <sys/types.h> doesn't define. */
98 /* Define to `long' if <sys/types.h> doesn't define. */
101 /* Define to `unsigned' if <sys/types.h> doesn't define. */
107 /* Define to `unsigned long' if <sys/types.h> doesn't define. */
/vim-8.2.3635/runtime/syntax/
H A Dradiance.vim32 " The different kinds of scene description object types
33 " Reference types
35 " Surface types
38 " Emitting material types
40 " Material types
48 " Pattern modifier types
52 " Texture modifier types
54 " Mixture types
H A Dsnnsnet.vim35 syn match snnsnetType "no\. of unit types\s*:.*" contains=snnsnetNumbers
36 syn match snnsnetType "no\. of site types\s*:.*" contains=snnsnetNumbers
H A Dvhdl.vim56 " Predefined standard VHDL types
75 " Predefined standard IEEE VHDL types
133 " Values for standard VHDL types
H A Dhaste.vim55 " Predifined Haste types
58 " Values for standard Haste types
H A Dhaskell.vim19 " hs_highlight_types - Treat names of primitive types as keywords.
20 " hs_highlight_more_types - Treat names of other common types as keywords.
90 " Primitive types from the standard prelude and libraries.
H A Dtemplate.vim11 " Known template types are very similar to HTML, E.g. golang and "Xfire User
H A Dpoke.vim55 " Exception types
69 " Poke builtin types
H A Dplsql.vim157 " Various types of comments.
175 " Various types of literals.
185 " The built-in types.
H A Dspup.vim31 " highlight types usually found in DECLARE section
96 " Speedup data types
127 " stream types
H A Dpli.vim145 " Various types of comments.
168 " Various types of literals.
180 " The built-in types.
/vim-8.2.3635/runtime/plugin/
H A Dmatchparen.vim108 " in certain syntax types (string, comment, etc.), for use as
115 " one of the syntax types, then we want searchpairpos() to find the pair
116 " within those syntax types (i.e., not skip). Otherwise, the cursor is
117 " outside of the syntax types and s_skip should keep its value so we skip
118 " any matching pair inside the syntax types.
/vim-8.2.3635/runtime/doc/
H A Dusr_46.txt14 |46.3| Functions and types
111 *46.3* Functions and types
129 you need to specify the argument types and the return type. Also notice that
157 In case you don't care about types or have a function that does work with
158 multiple types, you can use the "any" type: >
H A Dtextprop.txt99 Manipulating text property types:
105 prop_type_list([{props}]) get list of property types
158 added to. When not found, the global property types are used.
291 clears the property types when the buffer is
324 property types.
339 this buffer instead of the global property types.
348 this buffer instead of the global property types.
H A Dvim9.txt20 4. Types |vim9-types|
520 because of the use of argument types.
898 Simple types are string, float, special and bool. For other types |string()|
1164 4. Types *vim9-types*
1168 The following builtin types are supported:
1226 Custom types can be defined with `:type`: >
1249 Variable types and type casting ~
1250 *variable-types*
1598 The syntax for types, using <type> for compound types, is similar to Java. It
1694 best for adding types to declarations: >
[all …]
H A Dfiletype.txt17 1. Filetypes *filetypes* *file-types*
47 To add your own file types, see |new-filetype| below. To search for help on a
63 You can enable loading the plugin files for specific file types with: >
78 You can enable loading the indent file for specific file types with: >
98 This will keep the flags for "plugin" and "indent", but since no file types
119 The file types are also used for syntax highlighting. If the ":syntax on"
123 To disable one of the file types, add a line in your filetype file, see
254 Your scripts.vim is loaded before the default checks for file types, which
283 To use osfiletype checking in an autocommand you should put a list of types to
291 - Any file whose type is "&faf" or "HTML", where the meaning of these types
[all …]
/vim-8.2.3635/runtime/autoload/
H A Dpython3complete.vim94 import sys, tokenize, io, types
154 elif type(func_obj) == types.MethodType: arg_offset = 1
158 if type(func_obj) in [types.FunctionType, types.LambdaType,types.MethodType]:
H A Dpythoncomplete.vim92 import sys, tokenize, cStringIO, types
170 if type(func_obj) == types.ClassType: func_obj = _ctor(func_obj)
171 elif type(func_obj) == types.MethodType: func_obj = func_obj.im_func
175 if type(func_obj) in [types.FunctionType, types.LambdaType]:
/vim-8.2.3635/runtime/
H A Dftoff.vim1 " Vim support file to switch off detection of file types
H A Dindoff.vim1 " Vim support file to switch off loading indent files for file types
H A Dftplugof.vim1 " Vim support file to switch off loading plugins for file types
H A Dindent.vim1 " Vim support file to switch on loading indent files for file types
H A Dftplugin.vim1 " Vim support file to switch on loading plugins for file types
/vim-8.2.3635/src/proto/
H A Devalfunc.pro8 int internal_func_check_arg_types(type_T **types, int idx, int argcount, cctx_T *cctx);

1234567