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:Regular
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeFont/api/
H
A
D
intf_font.h
93
static constexpr FontStyle
Regular
= { 0x73E800190 };
variable
/foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/
H
A
D
filter.js
1710
this.fontWeightArr[rowIndex][this.selectedFilters[rowIndex].index] = FontWeight.
Regular
;
1789
fontWeightRow.push(FontWeight.
Regular
);
1819
this.additionFontWeightArr.push(FontWeight.
Regular
);
2032
this.additionFontWeightArr && (this.additionFontWeightArr[lastIndex] = FontWeight.
Regular
);
2046
this.additionFontWeightArr && (this.additionFontWeightArr[index] = FontWeight.
Regular
);
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H
A
D
font_manager.cpp
73
Regular
, // style
in InitTypeFace()
local
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H
A
D
dialog.js
492
Text.fontWeight(FontWeight.
Regular
);
1039
Text.fontWeight(FontWeight.
Regular
);
2183
return FontWeight.
Regular
;
3244
Text.fontWeight(FontWeight.
Regular
);
3995
Text.fontWeight(FontWeight.
Regular
);
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H
A
D
segmentbutton.js
249
this.fontWeight = options.fontWeight ?? FontWeight.
Regular
;
1720
this.fontWeight = FontWeight.
Regular
;
2637
this.options.fontWeight ?? FontWeight.
Regular
;
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H
A
D
subheader.js
1260
fontWeight: FontWeight.
Regular
,
1452
fontWeight: FontWeight.
Regular
,
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H
A
D
treeview.js
1800
fontWeight: FontWeight.
Regular
,
1825
fontWeight: FontWeight.
Regular
,
4543
fontWeight: FontWeight.
Regular
,
4599
fontWeight: FontWeight.
Regular
,
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H
A
D
editabletitlebar.js
455
Text.fontWeight(FontWeight.
Regular
);
/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/
H
A
D
popup.js
126
fontWeight: FontWeight.
Regular
,
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H
A
D
chip.js
1012
return FontWeight.
Regular
;
Completed in 19 milliseconds