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:set_bold
(Results
1 - 5
of
5
) sorted by relevance
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H
A
D
extern_impl.rs
33
/// level_style.set_color(Color::Red).
set_bold
(true);
59
Level::Error => level_style.set_color(Color::Red).
set_bold
(true),
in default_level_style()
209
/// level_style.set_color(Color::Red).
set_bold
(true);
228
/// bold.
set_bold
(true);
239
/// [weight]: #method.
set_bold
300
/// style.
set_bold
(true);
305
pub fn
set_bold
(&mut self, yes: bool) -> &mut Style {
in set_bold()
functions
306
self.spec.
set_bold
(yes);
in set_bold()
406
/// style.set_color(Color::Red).
set_bold
(true);
/third_party/rust/crates/env_logger/examples/
H
A
D
custom_format.rs
34
style.set_bg(Color::Yellow).
set_bold
(true);
in main()
/third_party/rust/crates/syn/tests/
H
A
D
zzz_stable.rs
26
stderr.set_color(ColorSpec::new().
set_bold
(true).set_fg(Some(Color::Yellow)))?;
in notice()
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H
A
D
config.rs
159
let header = ColorSpec::new().
set_bold
(true).set_intense(true).clone();
in with_blue()
/third_party/rust/crates/termcolor/src/
H
A
D
lib.rs
1713
pub fn
set_bold
(&mut self, yes: bool) -> &mut ColorSpec {
in set_bold()
functions
2311
color.
set_bold
(bold);
in all_attributes()
Completed in 5 milliseconds