Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 25 of 49) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_cindent.vim962 namespace
976 namespace
984 namespace{
990 namespace {
1927 namespace
1941 namespace
1949 namespace{
4304 namespace
4318 namespace
4395 namespace
[all …]
H A Dtest_perl.vim261 " Run first to get a clean namespace
/vim-8.2.3635/runtime/autoload/xml/
H A Dxsl.vim6 …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 Dxsd.vim12 \ {'namespace' : [], 'id' : []} ],
15 \ {'namespace' : [], 'schemaLocation' : [], 'id' : []} ],
48 \ {'namespace' : [], 'processContents' : [], 'minOccurs' : [], 'maxOccurs' : [], 'id' : []} ],
111 \ {'namespace' : [], 'processContents' : [], 'id' : []} ],
/vim-8.2.3635/runtime/syntax/
H A Dxquery.vim26 … 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 Dxslt.vim47 syn match xslElement '\%(xsl:\)\@<=namespace'
48 syn match xslElement '\%(xsl:\)\@<=namespace-alias'
H A Dwsml.vim14 syn keyword wsmlNamespace namespace
26 syn region wsmlNamespace start="namespace" end="}" contains=wsmlIdentifier
H A Dprogress.vim157 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 Dobjcpp.vim17 syn keyword objCppNonStructure class template namespace transparent contained
H A Drnc.vim43 syn keyword rncKeyword include inherit list mixed name namespace
H A Dtcl.vim24 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 Dautodoc.vim30 syn keyword autodocRegion contained class module namespace
H A Dclojure.vim32namespace","clojure.core/namespace-munge","clojure.core/nat-int?","clojure.core/neg-int?","clojure…
36namespace-maps*","*print-readably*","*read-eval*","*reader-resolver*","*source-path*","*suppress-r…
H A Dr.vim106 " https://github.com/klutometis/roxygen/R/namespace.R
150 " namespace.R
H A Dcpp.vim30 syn keyword cppStructure class typename template namespace
H A Dxml.vim100 " namespace spec
H A Dawk.vim45 syn keyword awkStatement @include @load @namespace
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim170 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 Dxmlcomplete.vim13 " 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 Dclojurecomplete.vim12namespace-maps*","*print-readably*","*read-eval*","*reader-resolver*","*source-path*","*suppress-r…
/vim-8.2.3635/runtime/doc/
H A Dusr_46.txt175 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 Dindent.txt316 NN Indent inside C++ namespace N characters extra compared to a
320 namespace { namespace {
324 namespace my namespace my
H A Dif_tcl.txt84 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 Dvim9.txt259 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 Dvim9execute.c2124 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()

12