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:long_version
(Results
1 - 4
of
4
) sorted by relevance
/third_party/rust/crates/clap/src/builder/
H
A
D
command.rs
79
long_version
: Option<Str>,
862
/// [`--version` (long)]: Command::
long_version
()
886
/// [`--version` (long)]: Command::
long_version
()
1610
/// If [`Command::
long_version
`] is not specified, this message will be displayed for `--version`.
1643
/// .
long_version
(
1652
pub fn
long_version
(mut self, ver: impl IntoResettable<Str>) -> Self {
in long_version()
functions
1653
self.
long_version
= ver.into_resettable().into_option();
in long_version()
3255
self.
long_version
.as_deref()
in get_long_version()
3578
|| (self.version.is_none() && self.
long_version
.is_none())
in is_disable_version_flag_set()
4218
if let Some(
long_version
)
in _propagate_subcommand()
[all...]
/third_party/rust/crates/clap/src/bin/
H
A
D
stdio-fixture.rs
4
.
long_version
("1.0 - a2132c")
in main()
/third_party/rust/crates/clap/tests/builder/
H
A
D
version.rs
14
common().
long_version
("3.0 (abcdefg)")
in with_long_version()
18
common().version("3.0").
long_version
("3.0 (abcdefg)")
in with_both()
286
#[should_panic = "`ArgAction::Version` used without providing Command::version or Command::
long_version
"]
301
#[should_panic = "No version information via Command::version or Command::
long_version
to propagate"]
/third_party/rust/crates/clap/tests/
H
A
D
macros.rs
171
fn
long_version
() {
in long_version()
functions
Completed in 11 milliseconds