| /vim-8.2.3635/runtime/autoload/ |
| H A D | rubycomplete.vim | 671 classes = [] 817 classes = eval("self.class.constants") - constants 818 classes += get_buffer_classes 819 classes += get_buffer_modules 822 ObjectSpace.each_object(Class) { |cls| classes << cls.to_s } if include_objectspace == "1" 837 classes = clean_sel( classes, message ) - ["VimRubyCompletion"] 843 valid += classes.collect { |c| { :name => c.to_s, :type => 't' } }
|
| H A D | htmlcomplete.vim | 329 let classes = [] 353 " We gathered classes definitions from all external files 354 let classes += classlines 357 let classes += headclasslines 362 for element in classes 408 let allvalues = map(classes, 'matchstr(v:val, ".*#\\zs[a-zA-Z0-9_-]\\+")') 412 for element in classes
|
| H A D | phpcomplete.vim | 29 " the tags will be searched for namespaces and classes in typed out namespaces in 299 " + classes (after new), DONE 556 " Add external classes 565 " Add built-in classes 784 " Internal solution for finding classes in current file. 1389 " Get Structured information of all classes and subclasses including namespace and includes 1942 " We'll allow interfaces and traits to be handled classes since you 2528 " clear out classes, functions and other blocks 2773 let php_builtin = {'functions':{},'classes':{},'interfaces':{},'constants':{},} 2888 for [ext, data] in items(php_builtin['classes']) [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mma.vim | 28 " o Vim 6.1 didn't really have support for character classes 29 " of other named character classes. For example, [\a\d] 31 " character classes instead: [0-9a-zA-Z] 71 " character classes:
|
| H A D | cynpp.vim | 9 " Cynlib is a library of C++ classes to allow hardware
|
| H A D | rexx.vim | 158 " ooRexx builtin classes (as of version 3.2.0, fall 2007), first define dot to be o.k. in keywords 170 " Windows-only classes 185 " BSF4ooRexx classes
|
| H A D | cynlib.vim | 9 " Cynlib is a library of C++ classes to allow hardware
|
| H A D | dylan.vim | 50 " Constants, classes, and variables
|
| H A D | ant.vim | 53 syn keyword antElement display chown classconstants classes classfileset classpath commandline comm…
|
| H A D | eiffel.vim | 96 " Special classes
|
| H A D | uc.vim | 42 " UnrealScript defines classes in sorta fscked up fashion
|
| H A D | reva.vim | 93 Builtin ++ -- , -2drop -2nip -link -swap . .2x .classes .contexts .funcs .libs .needs .r
|
| H A D | tidy.vim | 153 \ input-xml join-classes join-styles keep-tabs keep-time language
|
| H A D | aspvbs.vim | 11 " Thanks to Dean Hall <[email protected]> for testing the use of classes in
|
| H A D | ia64.vim | 252 "floating point classes
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | VsReadMe.txt | 54 classes or add new classes. ClassWizard also uses this file to store
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | java.vim | 19 " Indent Java anonymous classes correctly. 90 " classes.
|
| H A D | perl.vim | 118 " NOTE: Unlike Perl character classes, we do NOT need to escape the
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_27.txt | 18 |27.7| Character classes 428 *27.7* Character classes 457 The character classes are: 494 alphabetic character or a line break. The other character classes and ranges
|
| H A D | vim9.txt | 22 6. Future work: classes |vim9-classes| 175 Later classes will be added, which replaces the "dict function" mechanism. 1232 And classes and interfaces can be used as types: > 1418 As this suggests, only constants, variables, `:def` functions and classes can 1514 6. Future work: classes *vim9-classes* 1518 implementing classes is going to be a lot of work, it is left for the future. 1519 For now we'll just make sure classes can be added later. 1836 tool need to be supported. Since most languages support classes the lack of 1837 support for classes in Vim is then a problem. 1844 like real classes. On top of that, it's quite slow, because of the use of [all …]
|
| H A D | pattern.txt | 502 Character classes: */character-classes* 532 (end of character classes) 1016 Character classes: 1051 NOTE: 'ignorecase', "\c" and "\C" are not used by character classes. 1059 (end of character classes) 1131 belonging to that character class. The following character classes 1262 Note that 'ignorecase', "\c" and "\C" are not used for the character classes.
|
| H A D | usr_toc.txt | 240 |27.7| Character classes
|
| /vim-8.2.3635/src/ |
| H A D | mbyte.c | 2796 } classes[] = in utf_class_buf() local 2872 int top = ARRAY_LENGTH(classes) - 1; in utf_class_buf() 2893 if (classes[mid].last < (unsigned int)c) in utf_class_buf() 2895 else if (classes[mid].first > (unsigned int)c) in utf_class_buf() 2898 return (int)classes[mid].class; in utf_class_buf()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test25.in | 1 Test character classes in regexp using regexpengine 0, 1, 2.
|
| H A D | test_regexp_utf8.vim | 237 call add(tl, [2, '[[=a=]]\+', 'ddaãâbcd', 'aãâ']) " equivalence classes 246 " Test recognition of some character classes
|