Searched refs:Flex (Results 1 – 25 of 58) sorted by relevance
123
/third_party/node/deps/npm/docs/src/components/home/ |
D | FeatureCard.js | 3 import {Flex, Image, Text} from 'rebass' 5 const Card = styled(Flex)` 31 <Flex flexDirection='column' pl={[0, 4]} pt={2}> 34 </Flex>
|
D | Terminal.js | 3 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)`
|
D | DarkBlock.js | 3 import {Flex, Box} from 'rebass' 6 const Container = styled(Flex)` 11 const ContentWrapper = styled(Flex)`
|
D | Features.js | 5 import { Flex } from 'rebass' 12 const ContainerInner = styled(Flex)` 20 const ContentWrapper = styled(Flex)`
|
D | hero.js | 4 import {Flex} from 'rebass' 7 const Container = styled(Flex)`
|
D | Footer.js | 4 import {Flex, Box} from 'rebass' 6 const Container = styled(Flex)`
|
/third_party/node/deps/npm/docs/src/components/ |
D | layout.js | 4 import {Flex, Box} from 'rebass' 16 <Flex w={1}> 19 </Flex>
|
D | DocLinks.js | 4 import {Flex} from 'rebass' 36 <Flex flexDirection='column' key={index}> 44 </Flex>
|
D | navbar.js | 3 import {Flex, Image, Box} from 'rebass' 13 const Container = styled(Flex)` 22 const Inner = styled(Flex)`
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | list_body_test.dart | 31 await tester.pumpWidget(Flex( 48 await tester.pumpWidget(Flex( 65 await tester.pumpWidget(Flex( 88 await tester.pumpWidget(Flex(
|
D | semantics_clipping_test.dart | 21 child: Flex( 76 child: Flex( 84 child: Flex(
|
D | parent_data_test.dart | 399 '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/ |
D | spacer.dart | 11 /// 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/ |
D | flex.d.ts | 60 declare const Flex: FlexInterface; constant
|
/third_party/e2fsprogs/tests/m_minrootdir/ |
D | expect | 25 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/ |
D | flex_overflow_test.dart | 11 testWidgets('Flex overflow indicator', (WidgetTester tester) async {
|
/third_party/e2fsprogs/tests/f_jnl_errno/ |
D | expect.0 | 23 Flex block group size: 16
|
/third_party/mesa3d/docs/ |
D | install.rst | 43 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/ |
D | expect.1 | 39 Flex block group size: 16
|
/third_party/e2fsprogs/tests/r_move_itable_nostride/ |
D | expect | 42 Flex block group size: 16
|
/third_party/e2fsprogs/tests/d_corrupt_journal_nr_users/ |
D | expect | 23 Flex block group size: 16
|
/third_party/e2fsprogs/tests/r_move_itable_realloc/ |
D | expect | 41 Flex block group size: 16
|
/third_party/e2fsprogs/tests/u_direct_io/ |
D | expect | 33 Flex block group size: 16
|
/third_party/gettext/gettext-tools/doc/Admin/ |
D | documentation | 304 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/ |
D | flex.dart | 18 /// * [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