Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:short_alias
(Results
1 - 4
of
4
) sorted by relevance
/third_party/rust/crates/clap/tests/builder/
H
A
D
arg_aliases_short.rs
13
.
short_alias
('a'),
in single_short_alias_of_option()
88
.
short_alias
('f')
in single_short_alias_of_flag()
137
.
short_alias
('o')
in short_alias_on_a_subcommand_option()
211
.
short_alias
('i')
in visible_short_arg_aliases_help_output()
H
A
D
flag_subcommands.rs
395
.arg(Arg::new("test").short('t').
short_alias
('f'))
in flag_subcommand_short_conflict_with_arg_alias()
/third_party/rust/crates/clap/src/builder/
H
A
D
debug_asserts.rs
46
for
short_alias
in sc.get_all_short_flag_aliases() {
47
short_flags.push(Flag::Command(format!("-{
short_alias
}"), sc.get_name()));
74
for (
short_alias
, _) in &arg.short_aliases {
75
short_flags.push(Flag::Arg(format!("-{
short_alias
}"), arg.get_id().as_str()));
H
A
D
arg.rs
252
/// .
short_alias
('e')
260
pub fn
short_alias
(mut self, name: impl IntoResettable<char>) -> Self {
in short_alias()
functions
359
/// Like [`Arg::
short_alias
`], except that they are visible inside the help message.
4533
.
short_alias
('e');
in option_display_multiple_short_aliases()
Completed in 8 milliseconds