Home
last modified time | relevance | path

Searched +refs:completion +refs:func +refs:t (Results 1 – 25 of 4936) sorted by relevance

12345678910>>...198

/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/driver-api/usb/
H A DURB.rst16 This particular documentation file isn't complete and may not be
17 updated to the last version; don't rely on it except for a quick
79 // (IN/OUT) start_frame is set unless URB_ISO_ASAP isn't set
109 You may free an urb that you've submitted, but which hasn't yet been
119 :c:func:`usb_fill_control_urb`, :c:func:`usb_fill_bulk_urb` and
137 Just call :c:func:`usb_submit_urb`::
166 There are two ways to cancel an URB you've submitted but which hasn't
168 :c:func:`usb_unlink_urb`::
190 while :c:func:`usb_unlink_urb` or :c:func:`usb_kill_urb` is running, it will
218 I.e., it gets the URB that caused the completion call. In the completion
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/driver-api/usb/
H A DURB.rst16 This particular documentation file isn't complete and may not be
17 updated to the last version; don't rely on it except for a quick
79 // (IN/OUT) start_frame is set unless URB_ISO_ASAP isn't set
109 You may free an urb that you've submitted, but which hasn't yet been
119 :c:func:`usb_fill_control_urb`, :c:func:`usb_fill_bulk_urb` and
137 Just call :c:func:`usb_submit_urb`::
166 There are two ways to cancel an URB you've submitted but which hasn't
168 :c:func:`usb_unlink_urb`::
190 while :c:func:`usb_unlink_urb` or :c:func:`usb_kill_urb` is running, it will
218 I.e., it gets the URB that caused the completion call. In the completion
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/driver-api/usb/
H A DURB.rst16 This particular documentation file isn't complete and may not be
17 updated to the last version; don't rely on it except for a quick
79 // (IN/OUT) start_frame is set unless URB_ISO_ASAP isn't set
109 You may free an urb that you've submitted, but which hasn't yet been
119 :c:func:`usb_fill_control_urb`, :c:func:`usb_fill_bulk_urb` and
137 Just call :c:func:`usb_submit_urb`::
166 There are two ways to cancel an URB you've submitted but which hasn't
168 :c:func:`usb_unlink_urb`::
190 while :c:func:`usb_unlink_urb` or :c:func:`usb_kill_urb` is running, it will
218 I.e., it gets the URB that caused the completion call. In the completion
[all …]
/dports/games/flightgear-data/fgdata/Nasal/
H A Dprop_key_handler.nas45 var input = nil; # what the user typed (doesn't contain unconfirmed autocompleted parts)
51 var completion = [];
112 } elsif (key == `\t`) { # tab
188 # writes that don't change the value.
193 # [In any case, the setlistener() API isn't able to
267 call(func {
285 completion = [];
299 completion = sort(completion, func(a, b) cmp(a[1], b[1]) or a[2] - b[2]);
306 return in; # can't complete broken path or assignment
310 completion_pos = size(completion) - 1;
[all …]
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_cmdline.vim10 call feedkeys(":e Xtest\t\r", "tx")
14 call feedkeys(":e %\t\r", "tx")
22 call assert_equal('test', expand('%:t'))
24 " If a command doesn't support completion, then CTRL-D should be literally
696 " completion
846 " completion for a command that doesn't take additional arguments
1589 call feedkeys(":MyCmd \t\t\<F2>\<C-B>\"\<CR>", 'xt')
1596 call feedkeys(":MyCmd o\t\t\t\t\<C-B>\"\<CR>", 'xt')
1600 call feedkeys(":MyCmd one\t\t\<C-B>\"\<CR>", 'xt')
1610 call feedkeys(":MyCmd \t\t\<C-B>\"\<CR>", 'xt')
[all …]
H A Dtest_expr.vim656 " completion for tab local variables
657 let t:tvar1 = 10
658 let t:tvar2 = 10
660 call assert_equal('"echo t:tvar1 t:tvar2', @:)
661 unlet t:tvar1 t:tvar2
663 " completion for variables
668 " completion for variables after a ||
672 " completion for options
680 " completion for string
686 " completion for command after a |
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/
H A Dcompinit116 # completion to the outside.
173 local IFS=$'\'\ \\t\\r\\n\\0\'';
322 func="$1"
338 bindkey "$3" | IFS=$' \t' read -A opt
355 zle -C "$func" "$1" "$func"
358 zle -C "$func" ".$1" "$func"
365 bindkey "$i" | IFS=$' \t' read -A opt
481 IFS=$' \t' read -rA _i_line < "$_comp_dumpfile"
500 _i_name="${_i_file:t}"
503 IFS=$' \t' read -rA _i_line < $_i_file
[all …]
/dports/databases/py-pgcli/pgcli-3.2.0/pgcli/
H A Dpgcompleter.py54 completion, prio, meta, synonyms or [completion], prio2, display or completion
239 if func in metadata[schema]:
242 metadata[schema][func] = [f]
244 self.all_completions.add(func)
446 completion=Completion(
490 return [m.completion for m in matches]
562 completion=Completion(
766 def _arg_list(self, func, usage): argument
778 args = func.args()
984 cols = func.fields()
[all …]
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/docs/pages/
H A Dasking_for_input.rst112 for cases where where our custom Pygments style doesn't specify a color.
158 :func:`~prompt_toolkit.styles.style_from_pygments_cls`.
477 If the input validation contains some heavy CPU intensive code, but you don't
564 When suggestions are based on the history, don't forget to share one
710 @bindings.add('c-t')
712 " Say 'hello' when `c-t` is pressed. "
728 This ensures that the output of the print-statement and the prompt don't mix
729 up. If the key bindings doesn't print anything, then it can be handled directly
759 @bindings.add('c-t', filter=is_active)
937 freeze the whole application. Asyncio actually won't even allow us to run that
[all …]
/dports/shells/zsh/zsh-5.8.1/Functions/Zle/
H A Dincremental-complete-word1 # Autoload this function, run `zle -N <func-name>' and bind <func-name>
5 # This allows incremental completion of a word. After starting this
6 # command, a list of completion choices can be shown after every character
8 # completion so far. You can hit TAB to do normal completion, ^g to
11 # This works only with the new function based completion system.
14 # zstyle ':completion:incremental:*' completer _complete _ignored
18 # The _oldlist completer breaks incremental completion. Use a context-
26 unsetopt autolist menucomplete automenu # doesn't work well
40 if zstyle -t ":incremental" list; then
78 elif [[ '#key' -eq '#\\t' ]]; then
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/Base/Core/
H A D_main_complete4 # completion is attempted from the command line.
11 local IFS=$' \t\n\0'
27 local func funcs ret=1 tmp _compskip format nm call match min max i num\
73 zstyle -t ":completion:vared${curcontext}:" insert-tab; then
107 # We can't really do that because the current value of $MENUSELECT
168 for func in "$funcs[@]"; do
169 "$func"
187 zstyle -t ":completion:${curcontext}:" show-completer &&
188 zle -R "Trying completion for :completion:${curcontext}"
397 for func in "$funcs[@]"; do
[all …]
/dports/devel/liteide/gocode-cfcb188102ae/docs/
H A DIDE_integration.md8 Gocode proposes completion depending on current scope and context. Currently some obvious features …
9 * No keywords completion (no context-sensitive neither absolute)
10 * No package names completion
11 * No completion proposal priority
16 …ull path (relative or absolute) to target file as parameter, otherwise completion will be incomple…
17 …ode will produce completions `Printf`, `Produce`, etc. In other words, completion contains identif…
20 Use autocomplete command to produce completion assistance for particular position at file:
36 # make sure gocode server isn't running
52 func main() {
59 func Fields(s []byte) [][]byte
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/completion/
H A Dworker.py13 from calibre.gui2.tweak_book.completion.basic import Request
14 from calibre.gui2.tweak_book.completion.utils import DataError
54 t.daemon = True
55 t.start()
78 from calibre.gui2.tweak_book.completion.basic import handle_data_request
149 t = self.reap_thread = Thread(target=p.wait)
150 t.daemon = True
151 t.start()
171 def run_main(control_fd, data_fd, func): argument
177 func(control_conn, data_conn)
[all …]
/dports/security/gopass/gopass-1.13.0/vendor/github.com/urfave/cli/v2/docs/v2/
H A Dmanual.md24 * [Bash Completion](#bash-completion)
25 + [Default auto-completion](#default-auto-completion)
26 + [Custom auto-completion](#custom-auto-completion)
814 Aliases: []string{"t"},
1017 #### Default auto-completion
1051 Aliases: []string{"t"},
1081 #### Custom auto-completion
1116 for _, t := range tasks {
1117 fmt.Println(t)
1179 The default shell completion flag (`--generate-bash-completion`) is defined as
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/urfave/cli/v2/docs/v2/
H A Dmanual.md24 * [Bash Completion](#bash-completion)
25 + [Default auto-completion](#default-auto-completion)
26 + [Custom auto-completion](#custom-auto-completion)
814 Aliases: []string{"t"},
1017 #### Default auto-completion
1051 Aliases: []string{"t"},
1081 #### Custom auto-completion
1116 for _, t := range tasks {
1117 fmt.Println(t)
1179 The default shell completion flag (`--generate-bash-completion`) is defined as
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/urfave/cli/v2/docs/v2/
H A Dmanual.md24 * [Bash Completion](#bash-completion)
25 + [Default auto-completion](#default-auto-completion)
26 + [Custom auto-completion](#custom-auto-completion)
814 Aliases: []string{"t"},
1017 #### Default auto-completion
1051 Aliases: []string{"t"},
1081 #### Custom auto-completion
1116 for _, t := range tasks {
1117 fmt.Println(t)
1179 The default shell completion flag (`--generate-bash-completion`) is defined as
[all …]
/dports/net/croc/croc-9.5.0/vendor/github.com/schollz/cli/v2/docs/v2/
H A Dmanual.md24 * [Bash Completion](#bash-completion)
25 + [Default auto-completion](#default-auto-completion)
26 + [Custom auto-completion](#custom-auto-completion)
810 Aliases: []string{"t"},
1013 #### Default auto-completion
1047 Aliases: []string{"t"},
1077 #### Custom auto-completion
1112 for _, t := range tasks {
1113 fmt.Println(t)
1175 The default shell completion flag (`--generate-bash-completion`) is defined as
[all …]
/dports/devel/taskctl/taskctl-1.4.2/vendor/github.com/urfave/cli/v2/docs/v2/
H A Dmanual.md23 * [Bash Completion](#bash-completion)
24 + [Default auto-completion](#default-auto-completion)
25 + [Custom auto-completion](#custom-auto-completion)
804 Aliases: []string{"t"},
1007 #### Default auto-completion
1041 Aliases: []string{"t"},
1071 #### Custom auto-completion
1106 for _, t := range tasks {
1107 fmt.Println(t)
1169 The default shell completion flag (`--generate-bash-completion`) is defined as
[all …]
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/urfave/cli/v2/docs/v2/
H A Dmanual.md23 * [Bash Completion](#bash-completion)
24 + [Default auto-completion](#default-auto-completion)
25 + [Custom auto-completion](#custom-auto-completion)
804 Aliases: []string{"t"},
1007 #### Default auto-completion
1041 Aliases: []string{"t"},
1071 #### Custom auto-completion
1106 for _, t := range tasks {
1107 fmt.Println(t)
1169 The default shell completion flag (`--generate-bash-completion`) is defined as
[all …]
/dports/www/ytdl/ytdl-0.6.4/vendor/github.com/urfave/cli/v2/docs/v2/
H A Dmanual.md23 * [Bash Completion](#bash-completion)
24 + [Default auto-completion](#default-auto-completion)
25 + [Custom auto-completion](#custom-auto-completion)
804 Aliases: []string{"t"},
1007 #### Default auto-completion
1041 Aliases: []string{"t"},
1071 #### Custom auto-completion
1106 for _, t := range tasks {
1107 fmt.Println(t)
1169 The default shell completion flag (`--generate-bash-completion`) is defined as
[all …]
/dports/shells/zsh/zsh-5.8.1/StartupFiles/
H A Dzshrc54 for func in $^fpath/*(N-.x:t); autoload $func
68 # Hosts to use for completion (see later zstyle)
89 WATCHFMT='%n %a %l from %m at %t.'
131 zstyle -e ':completion:*:approximate:*' max-errors \
138 zstyle ':completion:*' verbose yes
139 zstyle ':completion:*:descriptions' format '%B%d%b'
140 zstyle ':completion:*:messages' format '%d'
143 zstyle ':completion:*' group-name ''
146 zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
159 # the same for old style completion
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/testdata/lsp/primarymod/keywords/
H A Daccidental_keywords.go.in3 // non-matching candidate - shouldn't show up as completion
6 func _() {
13 func _() {
20 func _() {
26 func _() {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/testdata/keywords/
H A Daccidental_keywords.go.in3 // non-matching candidate - shouldn't show up as completion
6 func _() {
13 func _() {
20 func _() {
26 func _() {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/lsp/testdata/keywords/
H A Daccidental_keywords.go.in3 // non-matching candidate - shouldn't show up as completion
6 func _() {
13 func _() {
20 func _() {
26 func _() {
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/internal/lsp/testdata/keywords/
H A Daccidental_keywords.go.in3 // non-matching candidate - shouldn't show up as completion
6 func _() {
13 func _() {
20 func _() {
26 func _() {

12345678910>>...198