Home
last modified time | relevance | path

Searched refs:Flex (Results 1 – 25 of 58) sorted by relevance

123

/third_party/node/deps/npm/docs/src/components/home/
DFeatureCard.js3 import {Flex, Image, Text} from 'rebass'
5 const Card = styled(Flex)`
31 <Flex flexDirection='column' pl={[0, 4]} pt={2}>
34 </Flex>
DTerminal.js3 import {Flex, Box, Button as RebassButton} from 'rebass'
8 const TerminalBody = styled(Flex)`
24 const Top = styled(Flex)`
29 const SiteName = styled(Flex)`
41 const Bottom = styled(Flex)`
DDarkBlock.js3 import {Flex, Box} from 'rebass'
6 const Container = styled(Flex)`
11 const ContentWrapper = styled(Flex)`
DFeatures.js5 import { Flex } from 'rebass'
12 const ContainerInner = styled(Flex)`
20 const ContentWrapper = styled(Flex)`
Dhero.js4 import {Flex} from 'rebass'
7 const Container = styled(Flex)`
DFooter.js4 import {Flex, Box} from 'rebass'
6 const Container = styled(Flex)`
/third_party/node/deps/npm/docs/src/components/
Dlayout.js4 import {Flex, Box} from 'rebass'
16 <Flex w={1}>
19 </Flex>
DDocLinks.js4 import {Flex} from 'rebass'
36 <Flex flexDirection='column' key={index}>
44 </Flex>
Dnavbar.js3 import {Flex, Image, Box} from 'rebass'
13 const Container = styled(Flex)`
22 const Inner = styled(Flex)`
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dlist_body_test.dart31 await tester.pumpWidget(Flex(
48 await tester.pumpWidget(Flex(
65 await tester.pumpWidget(Flex(
88 await tester.pumpWidget(Flex(
Dsemantics_clipping_test.dart21 child: Flex(
76 child: Flex(
84 child: Flex(
Dparent_data_test.dart399 'Expanded widgets must be placed directly inside Flex widgets.\n'
400 …'Expanded(no depth, flex: 1, dirty) has a Flex ancestor, but there are other widgets between them:…
402 'These widgets cannot come between a Expanded and its Flex.\n'
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dspacer.dart11 /// spacing between widgets in a [Flex] container, like [Row] or [Column].
14 /// [Flex.mainAxisAlignment] on a flex container that contains a [Spacer] to
/third_party/typescript/tests/cases/fourslash/etslib/
Dflex.d.ts60 declare const Flex: FlexInterface; constant
/third_party/e2fsprogs/tests/m_minrootdir/
Dexpect25 Flex block group size: 16
137 Flex block group size: 16
191 Flex block group size: 16
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dflex_overflow_test.dart11 testWidgets('Flex overflow indicator', (WidgetTester tester) async {
/third_party/e2fsprogs/tests/f_jnl_errno/
Dexpect.023 Flex block group size: 16
/third_party/mesa3d/docs/
Dinstall.rst43 On Linux systems, Flex and Bison versions 2.5.35 and 2.4.1,
45 Flex and Bison with:
56 Some versions can be buggy (e.g. Flex 2.6.2) so do try others
/third_party/e2fsprogs/tests/m_64bit_flexbg/
Dexpect.139 Flex block group size: 16
/third_party/e2fsprogs/tests/r_move_itable_nostride/
Dexpect42 Flex block group size: 16
/third_party/e2fsprogs/tests/d_corrupt_journal_nr_users/
Dexpect23 Flex block group size: 16
/third_party/e2fsprogs/tests/r_move_itable_realloc/
Dexpect41 Flex block group size: 16
/third_party/e2fsprogs/tests/u_direct_io/
Dexpect33 Flex block group size: 16
/third_party/gettext/gettext-tools/doc/Admin/
Ddocumentation304 Subject: Re: Internationalization of Flex
314 Subject: Re: Internationalization of Flex
324 What would be easier would be that the original Flex sources already
327 should be translated. Flex could then be distributed with:
342 with Flex. (COUNTRY is a two letter code, like `de' for German.)
343 If the COUNTRY.tt files ever lag with regard to Flex modifications,
344 this would not break nationalized Flex: the current mechanics will
347 translators for releasing new distributions for Flex. And nothing
352 they could be included in standard Flex distribution, while being
361 do not want to distribute with Flex. The Flex README could
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dflex.dart18 /// * [Column], [Row], and [Flex], the flex widgets.
66 /// * [Column], [Row], and [Flex], the flex widgets.
102 /// * [Column], [Row], and [Flex], the flex widgets.
142 /// * [Column], [Row], and [Flex], the flex widgets.
251 /// property is [MainAxisSize.min], then the main axis extent of the [Flex]
262 /// * [Flex], the widget equivalent.
263 /// * [Row] and [Column], direction-specific variants of [Flex].
981 'than a Flex, like a ListView.'

123