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
defs:subcommands
(Results
1 - 12
of
12
) sorted by relevance
/third_party/rust/crates/clap/tests/derive/
H
A
D
privacy.rs
25
mod
subcommands
{
modules
H
A
D
main.rs
32
mod
subcommands
;
modules
/third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/
H
A
D
special_commands.fig.js
H
A
D
sub_subcommands.fig.js
H
A
D
quoting.fig.js
H
A
D
feature_sample.fig.js
H
A
D
basic.fig.js
/third_party/rust/crates/clap/clap_derive/src/derives/
H
A
D
subcommand.rs
130
let mut
subcommands
= Vec::new();
in gen_augment()
variables
/third_party/rust/crates/clap/clap_complete/src/generator/
H
A
D
utils.rs
36
pub fn
subcommands
(p: &Command) -> Vec<(String, String)> {
in subcommands()
functions
[all...]
/third_party/python/Tools/peg_generator/scripts/
H
A
D
benchmark.py
32
subcommands
= argparser.add_subparsers(title="Benchmarks", dest="subcommand")
variable
/third_party/rust/crates/clap/tests/builder/
H
A
D
main.rs
42
mod
subcommands
;
modules
/third_party/rust/crates/clap/src/builder/
H
A
D
command.rs
417
pub fn
subcommands
(mut self, subcmds: impl IntoIterator<Item = impl Into<Self>>) -> Self {
subcommands()
functions
4203
let mut
subcommands
= std::mem::take(&mut self.
subcommands
);
global()
variables
[all...]
Completed in 5 milliseconds