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:ignore_whitespace
(Results
1 - 6
of
6
) sorted by relevance
/third_party/rust/crates/regex/src/
H
A
D
re_builder.rs
13
pub
ignore_whitespace
: bool,
29
ignore_whitespace
: false,
in default()
130
pub fn
ignore_whitespace
(
in ignore_whitespace()
functions
134
self.0.
ignore_whitespace
= yes;
in ignore_whitespace()
319
pub fn
ignore_whitespace
(
in ignore_whitespace()
functions
323
self.0.
ignore_whitespace
= yes;
in ignore_whitespace()
H
A
D
exec.rs
244
.
ignore_whitespace
(self.options.
ignore_whitespace
)
in parse()
/third_party/rust/crates/regex/regex-syntax/src/
H
A
D
parser.rs
105
pub fn
ignore_whitespace
(&mut self, yes: bool) -> &mut ParserBuilder {
in ignore_whitespace()
functions
106
self.ast.
ignore_whitespace
(yes);
in ignore_whitespace()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H
A
D
parse.rs
115
ignore_whitespace
: bool,
130
ignore_whitespace
: false,
in new()
143
initial_ignore_whitespace: self.
ignore_whitespace
,
in build()
144
ignore_whitespace
: Cell::new(self.
ignore_whitespace
),
in build()
211
pub fn
ignore_whitespace
(&mut self, yes: bool) -> &mut ParserBuilder {
in ignore_whitespace()
functions
212
self.
ignore_whitespace
= yes;
in ignore_whitespace()
238
/// The initial setting for `
ignore_whitespace
` as provided by
243
ignore_whitespace
: Cell<bool>,
288
ignore_whitespace
444
fn
ignore_whitespace
(&self) -> bool {
ignore_whitespace()
functions
[all...]
/third_party/rust/crates/regex/regex-capi/src/
H
A
D
rure.rs
124
builder.
ignore_whitespace
(flags & RURE_FLAG_SPACE > 0);
in rure_compile()
510
builder.
ignore_whitespace
(flags & RURE_FLAG_SPACE > 0);
in rure_compile_set()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H
A
D
translate.rs
1013
// Note that `
ignore_whitespace
` is omitted here because it is handled
2892
fn
ignore_whitespace
() {
in ignore_whitespace()
functions
Completed in 8 milliseconds