Lines Matching refs:octal
15 pub octal: bool,
31 octal: false,
147 /// Whether to support octal syntax or not.
152 /// shows octal syntax.
154 /// While supporting octal syntax isn't in and of itself a problem, it does
158 /// be supported. Therefore, when octal support is disabled, the error
162 pub fn octal(&mut self, yes: bool) -> &mut RegexBuilder {
163 self.0.octal = yes;
333 /// Whether to support octal syntax or not.
338 /// shows octal syntax.
340 /// While supporting octal syntax isn't in and of itself a problem, it does
344 /// be supported. Therefore, when octal support is disabled, the error
348 pub fn octal(&mut self, yes: bool) -> &mut RegexSetBuilder {
349 self.0.octal = yes;