Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 25 of 87) sorted by relevance

1234

/vim-8.2.3635/runtime/autoload/xml/
H A Dxsl.vim22 … \ 'namespace-alias' : [[], {'stylesheet-prefix' : ['#default'], 'result-prefix' : ['#default']}],
31 …'import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param…
34 …'import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param…
/vim-8.2.3635/runtime/autoload/
H A Dsqlcomplete.vim52 " name or table alias was provided (Jonas Enberg).
55 " consider the partial name to be a table or table alias for the
143 " Default the option to verify table alias
329 " without a table name of alias present, assume they want
390 " without a table name of alias present, assume they want
411 " for a table (and or an alias to a table).
508 " Match to a owner.table or alias.column type match
822 " by its alias, assuming the table_name provided was actually
823 " the alias for the table instead
881 " '\s\+\<'.table_name.'\>' - Followed by the alias
[all …]
H A Dpython3complete.vim559 for mod, alias in imports:
561 if len(alias) > 0: loc += " as %s" % alias
570 for name, alias in names:
572 if len(alias) > 0: loc += " as %s" % alias
H A Dpythoncomplete.vim577 for mod, alias in imports:
579 if len(alias) > 0: loc += " as %s" % alias
588 for name, alias in names:
590 if len(alias) > 0: loc += " as %s" % alias
/vim-8.2.3635/runtime/syntax/
H A Dradiance.vim34 syn keyword radianceExtraType contained alias instance
61 " type color as well, and the int count (or alias reference) gets id color.
63 syn region radianceID start="\<alias\>" end="\<\k*\>" contains=radianceExtraType
H A Dmodconf.vim22 syn keyword modconfPreProc alias define include keep prune
H A Dmailaliases.vim2 " Language: aliases(5) local alias database file
H A Dtcsh.vim45 " (un)alias, if, while, else, bindkey
62 " alias and unalias (contains special aliases)
64 syn keyword tcshBuiltin nextgroup=tcshAliCmd skipwhite alias unalias
H A Ddune.vim23 …lispDecl jbuild_version library executable executables rule ocamllex ocamlyacc menhir alias install
H A Dreadline.vim351 \ alias-expand-line
352 \ history-and-alias-expand-line
H A Dreva.vim76 Builtin >class >lz >name >xt alias alias: appname argc asciiz, asciizl,
H A Dxslt.vim48 syn match xslElement '\%(xsl:\)\@<=namespace-alias'
H A Dbtm.vim93 syn keyword btmBuiltInFunc contained alias ascii attrib cdrom
150 syn keyword btmCommand alias append assign attrib
H A Dsystemverilog.vim37 syn keyword systemverilogStatement alias matches solve static assert
H A Dprivoxy.vim54 syn match privoxyHeader "^\s*\zs{{\%(alias\|settings\)}}\ze\s*$"
H A Damiga.vim44 syn keyword amiKey alias date fixfonts lab printergfx setfont
H A Dxkb.vim44 syn keyword xkbIdentifier action affect alias allowExplicit approx baseColor button clearLocks colo…
H A Dampl.vim79 syn keyword amplBuiltInFunction abs acos acosh alias asin
H A Dmel.vim29 sy keyword melKeyword alias
H A Delm.vim15 syn keyword elmAlias alias
/vim-8.2.3635/runtime/ftplugin/
H A Dzimbu.vim93 iabbr <buffer> <expr> alias GCUpperSpace("alias")
141 \ " | iunabbr <buffer> alias" ..
H A Dlogtalk.dict10 alias
H A Deiffel.vim34 …=\|rescue\|_then\|elseif\|else\|when\|\s\@<=invariant\|_until\|_loop\|variant\|_as\|alias\)\>\):' .
/vim-8.2.3635/runtime/doc/
H A Dft_sql.txt565 decide on a reasonable table alias. You are then prompted to
566 either accept of change the alias. Press OK.
568 replaced with the comma separate list of columns with the alias
584 In INSERT mode after typing the final "c." which is an alias for the
589 "customer c", "c" is an alias for the customer table. The optional "AS"
618 a column list, an alias can be prepended to the beginning of each
621 n - do not use an alias
622 d - use the default (calculated) alias
623 a - ask to confirm the alias name
625 An alias is determined following a few rules:
/vim-8.2.3635/src/
H A Deval.c3404 char_u *alias; in eval7() local
3587 len = get_name_len(arg, &alias, evaluate, TRUE); in eval7()
3588 if (alias != NULL) in eval7()
3589 s = alias; in eval7()
3644 vim_free(alias); in eval7()
3899 char_u *alias; in eval_method() local
3909 if (alias != NULL) in eval_method()
3910 name = alias; in eval_method()
5502 char_u **alias, in get_name_len() argument
5511 *alias = NULL; // default to no alias in get_name_len()
[all …]

1234