Searched refs:Zsh (Results 1 – 12 of 12) sorted by relevance
/third_party/rust/crates/clap/clap_complete/tests/ |
D | zsh.rs | 9 clap_complete::shells::Zsh, in basic() 21 clap_complete::shells::Zsh, in feature_sample() 33 clap_complete::shells::Zsh, in special_commands() 45 clap_complete::shells::Zsh, in quoting() 57 clap_complete::shells::Zsh, in aliases() 69 clap_complete::shells::Zsh, in sub_subcommands() 81 clap_complete::shells::Zsh, in value_hint() 93 clap_complete::shells::Zsh, in value_terminator()
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
D | shell.rs | 24 Zsh, enumerator 57 Shell::Zsh, in value_variants() 67 Shell::Zsh => PossibleValue::new("zsh"), in to_possible_value() 79 Shell::Zsh => shells::Zsh.file_name(name), in file_name() 89 Shell::Zsh => shells::Zsh.generate(cmd, buf), in generate() 149 "zsh" => Some(Shell::Zsh), in parse_shell_from_path()
|
D | mod.rs | 15 pub use zsh::Zsh;
|
D | zsh.rs | 10 pub struct Zsh; struct 12 impl Generator for Zsh { implementation
|
/third_party/rust/crates/shlex/ |
D | CHANGELOG.md | 9 * Fixes parsing of `'\\n'` to match the behavior of bash/Zsh/Python `shlex`. The result was previou…
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | shell_completion.dart | 29 'This command prints the flutter command line completion setup script for Bash and Zsh. To '
|
/third_party/pulseaudio/ |
D | meson.build | 801 'Zsh completions directory: @0@'.format(zshcompletiondir),
|
D | configure.ac | 1536 …AS_HELP_STRING([--with-zsh-completion-dir], [Zsh completions directory (defaults to ${datadir}/zsh… 1674 Zsh completions directory: ${zshcompletiondir}
|
/third_party/icu/tools/multi/c/patch/ |
D | 3_2 | 44 > # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 288 > # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 309 > # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 10788 > # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
D | 3_0 | 46 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 290 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 311 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 11207 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
/third_party/rust/crates/clap/ |
D | CHANGELOG.md | 1614 …* Don't pass -S to _arguments if Zsh is too old ([16b4f143](https://github.com/clap-rs/clap/commi…
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 6699 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 6869 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 16188 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|