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:MediaQueryerRule
(Results
1 - 1
of
1
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H
A
D
media_queryer.cpp
32
class
MediaQueryerRule
{
class
34
MediaQueryerRule
(const std::regex& regex, const ConditionParser& parser, uint32_t matchResultSize)
in MediaQueryerRule()
function in OHOS::Ace::Framework::__anon1762::MediaQueryerRule
37
explicit
MediaQueryerRule
(const std::regex& regex) : regex_(regex) {}
in MediaQueryerRule()
function in OHOS::Ace::Framework::__anon1762::MediaQueryerRule
38
~
MediaQueryerRule
() = default;
113
const
MediaQueryerRule
CONDITION_WITH_SCREEN(
115
const
MediaQueryerRule
CONDITION_WITHOUT_SCREEN(std::regex("\\([\\w\\.:><=-]+\\)((and|or|,)\\([\\w\\.:><=-]+\\))*"));
116
const
MediaQueryerRule
CONDITION_WITH_AND(std::regex("(\\([\\.a-z0-9:>=<-]+\\))(and\\([\\.a-z0-9:>=<-]+\\))+"));
119
const
MediaQueryerRule
CSS_LEVEL4_MULTI(
141
const
MediaQueryerRule
CSS_LEVEL4_LEFT(
156
const
MediaQueryerRule
CSS_LEVEL4_RIGH
[all...]
Completed in 1 milliseconds