Home
last modified time | relevance | path

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

12345678910>>...84

/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):
240 def quote(x: str) -> str: function
248 x = shlex.quote(x)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/argcomplete/
H A DChanges.rst12 - Fix completion after tokens with wordbreak chars (#197)
20 - Simplify nospace handling in global completion (#195)
28 - Fix completion for scripts run via python (#191)
50 - Let bash add or suppress trailing space (#159)
55 - Restore parser to its original state to allow reuse after completion
70 - Don't insert unnecessary leading quote char in completions (#152)
150 - New helper method for custom completion display.
167 - Use complete --nospace to avoid issues with directory completion.
180 - New keyword option "argcomplete.autocomplete(exclude=[...])" to suppress options (Issue #74).
181 - More speedups to code path for global completion hook negative result.
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/argcomplete/
H A DChanges.rst28 - Add SuppressCompleter to skip completion for specific arguments while
46 - Fix completion after tokens with wordbreak chars (#197)
54 - Simplify nospace handling in global completion (#195)
62 - Fix completion for scripts run via python (#191)
84 - Let bash add or suppress trailing space (#159)
89 - Restore parser to its original state to allow reuse after completion
104 - Don't insert unnecessary leading quote char in completions (#152)
184 - New helper method for custom completion display.
201 - Use complete --nospace to avoid issues with directory completion.
214 - New keyword option "argcomplete.autocomplete(exclude=[...])" to suppress options (Issue #74).
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/argcomplete/
H A DChanges.rst28 - Add SuppressCompleter to skip completion for specific arguments while
46 - Fix completion after tokens with wordbreak chars (#197)
54 - Simplify nospace handling in global completion (#195)
62 - Fix completion for scripts run via python (#191)
84 - Let bash add or suppress trailing space (#159)
89 - Restore parser to its original state to allow reuse after completion
104 - Don't insert unnecessary leading quote char in completions (#152)
184 - New helper method for custom completion display.
201 - Use complete --nospace to avoid issues with directory completion.
214 - New keyword option "argcomplete.autocomplete(exclude=[...])" to suppress options (Issue #74).
[all …]
/dports/devel/py-argcomplete/argcomplete-1.12.3/
H A DChanges.rst43 - Remove .sh extension by bash-completion convention (#281)
76 - Register completion for multiple commands (#246)
123 - Fix completion after tokens with wordbreak chars (#197)
131 - Simplify nospace handling in global completion (#195)
139 - Fix completion for scripts run via python (#191)
161 - Let bash add or suppress trailing space (#159)
181 - Don't insert unnecessary leading quote char in completions (#152)
261 - New helper method for custom completion display.
278 - Use complete --nospace to avoid issues with directory completion.
291 - New keyword option "argcomplete.autocomplete(exclude=[...])" to suppress options (Issue #74).
[all …]
/dports/shells/yash/yash-2.51/share/completion/
H A Dpatch6 function completion/patch {
41 "s ${long:+--silent --quiet}; suppress informative messages"
90 command -f completion//parseoptions ${long:+-es}
93 command -f completion//completeoptions
116 complete -P "$PREFIX" -D "always quote in the shell style" shell-always
125 if command -vf completion//completebackup >/dev/null 2>&1 ||
126 . -AL completion/_backup; then
127 command -f completion//completebackup
H A Dtar7 function completion/tar {
40 "${sunos:+A}; suppress warnings about ACL"
163 "${gnu:+--quote-chars:}; specify characters to always quote"
164 "${gnu:+--quoting-style:}; specify how to quote filenames"
355 command -f completion//reexecute -e
382 . -AL completion/_backup; then
392 command -f completion//reexecute -e
424 . -AL completion/chmod; then
446 (--quote-chars|--no-quote-chars)
450 command -f completion//reexecute -e
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/ripgrep/
H A D_ripgrep4 # zsh completion function for ripgrep
9 # For convenience, a completion reference guide is included at the bottom of
169 '(--no-ignore-messages)--no-messages[suppress some error messages]'
170 $no"--messages[don't suppress error messages affected by --no-messages]"
291 '(-q --quiet)'{-q,--quiet}'[suppress normal output]'
418 # completion functions, a brief reference guide follows. This is in no way
456 # together when offering completion possibilities.
458 # The next line defines `-q`/`--quiet`. Here we don't want to suppress further
470 # suppress completion of other options afterwards.
526 # zsh completion functions generally adhere to the following conventions:
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
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]' \
268 [[ -z $compstate[quote] ]] && q='\\'
/dports/textproc/ripgrep/ripgrep-13.0.0/complete/
H A D_rg4 # zsh completion function for ripgrep
9 # For convenience, a completion reference guide is included at the bottom of
189 '(--no-ignore-messages)--no-messages[suppress some error messages]'
190 $no"--messages[don't suppress error messages affected by --no-messages]"
319 '(-q --quiet)'{-q,--quiet}'[suppress normal output]'
446 # completion functions, a brief reference guide follows. This is in no way
484 # together when offering completion possibilities.
486 # The next line defines `-q`/`--quiet`. Here we don't want to suppress further
498 # suppress completion of other options afterwards.
554 # zsh completion functions generally adhere to the following conventions:
[all …]
/dports/print/auctex/auctex-12.2/
H A DCHANGES236 'TeX-suppress-ignored-warnings', allow ignoring certain warnings
363 Users can then restrict completion using
678 'LaTeX-german-close-quote', 'LaTeX-german-quote-after-quote',
679 'LaTeX-italian-open-quote', 'LaTeX-italian-close-quote', and
680 'LaTeX-italian-quote-after-quote' are now obsolete. If you are not
682 'TeX-quote-language-alist' instead.
786 * You can customize the completion for graphic files with
939 'LaTeX-german-open-quote', 'LaTeX-german-close-quote' and
940 'LaTeX-german-quote-after-quote' instead of 'TeX-open-quote',
941 'TeX-close-quote' and 'TeX-quote-after-quote' if you want to
[all …]
/dports/math/R/R-4.1.2/src/library/utils/man/
H A Drcompgen.Rd16 \alias{completion}
49 logical, turning some optional completion features on and off.
85 \item{\code{argdb}:}{ When \code{args = TRUE}, completion is
106 otherwise depending on context (for example, when the open quote
111 completion). }
149 advanced types of completion are described below.
154 When the \code{ops} setting is turned on, completion after
166 When the \code{ns} setting is turned on, completion inside
221 of completion are also appropriate whenever argument completion
337 In most cases, filename completion is a reasonable fallback.
[all …]
/dports/math/libRmath/R-4.1.1/src/library/utils/man/
H A Drcompgen.Rd16 \alias{completion}
49 logical, turning some optional completion features on and off.
85 \item{\code{argdb}:}{ When \code{args = TRUE}, completion is
106 otherwise depending on context (for example, when the open quote
111 completion). }
149 advanced types of completion are described below.
154 When the \code{ops} setting is turned on, completion after
166 When the \code{ns} setting is turned on, completion inside
221 of completion are also appropriate whenever argument completion
337 In most cases, filename completion is a reasonable fallback.
[all …]
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dpl1.lang45 "compiletime", "completion", "complex", "cond", "condition", "conjg", "conn",
94 "putenv", "quote", "radix", "raise2", "random", "range", "rank", "real",
105 "substr", "subtract", "succ", "sum", "suppress", "sysin", "sysnull", "sysparm",
/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/www/googler/googler-4.3.2/
H A DCHANGELOG113 - Decode auto-completion info as per charset in response header
148 - Search auto-completion (using completion scripts)
232 - Logging and auto-completion script changes.
294 - Auto-completion scripts for Zsh, Bash and Fish shells
376 - Redirected stdout and stderr to suppress all warning & error messages when
427 - Convert %22 to " (double quote) in URLs
/dports/net-im/pidgin-twitter/pidgin-twitter-0.9.2/
H A DREADME21 * reply/favorite/retweet/quote tweet functionalities
24 * suppress oops message
28 * eliminate annoying post completion messages
215 This checkbox toggles suppress oops message feature for Twitter
284 - Annoying completion message which is returned from Wassr service
352 - Added support for retweet(RT) and quote tweet(QT).
/dports/print/auctex/auctex-12.2/doc/
H A Dchanges.texi305 @code{TeX-suppress-ignored-warnings}, allow ignoring certain warnings
478 Users can then restrict completion using
920 @code{LaTeX-german-close-quote}, @code{LaTeX-german-quote-after-quote},
921 @code{LaTeX-italian-open-quote}, @code{LaTeX-italian-close-quote}, and
922 @code{LaTeX-italian-quote-after-quote} are now obsolete. If you are not
1057 You can customize the completion for graphic files with
1063 completion and syntax highlighting.
1283 @code{LaTeX-german-close-quote} and
1284 @code{LaTeX-german-quote-after-quote} instead of @code{TeX-open-quote},
1285 @code{TeX-close-quote} and @code{TeX-quote-after-quote} if you want to
[all …]
/dports/shells/bash-completion/bash-completion-2.11/
H A DCHANGES1 bash-completion (2.11)
358 completion
406 completion
516 * test: port compgen and quote tests to pytest+pexpect
648 * make: quote eval array definitions to work around shellcheck
1369 * tipc: suppress tipc error messages
2044 * _command_offset: Properly quote arguments of eval (Alioth:
2053 * _filedir: Properly quote paths to avoid unexpected expansion.
2278 - bzip2, gzip, python, sysbench: quote command argument to _parse_help()
2851 - quote $xspec in _filedir_xspec in case it is empty, which would
[all …]
/dports/shells/zsh/zsh-5.8.1/
H A DChangeLog774 quote the string argument to zle -U
2483 override warnings; also suppress in function.
3638 quote when CSH_JUNKIE_QUOTES is set.
4183 quote backslashes.
4365 * unposted: Functions/Zle/url-quote-magic: fix typo
6316 suppress ERR_EXIT and ERR_RETURN.
9727 * unposted: Functions/Zle/url-quote-magic: mention
10848 for words; quote completion functions where needed in
11149 when command line has a quote
12673 after $' but before closing quote (if any).
[all …]
/dports/shells/zsh/zsh-5.8.1/Functions/Newuser/
H A Dzsh-newuser-install81 install_state[completion]=Recommended
524 Note that you shouldn't quote an initial ~ in file names." >&2
527 # don't suppress any errors, they may be useful.
528 # this means we need to suppress warncreateglobal.
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/japanese/ddskk/ddskk-16.2/
H A DChangeLog.32915 (skk-quote-char-1):
3214 return value in order to suppress a candidate that is equal to
4987 (skk-quote-char)
4990 (skk-compose-ignore-word-sub-quote-char): Call `skk-quote-char-1'.
5126 `skk-quote-char-alist'.
5586 * skk.el (skk-quote-char, skk-quote-semicolon): Call it.
6060 entry "quote-yahoo".
6069 (skk-w3m-make-query-quote-yahoo, skk-w3m-query-quote-yahoo):
7295 `skk-quote-semicolon'.
7314 * skk.el (skk-quote-char): Do not quote if WORD has an annotation.
[all …]
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-4.3548 suppress stderr for service list.
3088 * Jörg Sommer: 28063: Completion/Unix/Command/_rubber: suppress
3561 quote backslashes in :s modifier.
5018 suppress warning with WARN_CREATE_GLOBAL.
5539 * Functions/TCP/tcp_log: unposted: suppress WARN_CREATE_GLOBAL
6647 suppress error output in __git_is_treeish.
8481 * unposted: Src/utils.c: suppress harmless warning.
9480 * Roy Marples: 23762: configure.ac: need to suppress [...] quoting
9951 * Phil Pennock: 23529: Completion/compdump: quote completion dump
10712 * 23107, 23109: Config/defs.mk.in: suppress parallel makes.
[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:
276 backslashes that escape a double quote are now handled before the
422 + New completion scripts for:
446 + New completion scripts for:
486 + New completion scripts for:
620 suppress the auto-loaded script being printed.
640 + Command line completion
[all …]

12345678910>>...84