Home
last modified time | relevance | path

Searched +refs:completion +refs:suppress +refs:append (Results 1 – 25 of 2188) sorted by relevance

12345678910>>...88

/dports/x11/kitty/kitty-0.23.1/kittens/ssh/
H A Dmain.py9 from contextlib import suppress
11 from .completion import ssh_options, complete
165 with suppress(Exception):
174 with suppress(Exception):
205 server_args.append(arg)
218 ssh_args.append(arg)
231 ssh_args.append(arg)
234 server_args.append(arg)
290 cmd.append('-t')
291 cmd.append('--')
[all …]
/dports/devel/py-argcomplete/argcomplete-1.12.3/argcomplete/
H A D__init__.py74 words.append(word)
97 words.append(word)
107 def default_validator(completion, prefix): argument
108 return completion.startswith(prefix)
230 comp_words.append(cword_prefix.split("=", 1)[0])
294 completer.visited_positionals.append(parser)
295 completer.active_parsers.append(parser)
348 aliases_by_parser.setdefault(p, []).append(key)
380 if isinstance(completer, SuppressCompleter) and completer.suppress():
449 if isinstance(completer, SuppressCompleter) and completer.suppress():
[all …]
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Dcppcheck1 # bash completion for cppcheck(1) -*- shell-script -*-
9 --append | --exitcode-suppressions | --rule-file | --config-excludes-file | \
14 -D | -U | --rule | --suppress | --template | --max-configs | -h | --help | --version | \
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/vim/keybindings/
H A Dvim.css86 "hide-completion" ()
94 "hide-completion" ()
101 "hide-completion" ()
2138 bind "<ctrl>n" { "cycle-completion" (down) };
2139 bind "<ctrl>p" { "cycle-completion" (up) };
2151 "hide-completion" ()
2160 "hide-completion" ()
2786 -IdeSourceViewMode-suppress-unbound: true;
2795 -IdeSourceViewMode-suppress-unbound: true;
2804 -IdeSourceViewMode-suppress-unbound: true;
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/argcomplete/
H A D__init__.py74 words.append(word)
97 words.append(word)
105 def default_validator(completion, prefix): argument
106 return completion.startswith(prefix)
271 completer.visited_positionals.append(parser)
272 completer.active_parsers.append(parser)
303 completer.visited_positionals.append(self)
356 if isinstance(completer, SuppressCompleter) and completer.suppress():
439 completions.append(next_completion)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/argcomplete/argcomplete/
H A D__init__.py74 words.append(word)
97 words.append(word)
105 def default_validator(completion, prefix): argument
106 return completion.startswith(prefix)
269 completer.visited_positionals.append(parser)
270 completer.active_parsers.append(parser)
301 completer.visited_positionals.append(self)
354 if isinstance(completer, SuppressCompleter) and completer.suppress():
437 completions.append(next_completion)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/argcomplete/argcomplete/
H A D__init__.py74 words.append(word)
97 words.append(word)
105 def default_validator(completion, prefix): argument
106 return completion.startswith(prefix)
269 completer.visited_positionals.append(parser)
270 completer.active_parsers.append(parser)
301 completer.visited_positionals.append(self)
354 if isinstance(completer, SuppressCompleter) and completer.suppress():
437 completions.append(next_completion)
/dports/shells/yash/yash-2.51/share/completion/
H A Dtar7 function completion/tar {
39 "${gnu:+A --catenate --concatenate}; append archives to another archive"
40 "${sunos:+A}; suppress warnings about ACL"
78 "r ${long:+--append}; append files to an existing archive"
179 "${gnu:+--suffix:}; specify a suffix to append to backup file names"
273 (-[cru]|--append|--create|--update)
355 command -f completion//reexecute -e
382 . -AL completion/_backup; then
424 . -AL completion/chmod; then
450 command -f completion//reexecute -e
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/Zsh/Command/
H A D_fc19 '(-A -R -W -e -p -P)-n[suppress line numbers]'
65 'A[append history to file]',\
71 zstyle -s ":completion:${curcontext}:" list-separator sep || sep=--
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_perforce247 # will also happily append the appropriate suffix if you try to complete
415 '-q[suppress startup message]' \
687 # Range allowed: append comma and supply rules for
1713 '-q[suppress one-line header]' \
1892 '-q[suppress normal output messages]' \
2156 '-q[suppress normal output messages]' \
2224 '-s[suppress errors on long lines]' \
2312 '-q[suppress normal output messages]' \
2477 '-q[suppress normal output messages]' \
2718 '-k[suppress keyword expansion]' \
[all …]
H A D_texinfo20 zstyle -s ":completion:${curcontext}:" cache-policy update_policy
22 zstyle ":completion:${curcontext}:" cache-policy \
77 '--quiet[suppress informational output]' \
104 '--quiet[suppress warnings]' \
121 '--no-validate[suppress node cross-reference validation]' \
122 '--no-warn[suppress warnings]' \
130 '--no-headers[suppress node separators and menus]' \
138 '(--docbook --xml)--no-split[suppress splitting of output]' \
156 '-I[specify directory to append to @include search path]:directory:_files -/' \
H A D_sed19 'a:append text'
21 'r:append contents of file'
36 'G:append hold space to pattern space'
37 'H:append pattern space to hold space'
39 'N:append the next line of input to the pattern space'
51 '(-n --quiet --silent)'{-n,--quiet,--silent}'[suppress automatic printing of pattern space]'
85 'R:append a line from file'
124 zstyle -s ":completion:${curcontext}:address-forms" list-separator separator || separator=--
H A D_cvs66 # define completion functions for each cvs command
89 '-A+:access list to append (not work with CVS)' \
199 oss='-W --width --left-column --suppress-common-lines'
247 "($ofwy $ouc)--suppress-common-lines[do not output common lines]" \
605 # define completion functions for cvs global options.
612 # define completion functions for cvs common options and arguments.
656 if zstyle -T ":completion:${curcontext}:" remote-access; then
686 if zstyle -T ":completion:${curcontext}:" remote-access; then
738 if zstyle -T ":completion:${curcontext}:" remote-access; then
795 if zstyle -T ":completion:${curcontext}:" remote-access; then
[all …]
H A D_git3 # Some parts of this completion's behaviour are configurable:
38 # % zstyle ':completion:*:*:git*:*' use-fallback false
1274 append:'append notes to a given object'
1333 (append)
6422 append=(
6429 append+=(
6436 append=(
6447 append=(
6456 append=(
6461 (( $#append )) || return 1
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dclojurecomplete.vim1 " Vim completion script
12suppress-read*","*unchecked-math*","*use-context-classloader*","*verbose-defrecords*","*warn-on-re…
14 " Simple word completion for special forms and public vars in clojure.core
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dclojurecomplete.vim1 " Vim completion script
12suppress-read*","*unchecked-math*","*use-context-classloader*","*verbose-defrecords*","*warn-on-re…
14 " Simple word completion for special forms and public vars in clojure.core
/dports/devel/ipython/ipython-7.29.0/docs/source/whatsnew/
H A Dversion6.rst34 own completion machinery. We discovered some problems with the completions
124 - Quotes in a filename are always escaped during tab-completion on non-Windows.
148 - To suppress log state messages, you can now either use ``%logstart -q``, pass
164 a valid completion, I can type ``f_b<tab>`` will complete to it. :ghpull:`10537`
186 IPython 6 features a major improvement in the completion machinery which is now
206 New completion API and Interface
221 and will suggest completions like `.capitalize`. The completion power of IPython
240 like case-insensitive completion and completion after division operator: See
285 a bit more for the sour as some documents like this one are append only and
/dports/shells/zsh/zsh-5.8.1/Functions/Newuser/
H A Dzsh-newuser-install81 install_state[completion]=Recommended
527 # don't suppress any errors, they may be useful.
528 # this means we need to suppress warncreateglobal.
781 # No current start marker; just append.
836 (0) Don't turn on completion.
842 install_state[completion]="Unsaved changes"
848 install_state[completion]="Configured"
857 install_state[completion]="Recommended"
931 install_state[completion]="Saved"
1016 print -r " the new completion system.\
[all …]
/dports/math/polymake/polymake-4.5/demo/
H A Ddata.ipynb68 … "TAB completion like in a usual UNIX shell supports you in navigating through the file system.\n",
71 …ically be added to the original file at the end of the session. You can suppress this with the com…
127 …"The only difference is in filename handling: `load` can find a data file by trying to append file…
/dports/shells/bash-completion/bash-completion-2.11/
H A DCHANGES1 bash-completion (2.11)
358 completion
406 completion
617 completion
703 * modprobe: append = to module parameter completions
953 completion
1369 * tipc: suppress tipc error messages
1536 completion
1905 - make: Do not append space if target is a filepath.
1976 - lzip: Do not append space after equal sign in long options.
[all …]
/dports/shells/yash/yash-2.51/
H A DNEWS68 . Updated completion scripts:
91 . Updated completion scripts:
142 . Updated completion scripts:
204 . Updated completion scripts:
422 + New completion scripts for:
446 + New completion scripts for:
486 + New completion scripts for:
529 + New completion scripts for:
620 suppress the auto-loaded script being printed.
640 + Command line completion
[all …]
/dports/shells/zsh/zsh-5.8.1/
H A DChangeLog483 Doc/Zsh/options.yo: POSIX_CD needs to suppress special
539 under the append redirection operators, >> and >>!.
2483 override warnings; also suppress in function.
6240 Promise append semantics.
6283 should suppress ERR_EXIT inside the complex command.
6316 suppress ERR_EXIT and ERR_RETURN.
7357 added without one, to preserve append ordering
12331 * 33841: Doc/Zsh/params.yo: explain array append a bit better
12698 cut buffer not append to it
15075 suppress stderr from jar when completing classes.
[all …]
H A DNEWS55 The option CD_SILENT was added to suppress all output from cd (whether
61 cycling between them using menu completion.
639 - Directory-changing builtins take an option -q to suppress side
737 accept-exact-dirs: suppress path expansion of directory components
740 path-completion: can be used to suppress directory components before
813 shell instances, with completion support.
899 - `+=' to append to parameters which works for scalars, arrays and (with
1130 - approximate completion and spelling correction via completion
1133 - coloured completion lists
1413 Greatly expanded completion possibilities. Programmable completion
[all …]
/dports/editors/xvile/vile-9.8v/
H A DCHANGES.R5438 + filec.c (headers): Don't suppress inclusion of dirstuff.h
563 clears the existing response -- it used to append the
1093 + suppress compiler warning in glob.c
1097 mode will suppress it. (search.c)
1172 modes + variables to suppress "no"-prefix, etc. Made related
1370 + a new mode, "warn-unread", which will suppress the above behavior
1456 append garbage to the file because the size was overstated by
1671 if a macro calls "end-of-line" followed by "append-string" where
1768 + corrected end-of-line problem with autoindent that broke 'append-string'
1796 overly complicated. so instead, i suppress the mapping of an ASCII
[all …]
/dports/editors/vile/vile-9.8v/
H A DCHANGES.R5438 + filec.c (headers): Don't suppress inclusion of dirstuff.h
563 clears the existing response -- it used to append the
1093 + suppress compiler warning in glob.c
1097 mode will suppress it. (search.c)
1172 modes + variables to suppress "no"-prefix, etc. Made related
1370 + a new mode, "warn-unread", which will suppress the above behavior
1456 append garbage to the file because the size was overstated by
1671 if a macro calls "end-of-line" followed by "append-string" where
1768 + corrected end-of-line problem with autoindent that broke 'append-string'
1796 overly complicated. so instead, i suppress the mapping of an ASCII
[all …]

12345678910>>...88