Lines Matching refs:bool
9 pub case_insensitive: bool,
10 pub multi_line: bool,
11 pub dot_matches_new_line: bool,
12 pub swap_greed: bool,
13 pub ignore_whitespace: bool,
14 pub unicode: bool,
15 pub octal: bool,
82 yes: bool,
94 pub fn multi_line(&mut self, yes: bool) -> &mut RegexBuilder {
108 yes: bool,
120 pub fn swap_greed(&mut self, yes: bool) -> &mut RegexBuilder {
132 yes: bool,
142 pub fn unicode(&mut self, yes: bool) -> &mut RegexBuilder {
162 pub fn octal(&mut self, yes: bool) -> &mut RegexBuilder {
279 yes: bool,
288 yes: bool,
303 yes: bool,
312 yes: bool,
321 yes: bool,
328 pub fn unicode(&mut self, yes: bool) -> &mut RegexSetBuilder {
348 pub fn octal(&mut self, yes: bool) -> &mut RegexSetBuilder {