Home
last modified time | relevance | path

Searched refs:flex_wrap (Results 1 – 25 of 34) sorted by relevance

12

/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/css/validation/
H A Dexpanders.py24 flex_wrap, font_family, font_size, font_stretch, font_style, font_weight,
580 wrap = flex_wrap([sorted_tokens[1]])
592 wrap = flex_wrap([tokens[0]])
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/stretch-0.3.2/src/
H A Dstyle.rs211 pub flex_wrap: FlexWrap, field
237 flex_wrap: Default::default(), in default()
H A Dalgo.rs169 let is_wrap_reverse = self.nodes[node].style.flex_wrap == FlexWrap::WrapReverse; in compute_internal()
413 if self.nodes[node].style.flex_wrap == FlexWrap::NoWrap { in compute_internal()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/shorthands/
H A Dposition.mako.rs14 use crate::properties::longhands::{flex_direction, flex_wrap};
30 if let Ok(value) = input.try_parse(|input| flex_wrap::parse(context, input)) { in parse_value()
43 flex_wrap: unwrap_or_initial!(flex_wrap, wrap), in parse_value()
/dports/www/firefox/firefox-99.0/servo/components/style/properties/shorthands/
H A Dposition.mako.rs14 use crate::properties::longhands::{flex_direction, flex_wrap};
30 if let Ok(value) = input.try_parse(|input| flex_wrap::parse(context, input)) { in parse_value()
43 flex_wrap: unwrap_or_initial!(flex_wrap, wrap), in parse_value()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/shorthand/
H A Dposition.mako.rs12 use properties::longhands::{flex_direction, flex_wrap};
26 if let Ok(value) = input.try(|input| flex_wrap::parse(context, input)) { in parse_value()
39 flex_wrap: unwrap_or_initial!(flex_wrap, wrap), in parse_value()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/shorthands/
H A Dposition.mako.rs14 use crate::properties::longhands::{flex_direction, flex_wrap};
30 if let Ok(value) = input.try_parse(|input| flex_wrap::parse(context, input)) { in parse_value()
43 flex_wrap: unwrap_or_initial!(flex_wrap, wrap), in parse_value()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/shorthands/
H A Dposition.mako.rs13 use crate::properties::longhands::{flex_direction, flex_wrap};
29 if let Ok(value) = input.try(|input| flex_wrap::parse(context, input)) { in parse_value()
42 flex_wrap: unwrap_or_initial!(flex_wrap, wrap), in parse_value()
/dports/textproc/libcss/libcss-0.9.1/src/select/properties/
H A DMakefile57 flex_wrap.c \
H A Dproperties.h78 PROPERTY_FUNCS(flex_wrap);
/dports/textproc/libcss/libcss-0.9.1/src/select/
H A Ddispatch.c506 PROPERTY_FUNCS(flex_wrap),
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/devtools/
H A Dmod.rs48 .flex_wrap(ctx, Percent::int(60)), in new()
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/book_list/
H A Dcover_grid.pyj25 …ans = build_rule(sel, display='flex', flex_wrap='wrap', justify_content='space-around', align_item…
H A Dtop_bar.pyj40 …width='100%', display='flex', flex_direction='row', flex_wrap='wrap', justify_content='space-betwe…
H A Dconvert_book.pyj29 style += build_rule(sel + '.group-names', list_style='none', display='flex', flex_wrap='wrap')
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/widgets/
H A Dmod.rs146 pub fn flex_wrap(mut self, ctx: &EventCtx, width: Percent) -> Widget { in flex_wrap() method
151 self.layout.style.flex_wrap = FlexWrap::Wrap; in flex_wrap()
H A Dline_plot.rs348 Widget::custom_row(row).flex_wrap(ctx, Percent::int(24)) in make_legend()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSPropAliasList.h407 flex_wrap,
H A DnsComputedDOMStylePropertyList.h128 COMPUTED_STYLE_PROP(flex_wrap, FlexWrap)
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/
H A Dchallenges.rs164 .flex_wrap(ctx, Percent::int(80)) in make()
H A Dpregame.rs386 Widget::custom_row(buttons).flex_wrap(ctx, Percent::int(80)), in new()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSPropAliasList.h504 flex_wrap,
H A DnsComputedDOMStylePropertyList.h131 COMPUTED_STYLE_PROP(flex_wrap, FlexWrap)
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Dflex.rs26 use style::computed_values::flex_wrap::T as FlexWrap;
380 let (wrappable, reverse) = match fragment.style.get_position().flex_wrap { in from_fragment()
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/prefs/
H A Dcolors.pyj29 style = build_rule(sel, list_style_type='none', display='flex', flex_wrap='wrap')

12