Searched refs:Bash (Results 1 – 25 of 26) sorted by relevance
12
/external/rust/crates/clap/src/completions/ |
D | shell.rs | 11 Bash, enumerator 36 "BASH" | _ if s.eq_ignore_ascii_case("bash") => Ok(Shell::Bash), in from_str() 49 Shell::Bash => write!(f, "BASH"), in fmt()
|
D | mod.rs | 36 Shell::Bash => BashGen::new(self.p).generate_to(buf), in generate()
|
/external/gflags/src/ |
D | gflags_completions.h.in | 47 // ** Overview of Bash completions: 48 // Bash can be told to programatically determine completions for the 52 // (if any). Bash then expects a sequence of output lines to be 86 // Bash requires that it be informed about each command that programmatic
|
/external/rust/crates/structopt/examples/ |
D | gen_completions.rs | 22 Opt::clap().gen_completions("structopt", Shell::Bash, "target"); in main()
|
/external/pigweed/pw_minimal_cpp_stdlib/ |
D | docs.rst | 19 following Bash code from ``pw_minimal_cpp_stdlib/public/``.
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | INDEX.md | 13 | configure | Bash configure/build script |
|
/external/python/cpython3/Doc/tutorial/ |
D | interactive.rst | 9 the GNU Bash shell. This is implemented using the `GNU Readline`_ library,
|
/external/toybox/tests/ |
D | man.test | 99 .B Bash
|
/external/kmod/ |
D | configure.ac | 131 AS_HELP_STRING([--with-bashcompletiondir=DIR], [Bash completions directory]), 311 Bash completions dir: ${with_bashcompletiondir}
|
/external/curl/packages/vms/ |
D | curl_gnv_build_steps.txt | 23 directory. It also requires the GNV Bash 4.2.45 kit as an update from the 61 In future releases of GNV, and with GNV Bash 4.3.30 installed, this name 105 different names on VMS than on Unix. The Bash environment variable
|
D | config_h.com | 50 $! 29-Sep-2011 J. Malmberg Update for Bash 4.2
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/ |
D | build_defs.bzl | 40 # Copy-pasted from the Bazel Bash runfiles library v2.
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/ |
D | README.md | 32 #### 2. Launch Bash
|
/external/angle/third_party/vulkan-deps/glslang/src/ |
D | README.md | 111 The following steps assume a Bash shell. On Windows, that could be the Git Bash 253 Bash-like environments:
|
/external/deqp-deps/glslang/ |
D | README.md | 111 The following steps assume a Bash shell. On Windows, that could be the Git Bash 253 Bash-like environments:
|
/external/python/cpython2/Doc/tutorial/ |
D | interactive.rst | 9 the GNU Bash shell. This is implemented using the `GNU Readline`_ library,
|
/external/libcups/ |
D | INSTALL.md | 32 compliant shell (/bin/sh). The GNU compiler tools and Bash work well and we
|
/external/cldr/common/testData/transforms/ |
D | tk-t-tk-Cyrl-m0-bgn.txt | 396 Баш Bash
|
/external/tensorflow/ |
D | CONTRIBUTING.md | 103 * [Bash license example](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/ci_b…
|
/external/grpc-grpc/templates/src/objective-c/ |
D | BoringSSL-GRPC.podspec.template | 206 # TODO(jcanizales): Translate err_data_generate.go into a Bash or Ruby script.
|
/external/rust/crates/clap/src/app/ |
D | parser.rs | 130 Shell::Bash => format!("{}.bash", name), in gen_completions()
|
/external/rust/crates/clap/ |
D | README.md | 88 * **Auto-generated completion scripts at compile time (Bash, Zsh, Fish, and PowerShell)**
|
D | CHANGELOG.md | 160 * **Bash Completions:** instead of completing a generic option name, all bash completions fall bac… 785 * **Bash Completion:** allows bash completion to fall back to traidtional bash completion upon no …
|
/external/grpc-grpc/src/objective-c/ |
D | BoringSSL-GRPC.podspec | 201 # TODO(jcanizales): Translate err_data_generate.go into a Bash or Ruby script.
|
/external/rust/crates/csv/examples/data/bench/ |
D | worldcitiespop.csv | 3645 af,deh-e bash,Deh-e Bash,03,,36.26759,69.093361 18255 ir,bash bolagh,Bash Bolagh,33,,37.2621,48.1322
|
12