Home
last modified time | relevance | path

Searched refs:with_spans (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/python/fluent.syntax/fluent/syntax/
H A Dparser.py10 if not self.with_spans:
34 def __init__(self, with_spans=True): argument
35 self.with_spans = with_spans
65 if self.with_spans:
77 if self.with_spans:
121 if self.with_spans:
425 if self.with_spans:
434 if self.with_spans:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/fluent.syntax/fluent/syntax/
H A Dparser.py10 if not self.with_spans:
34 def __init__(self, with_spans=True): argument
35 self.with_spans = with_spans
65 if self.with_spans:
77 if self.with_spans:
121 if self.with_spans:
425 if self.with_spans:
434 if self.with_spans:
/dports/textproc/py-fluent.syntax/fluent.syntax-0.18.1/fluent/syntax/
H A Dparser.py10 if not self.with_spans:
34 def __init__(self, with_spans=True): argument
35 self.with_spans = with_spans
65 if self.with_spans:
77 if self.with_spans:
121 if self.with_spans:
425 if self.with_spans:
434 if self.with_spans:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/fluent.syntax/fluent/syntax/
H A Dparser.py10 if not self.with_spans:
34 def __init__(self, with_spans=True): argument
35 self.with_spans = with_spans
65 if self.with_spans:
77 if self.with_spans:
121 if self.with_spans:
425 if self.with_spans:
434 if self.with_spans:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/fluent.syntax/fluent/syntax/
H A Dparser.py10 if not self.with_spans:
29 def __init__(self, with_spans=True): argument
30 self.with_spans = with_spans
58 if self.with_spans:
70 if self.with_spans:
114 if self.with_spans:
418 if self.with_spans:
427 if self.with_spans:
/dports/devel/py-fluent/fluent-0.10.0/fluent/syntax/
H A Dparser.py10 if not self.with_spans:
29 def __init__(self, with_spans=True): argument
30 self.with_spans = with_spans
58 if self.with_spans:
79 if self.with_spans:
123 if self.with_spans:
522 if self.with_spans:
531 if self.with_spans:
678 if self.with_spans:
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/fluent/fluent/syntax/
H A Dparser.py10 if not self.with_spans:
34 def __init__(self, with_spans=True): argument
35 self.with_spans = with_spans
63 if self.with_spans:
86 if self.with_spans:
105 if comment and self.with_spans:
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/tracing-error-0.1.2/src/
H A Dbacktrace.rs116 pub fn with_spans(&self, f: impl FnMut(&'static Metadata<'static>, &str) -> bool) { in with_spans() method
192 self.with_spans(|metadata, fields| { in fmt()
257 self.with_spans(|metadata, fields| { in fmt()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/
H A Dtest_util.rs52 fn normalize<'t>(with_spans: &'t str) -> std::borrow::Cow<'t, str> { in compare()
54 span.replace_all(&with_spans, "Span(..)") in compare()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/fluent/fluent/migrate/
H A Dutil.py9 fluent_parser = FluentParser(with_spans=False)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/utils/
H A Dspan.rs170 Self::with_spans(String::new(), Vec::new()) in new()
177 pub fn with_spans<S>(source: S, spans: Vec<IndexedSpan<T>>) -> Self in with_spans() method
256 Self::with_spans(source, spans) in single_span()
/dports/www/firefox/firefox-99.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dutil.py11 fluent_parser = FluentParser(with_spans=False)
H A Dhelpers.py148 parser = FluentParser(with_spans=False)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dutil.py11 fluent_parser = FluentParser(with_spans=False)
H A Dhelpers.py148 parser = FluentParser(with_spans=False)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dutil.py11 fluent_parser = FluentParser(with_spans=False)
H A Dhelpers.py148 parser = FluentParser(with_spans=False)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dutil.py11 fluent_parser = FluentParser(with_spans=False)
H A Dhelpers.py147 parser = FluentParser(with_spans=False)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/utils/markup/
H A Dmarkdown.rs23 StyledString::with_spans(input, spans) in parse()
/dports/www/firefox-esr/firefox-91.8.0/python/l10n/test_fluent_migrations/
H A Dfmt.py48 parser = FluentParser(with_spans=False)
/dports/www/firefox/firefox-99.0/python/l10n/test_fluent_migrations/
H A Dfmt.py48 parser = FluentParser(with_spans=False)
/dports/mail/thunderbird/thunderbird-91.8.0/python/l10n/test_fluent_migrations/
H A Dfmt.py48 parser = FluentParser(with_spans=False)
/dports/lang/spidermonkey78/firefox-78.9.0/python/l10n/test_fluent_migrations/
H A Dfmt.py50 parser = FluentParser(with_spans=False)
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/color-spantrace-0.1.4/src/
H A Dlib.rs243 self.span_trace.with_spans(|metadata, fields| { in fmt()

12