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:help_template
(Results
1 - 15
of
15
) sorted by relevance
/third_party/rust/crates/clap/tests/builder/
H
A
D
template_help.rs
91
let cmd = get_app().
help_template
(EXAMPLE1_TMPL_S);
in with_template()
97
let cmd = get_app().
help_template
(EXAMPLE1_TMPS_F);
in custom_template()
107
.
help_template
("");
in template_empty()
117
.
help_template
("test no tag test");
in template_notag()
127
.
help_template
("test {unknown_tag} test");
in template_unknowntag()
138
.
help_template
("{author}\n{version}\n{about}\n{bin}");
in template_author_version()
145
.
help_template
("{author}\n{version}\n{about}\n{name}");
in template_author_version()
H
A
D
cargo.rs
33
.
help_template
(utils::FULL_TEMPLATE)
in crate_version()
50
.
help_template
(utils::FULL_TEMPLATE)
in crate_description()
64
.
help_template
(utils::FULL_TEMPLATE)
in crate_authors()
78
.
help_template
(utils::FULL_TEMPLATE)
in crate_authors_with_sep()
90
.
help_template
(utils::FULL_TEMPLATE)
in crate_name()
H
A
D
utils.rs
54
.
help_template
(FULL_TEMPLATE)
in complex_app()
96
.
help_template
(FULL_TEMPLATE)
in complex_app()
H
A
D
command.rs
20
.
help_template
(utils::FULL_TEMPLATE)
in command()
H
A
D
version.rs
6
Command::new("foo").
help_template
(utils::FULL_TEMPLATE)
in common()
H
A
D
help.rs
1075
.
help_template
(
in ripgrep_usage_using_templates()
1095
.
help_template
(
in ripgrep_usage_using_templates()
1231
.
help_template
(utils::FULL_TEMPLATE)
in issue_777_wrap_all_things()
/third_party/rust/crates/clap/src/output/
H
A
D
mod.rs
3
mod
help_template
;
modules
12
pub(crate) use self::
help_template
::AutoHelp;
14
pub(crate) use self::
help_template
::HelpTemplate;
/third_party/rust/crates/clap/tests/derive/
H
A
D
author_version_about.rs
23
#[command(
help_template
= utils::FULL_TEMPLATE)]
in no_author_version_about()
34
#[command(
help_template
= utils::FULL_TEMPLATE)]
in use_env()
49
#[command(
help_template
= utils::FULL_TEMPLATE)]
in explicit_version_not_str_lit()
/third_party/rust/crates/clap/examples/
H
A
D
repl.rs
70
.
help_template
(PARSER_TEMPLATE)
in cli()
74
.
help_template
(APPLET_TEMPLATE),
in cli()
80
.
help_template
(APPLET_TEMPLATE),
in cli()
/third_party/rust/crates/clap/src/builder/
H
A
D
debug_asserts.rs
343
if let Some(
help_template
) = cmd.get_help_template() {
345
!
help_template
.to_string().contains("{flags}"),
351
!
help_template
.to_string().contains("{unified}"),
358
!
help_template
.to_string().contains("{bin}"),
H
A
D
command.rs
1459
/// **NOTE:** A custom [`
help_template
`][Command::
help_template
] is needed for author to show
1775
/// .
help_template
("{name} ({version}) - {usage}")
1785
/// .
help_template
("\
1802
pub fn
help_template
(mut self, s: impl IntoResettable<StyledStr>) -> Self {
in help_template()
functions
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H
A
D
v8_foozzie.py
199
def add_argument(flag_template,
help_template
, **kwargs):
202
help=
help_template
% self.label,
/third_party/rust/crates/cxx/gen/cmd/src/
H
A
D
app.rs
37
.
help_template
(TEMPLATE)
in app()
/third_party/rust/crates/clap/clap_bench/benches/
H
A
D
04_new_help.rs
202
let mut cmd = app_example4().
help_template
("{name} {version}\n{author}\n{about}\n\nUSAGE:\n {usage}\n\nOPTIONS:\n{options}\n\nARGS:\n{args}\n");
in example4_template()
H
A
D
05_ripgrep.rs
307
.
help_template
(TEMPLATE)
in cmd()
Completed in 15 milliseconds