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:get_app
(Results
1 - 3
of
3
) sorted by relevance
/third_party/rust/crates/clap/tests/builder/
H
A
D
propagate_globals.rs
3
fn
get_app
() -> Command {
in get_app()
functions
76
let m = get_matches(
get_app
(), "myprog --global-arg=some_value outer inner");
in global_arg_used_top_level()
85
let m = get_matches(
get_app
(), "myprog outer --global-arg=some_value inner");
in global_arg_used_outer()
94
let m = get_matches(
get_app
(), "myprog outer inner --global-arg=some_value");
in global_arg_used_inner()
103
let m = get_matches(
get_app
(), "myprog outer inner");
in global_arg_default_value()
112
let m = get_matches(
get_app
(), "myprog --global-flag outer inner");
in global_flag_used_top_level()
121
let m = get_matches(
get_app
(), "myprog outer --global-flag inner");
in global_flag_used_outer()
130
let m = get_matches(
get_app
(), "myprog outer inner --global-flag");
in global_flag_used_inner()
139
let m = get_matches(
get_app
(), "myprog --global-flag --global-flag outer inner");
in global_flag_2x_used_top_level()
148
let m = get_matches(
get_app
(), "mypro
in global_flag_2x_used_inner()
[all...]
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()
157
fn
get_app
() -> Command {
in get_app()
functions
/third_party/python/Lib/wsgiref/
H
A
D
simple_server.py
63
def
get_app
(self):
member in WSGIServer
134
handler.run(self.server.
get_app
())
Completed in 2 milliseconds