Home
last modified time | relevance | path

Searched refs:autocompletion (Results 1 – 25 of 3726) sorted by relevance

12345678910>>...150

/dports/net/rclone/rclone-1.57.0/docs/content/commands/
H A Drclone_completion.md3 description: "generate the autocompletion script for the specified shell"
10 generate the autocompletion script for the specified shell
15 Generate the autocompletion script for rclone for the specified shell.
30 * [rclone completion bash](/commands/rclone_completion_bash/) - generate the autocompletion script…
31 * [rclone completion fish](/commands/rclone_completion_fish/) - generate the autocompletion script…
32 …powershell](/commands/rclone_completion_powershell/) - generate the autocompletion script for pow…
33 * [rclone completion zsh](/commands/rclone_completion_zsh/) - generate the autocompletion script f…
H A Drclone_completion_powershell.md3 description: "generate the autocompletion script for powershell"
10 generate the autocompletion script for powershell
15 Generate the autocompletion script for powershell.
39 * [rclone completion](/commands/rclone_completion/) - generate the autocompletion script for the s…
H A Drclone_completion_fish.md3 description: "generate the autocompletion script for fish"
10 generate the autocompletion script for fish
15 Generate the autocompletion script for the fish shell.
41 * [rclone completion](/commands/rclone_completion/) - generate the autocompletion script for the s…
H A Drclone_completion_zsh.md3 description: "generate the autocompletion script for zsh"
10 generate the autocompletion script for zsh
15 Generate the autocompletion script for the zsh shell.
46 * [rclone completion](/commands/rclone_completion/) - generate the autocompletion script for the s…
H A Drclone_completion_bash.md3 description: "generate the autocompletion script for bash"
10 generate the autocompletion script for bash
15 Generate the autocompletion script for the bash shell.
47 * [rclone completion](/commands/rclone_completion/) - generate the autocompletion script for the s…
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/framework/private/
H A Dautocomplete.rkt4 (provide autocompletion-cursor<%> autocompletion-cursor%)
9 (define autocompletion-cursor<%>
14 narrow ; char -> autocompletion-cursor<%>
15 widen)) ; char -> autocompletion-cursor<%>
53 ;; autocompletion-cursor<%> implementation
55 (define autocompletion-cursor%
56 (class* object% (autocompletion-cursor<%>)
84 (new autocompletion-cursor%
93 (new autocompletion-cursor%
/dports/www/gohugo/hugo-0.91.2/docs/content/en/commands/
H A Dhugo_completion.md8 generate the autocompletion script for the specified shell
13 Generate the autocompletion script for hugo for the specified shell.
44 * [hugo completion bash](/commands/hugo_completion_bash/) - generate the autocompletion script for…
45 * [hugo completion fish](/commands/hugo_completion_fish/) - generate the autocompletion script for…
46 …n powershell](/commands/hugo_completion_powershell/) - generate the autocompletion script for pow…
47 * [hugo completion zsh](/commands/hugo_completion_zsh/) - generate the autocompletion script for z…
H A Dhugo_gen_autocomplete.md8 Generate shell autocompletion script for Hugo
12 Generates a shell autocompletion script for Hugo.
33 -f, --completionfile string autocompletion file, defaults to stdout
35 …-t, --type string autocompletion type (bash, zsh, fish, or powershell) (default "bash")
/dports/devel/git-town/git-town-7.6.0/features/completions/
H A Dshell-completions.feature4 I want to use Git Town with autocompletion
7 Scenario: verifying command output plausibility for fish autocompletion
14 Scenario: verifying command output plausibility for Bash autocompletion
21 Scenario: verifying command output plausibility for zsh autocompletion
28 Scenario: verifying command output plausibility for PowerShell autocompletion
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/commands/
H A Dshell.php41 $autocompletion = false;
44 $autocompletion = ' Tab auto-completion support available.';
51 …') . ' is the simplest and most important sub-command.' . ($autocompletion ? $autocompletion : '')…
53 if($autocompletion)
86 if($autocompletion)
/dports/deskutils/py-todoman/todoman-4.1.0/docs/source/
H A Dinstall.rst52 bash autocompletion (optional)
55 There is an autocompletion function for bash provided in the ``contrib``
56 directory. If you want to enable autocompletion for todoman in bash, copy the
57 file ``contrib/autocompletion/bash/_todo`` to any directory you want. Typically
68 zsh autocompletion (optional)
71 There is an autocompletion function for zsh provided in the ``contrib``
72 directory. If you want to enable autocompletion for todoman in zsh, copy the
73 file ``contrib/autocompletion/zsh/_todo`` to any directory in your ``$fpath``.
/dports/misc/timetrace/timetrace-0.14.2/completion/bash/
H A Denable.sh2 cp -r autocompletion/ $HOME/.timetrace/
10 if [ -f \$TIMETRACE_DIR/autocompletion/bash/timetrace.sh ]; then
11 . \$TIMETRACE_DIR/autocompletion/bash/timetrace.sh
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Domnibox_text_field.cc26 void OmniboxTextField::SetAutocompletion(const Autocompletion& autocompletion) { in SetAutocompletion() argument
27 if (autocompletion.suffix.empty()) in SetAutocompletion()
32 if (current_base != autocompletion.input) in SetAutocompletion()
36 info.text = current_base + autocompletion.suffix; in SetAutocompletion()
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_ins_complete_no_halt.vim9 let g:autocompletion = v:true
13 if pumvisible() && (g:autocompletion == v:true)
17 …if ((v:char >= 'a' && v:char <= 'z') || (v:char >= 'A' && v:char <= 'Z')) && (g:autocompletion == …
33 if pumvisible() && (g:autocompletion == v:true)
37 …if ((v:char >= 'a' && v:char <= 'z') || (v:char >= 'A' && v:char <= 'Z')) && (g:autocompletion == …
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_ins_complete_no_halt.vim9 let g:autocompletion = v:true
13 if pumvisible() && (g:autocompletion == v:true)
17 …if ((v:char >= 'a' && v:char <= 'z') || (v:char >= 'A' && v:char <= 'Z')) && (g:autocompletion == …
33 if pumvisible() && (g:autocompletion == v:true)
37 …if ((v:char >= 'a' && v:char <= 'z') || (v:char >= 'A' && v:char <= 'Z')) && (g:autocompletion == …
/dports/devel/py-typer/typer-0.4.0/typer/
H A Dcore.py50 autocompletion: Optional[
54 if autocompletion is not None and self._custom_shell_complete is None:
72 for c in autocompletion(ctx, [], incomplete): # type: ignore
107 autocompletion: Optional[Callable[..., Any]] = None,
135 kwargs["autocompletion"] = autocompletion
139 self, autocompletion=autocompletion
219 autocompletion: Optional[Callable[..., Any]] = None,
267 kwargs["autocompletion"] = autocompletion
271 self, autocompletion=autocompletion
H A Dparams.py26 autocompletion: Optional[Callable[..., Any]] = None,
75 autocompletion=autocompletion,
131 autocompletion: Optional[Callable[..., Any]] = None,
174 autocompletion=autocompletion,
H A Dmodels.py175 autocompletion: Optional[Callable[..., Any]] = None,
214 self.autocompletion = autocompletion
264 autocompletion: Optional[Callable[..., Any]] = None,
312 autocompletion=autocompletion,
371 autocompletion: Optional[Callable[..., Any]] = None,
411 autocompletion=autocompletion,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/model/
H A Domnibox_suggestions.cc38 autocompletion(Autocompletion(new_input, new_inline_autocompletion)) {} in OmniboxSuggestion()
49 autocompletion = other.autocompletion; in OmniboxSuggestion()
/dports/devel/gnome-builder/gnome-builder-41.3/data/gsettings/
H A Dorg.gnome.builder.code-insight.gschema.xml.in3 <key name="ctags-autocompletion" type="b">
5 <summary>Ctags based autocompletion</summary>
6 <description>Use Ctags for autocompletion.</description>
/dports/ftp/sftpgo/sftpgo-2.2.0/cmd/
H A Dgencompletion.go12 Long: `Generate the autocompletion script for sftpgo for the specified shell.
21 Long: `Generate the autocompletion script for the bash shell.
50 Long: `Generate the autocompletion script for the zsh shell.
76 Long: `Generate the autocompletion script for the fish shell.
97 Long: `Generate the autocompletion script for powershell.
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/laravel/
H A D_artisan3 # Laravel autocompletion
7 # - Adds aliases and autocompletion for artisan
8 # - Adds aliases and autocompletion for bob
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/
H A DCREDITS12autocompletion based on "QTextEdit with autocompletion using pyqt" by rowinggolfer (see http://row…
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/
H A DCREDITS12autocompletion based on "QTextEdit with autocompletion using pyqt" by rowinggolfer (see http://row…
/dports/devel/liteide/gocode-cfcb188102ae/debian/
H A Dcontrol14 Description: An autocompletion daemon for the Go programming language
18 - Context-sensitive autocompletion
21 autocompletion time with warm cache is 30ms, which is barely noticeable.

12345678910>>...150