Home
last modified time | relevance | path

Searched refs:maybe_style (Results 1 – 21 of 21) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-list-format.cc112 Maybe<Style> maybe_style = GetStringOption<Style>( in New() local
115 MAYBE_RETURN(maybe_style, MaybeHandle<JSListFormat>()); in New()
116 Style style_enum = maybe_style.FromJust(); in New()
H A Djs-relative-time-format.cc151 Maybe<Style> maybe_style = GetStringOption<Style>( in New() local
154 MAYBE_RETURN(maybe_style, MaybeHandle<JSRelativeTimeFormat>()); in New()
155 Style style_enum = maybe_style.FromJust(); in New()
H A Djs-display-names.cc446 Maybe<Style> maybe_style = GetStringOption<Style>( in New() local
449 MAYBE_RETURN(maybe_style, MaybeHandle<JSDisplayNames>()); in New()
450 Style style_enum = maybe_style.FromJust(); in New()
H A Djs-number-format.cc903 Maybe<Style> maybe_style = GetStringOption<Style>( in New() local
908 MAYBE_RETURN(maybe_style, MaybeHandle<JSNumberFormat>()); in New()
909 Style style = maybe_style.FromJust(); in New()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-list-format.cc118 Maybe<Style> maybe_style = Intl::GetStringOption<Style>( in New() local
121 MAYBE_RETURN(maybe_style, MaybeHandle<JSListFormat>()); in New()
122 Style style_enum = maybe_style.FromJust(); in New()
H A Djs-relative-time-format.cc155 Maybe<Style> maybe_style = Intl::GetStringOption<Style>( in New() local
159 MAYBE_RETURN(maybe_style, MaybeHandle<JSRelativeTimeFormat>()); in New()
160 Style style_enum = maybe_style.FromJust(); in New()
H A Djs-display-names.cc574 Maybe<Style> maybe_style = Intl::GetStringOption<Style>( in New() local
578 MAYBE_RETURN(maybe_style, MaybeHandle<JSDisplayNames>()); in New()
579 Style style_enum = maybe_style.FromJust(); in New()
H A Djs-number-format.cc926 Maybe<Style> maybe_style = Intl::GetStringOption<Style>( in New() local
931 MAYBE_RETURN(maybe_style, MaybeHandle<JSNumberFormat>()); in New()
932 Style style = maybe_style.FromJust(); in New()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-list-format.cc137 Maybe<Style> maybe_style = Intl::GetStringOption<Style>( in New() local
140 MAYBE_RETURN(maybe_style, MaybeHandle<JSListFormat>()); in New()
141 Style style_enum = maybe_style.FromJust(); in New()
H A Djs-relative-time-format.cc153 Maybe<Style> maybe_style = Intl::GetStringOption<Style>( in New() local
157 MAYBE_RETURN(maybe_style, MaybeHandle<JSRelativeTimeFormat>()); in New()
158 Style style_enum = maybe_style.FromJust(); in New()
H A Djs-display-names.cc580 Maybe<Style> maybe_style = Intl::GetStringOption<Style>( in New() local
584 MAYBE_RETURN(maybe_style, MaybeHandle<JSDisplayNames>()); in New()
585 Style style_enum = maybe_style.FromJust(); in New()
H A Djs-number-format.cc948 Maybe<Style> maybe_style = Intl::GetStringOption<Style>( in New() local
953 MAYBE_RETURN(maybe_style, MaybeHandle<JSNumberFormat>()); in New()
954 Style style = maybe_style.FromJust(); in New()
/dports/www/firefox/firefox-99.0/third_party/python/compare_locales/compare_locales/checks/
H A Dbase.py61 def maybe_style(self, ref_value, l10n_value): member in CSSCheckMixin
H A Ddtd.py176 for t in self.maybe_style(refValue, l10nValue):
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/compare_locales/compare_locales/checks/
H A Dbase.py61 def maybe_style(self, ref_value, l10n_value): member in CSSCheckMixin
H A Ddtd.py176 for t in self.maybe_style(refValue, l10nValue):
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/compare_locales/compare_locales/checks/
H A Dbase.py61 def maybe_style(self, ref_value, l10n_value): member in CSSCheckMixin
H A Ddtd.py176 for t in self.maybe_style(refValue, l10nValue):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/checks/
H A Dbase.py61 def maybe_style(self, ref_value, l10n_value): member in CSSCheckMixin
H A Ddtd.py176 for t in self.maybe_style(refValue, l10nValue):
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/
H A DLaTeX.hs92 ppLaTeX title packageStr visible_ifaces odir prologue maybe_style libdir
95 when (isNothing maybe_style) $
97 ppLaTeXTop title packageStr odir prologue maybe_style visible_ifaces
121 ppLaTeXTop doctitle packageStr odir prologue maybe_style ifaces = do
125 text "\\usepackage" <> braces (maybe (text "haddock") text maybe_style),