Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 25 of 58) sorted by relevance

123

/vim-8.2.3635/runtime/autoload/
H A Drubycomplete.vim671 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 Dhtmlcomplete.vim329 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 Dphpcomplete.vim29 " 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 Dmma.vim28 " 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 Dcynpp.vim9 " Cynlib is a library of C++ classes to allow hardware
H A Drexx.vim158 " 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 Dcynlib.vim9 " Cynlib is a library of C++ classes to allow hardware
H A Ddylan.vim50 " Constants, classes, and variables
H A Dant.vim53 syn keyword antElement display chown classconstants classes classfileset classpath commandline comm…
H A Deiffel.vim96 " Special classes
H A Duc.vim42 " UnrealScript defines classes in sorta fscked up fashion
H A Dreva.vim93 Builtin ++ -- , -2drop -2nip -link -swap . .2x .classes .contexts .funcs .libs .needs .r
H A Dtidy.vim153 \ input-xml join-classes join-styles keep-tabs keep-time language
H A Daspvbs.vim11 " Thanks to Dean Hall <[email protected]> for testing the use of classes in
H A Dia64.vim252 "floating point classes
/vim-8.2.3635/src/VisVim/
H A DVsReadMe.txt54 classes or add new classes. ClassWizard also uses this file to store
/vim-8.2.3635/runtime/indent/
H A Djava.vim19 " Indent Java anonymous classes correctly.
90 " classes.
H A Dperl.vim118 " NOTE: Unlike Perl character classes, we do NOT need to escape the
/vim-8.2.3635/runtime/doc/
H A Dusr_27.txt18 |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 Dvim9.txt22 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 Dpattern.txt502 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 Dusr_toc.txt240 |27.7| Character classes
/vim-8.2.3635/src/
H A Dmbyte.c2796 } 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 Dtest25.in1 Test character classes in regexp using regexpengine 0, 1, 2.
H A Dtest_regexp_utf8.vim237 call add(tl, [2, '[[=a=]]\+', 'ddaãâbcd', 'aãâ']) " equivalence classes
246 " Test recognition of some character classes

123