| /vim-8.2.3635/src/testdir/ |
| H A D | test_cindent.vim | 962 namespace 976 namespace 984 namespace{ 990 namespace { 1927 namespace 1941 namespace 1949 namespace{ 4304 namespace 4318 namespace 4395 namespace [all …]
|
| H A D | test_perl.vim | 261 " Run first to get a clean namespace
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsl.vim | 6 …mber', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : []}], 14 …rocessing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : [], 'use-attr… 22 … \ 'namespace-alias' : [[], {'stylesheet-prefix' : ['#default'], 'result-prefix' : ['#default']}], 31 …\ 'stylesheet' : [['import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias… 34 …\ 'transform' : [['import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias'…
|
| H A D | xsd.vim | 12 \ {'namespace' : [], 'id' : []} ], 15 \ {'namespace' : [], 'schemaLocation' : [], 'id' : []} ], 48 \ {'namespace' : [], 'processContents' : [], 'minOccurs' : [], 'maxOccurs' : [], 'id' : []} ], 111 \ {'namespace' : [], 'processContents' : [], 'id' : []} ],
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xquery.vim | 26 … in inherit-namespaces instance intersect is le least let lt mod module namespace ne no of or orde… 29 …from-dateTime months-from-duration name name namespace-uri namespace-uri namespace-uri-for-prefix … 37 …escendant attribute self descendant-or-self following-sibling following namespace parent ancestor …
|
| H A D | xslt.vim | 47 syn match xslElement '\%(xsl:\)\@<=namespace' 48 syn match xslElement '\%(xsl:\)\@<=namespace-alias'
|
| H A D | wsml.vim | 14 syn keyword wsmlNamespace namespace 26 syn region wsmlNamespace start="namespace" end="}" contains=wsmlIdentifier
|
| H A D | progress.vim | 157 syn keyword ProgressOperator create-like-sequential create-node create-node-namespace create-result… 161 syn keyword ProgressOperator declare-namespace decrypt default-buffer-handle default-but[ton] defau… 183 …get-firs[t] get-float get-green[-value] get-header-entr[y] get-index-by-namespace-name get-index-b… 187 …s] get-text-width-p[ixels] get-top-buffer get-type-by-index get-type-by-namespace-name get-type-by… 188 …ong get-unsigned-short get-uri-by-index get-value-by-index get-value-by-namespace-name get-value-b… 214 …iple-key multitasking-interval must-exist must-understand name namespace-prefix namespace-uri nati… 256 syn keyword ProgressOperator super-proc[edures] suppress-namespace-processing suppress-w[arnings] s… 270 …ml-data-type xml-node-name xml-node-type xml-schema-pat[h] xml-suppress-namespace-processing y y-o…
|
| H A D | objcpp.vim | 17 syn keyword objCppNonStructure class template namespace transparent contained
|
| H A D | rnc.vim | 43 syn keyword rncKeyword include inherit list mixed name namespace
|
| H A D | tcl.vim | 24 syn keyword tclCommand lreplace lreverse lsearch lset lsort memory my namespace 152 " commands associated with namespace 156 syn region tcltkCommand matchgroup=tcltkCommandColor start="\<namespace\>" matchgroup=NONE skip="^\…
|
| H A D | autodoc.vim | 30 syn keyword autodocRegion contained class module namespace
|
| H A D | clojure.vim | 32 …namespace","clojure.core/namespace-munge","clojure.core/nat-int?","clojure.core/neg-int?","clojure… 36 …namespace-maps*","*print-readably*","*read-eval*","*reader-resolver*","*source-path*","*suppress-r…
|
| H A D | r.vim | 106 " https://github.com/klutometis/roxygen/R/namespace.R 150 " namespace.R
|
| H A D | cpp.vim | 30 syn keyword cppStructure class typename template namespace
|
| H A D | xml.vim | 100 " namespace spec
|
| H A D | awk.vim | 45 syn keyword awkStatement @include @load @namespace
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 170 let namespace = '\' 361 …if !has_key(tag, 'namespace') || tag.namespace ==? a:current_namespace || tag.namespace ==? namesp… 376 …" patched ctag provides absolute namespace names as tag name, namespace tags dont have namespace f… 841 " without a namespace field are in the global namespace so if there were namespace in the base 1919 if a:namespace == '' || a:namespace == '\' 1980 if a:namespace == '' || a:namespace == '\' 2184 if namespace == '' 2185 let namespace = '\' 2267 \ 'namespace': '', 2729 …let namespace = has_key(a:imports[a:classname], 'namespace') ? a:imports[a:classname].namespace : … [all …]
|
| H A D | xmlcomplete.vim | 13 " This function will create Dictionary with users namespace strings and values 23 " When only one argument provided treat name as default namespace (without 106 " Make sure we will have only current namespace 125 " There is no connection of namespace and data file. 192 " Get rid of namespace 404 " namespace
|
| H A D | clojurecomplete.vim | 12 …namespace-maps*","*print-readably*","*read-eval*","*reader-resolver*","*source-path*","*suppress-r…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_46.txt | 175 namespace, even when "s:" is not given. If "myNicePlugin.vim" was already 178 Besides avoiding putting any items in the global namespace (where name clashes
|
| H A D | indent.txt | 316 NN Indent inside C++ namespace N characters extra compared to a 320 namespace { namespace { 324 namespace my namespace my
|
| H A D | if_tcl.txt | 84 Tcl code gets all of its access to vim via commands in the "::vim" namespace. 172 The ::vim namespace contains a few variables. These are created when the Tcl 222 read-only. These variables are not in the "::vim" namespace so they
|
| H A D | vim9.txt | 259 The result is that functions and variables without a namespace can usually be 1354 You can cheat by using the global namespace explicitly. We will assume here 1359 *vim9-namespace* 1362 It tells Vim to interpret the script in its own namespace, instead of the 1363 global namespace. If a file starts with: > 1373 In Vim9 script the global "g:" namespace can still be used as before. And the 1509 namespace will be used for the imported item, even when "s:" is not specified. 1789 not possible to avoid name clashes in the global namespace.
|
| /vim-8.2.3635/src/ |
| H A D | vim9execute.c | 2124 char namespace; in exec_instructions() local 2130 namespace = 'g'; in exec_instructions() 2134 namespace = 'b'; in exec_instructions() 2138 namespace = 'w'; in exec_instructions() 2142 namespace = 't'; in exec_instructions() 2153 namespace, iptr->isn_arg.string); in exec_instructions()
|