Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 25 of 62) sorted by relevance

123

/expo/packages/html-elements/src/elements/__tests__/
H A DTable-test.tsx6 import { Table, THead, TBody, TFoot, TR, TH, TD, Caption } from '../Table';
8 it(`renders Table`, () => {
9 const tree = renderer.create(<Table />);
/expo/docs/components/plugins/permissions/
H A DIOSPermissions.tsx5 import { Cell, HeaderCell, Row, Table, TableHead } from '~/ui/components/Table';
20 <Table>
39 </Table>
H A DAndroidPermissions.tsx7 import { Cell, HeaderCell, Row, Table, TableHead } from '~/ui/components/Table';
24 <Table>
41 </Table>
/expo/docs/components/plugins/ConfigSection/
H A DConfigPluginProperties.tsx6 import { Cell, HeaderCell, Row, Table, TableHead } from '~/ui/components/Table';
17 <Table>
46 </Table>
/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExperienceDBObject.kt6 import com.raizlabs.android.dbflow.annotation.Table
8 @Table(database = ExponentDB::class)
/expo/packages/html-elements/src/elements/
H A DTable.web.tsx12 export const Table = createView({ __element: 'table' });
13 Table.displayName = 'Table';
/expo/apps/test-suite/tests/
H A DHTML.js31 Table,
127 <Table>
149 </Table>
154 <Table>
176 </Table>
/expo/docs/components/plugins/
H A DPlatformsSection.tsx5 import { Cell, HeaderCell, Row, Table, TableHead, TableLayout } from '~/ui/components/Table';
56 <Table layout={TableLayout.Fixed}>
74 </Table>
H A DEasJsonPropertiesTable.tsx5 import { Cell, HeaderCell, Row, Table, TableHead } from '~/ui/components/Table';
91 <Table>
121 </Table>
H A DEasMetadataTable.tsx5 import { Table, Row as TableRow, Cell as TableCell } from '~/ui/components/Table';
33 <Table headers={headers}>
43 </Table>
/expo/packages/html-elements/build/elements/
H A DTable.web.js8 export const Table = createView({ __element: 'table' }); constant
9 Table.displayName = 'Table';
H A DTable.web.d.ts.map1 {"version":3,"file":"Table.web.d.ts","sourceRoot":"","sources":["../../src/elements/Table.web.tsx"]…
H A DTable.d.ts.map1 {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../src/elements/Table.tsx"],"names"…
H A DTable.web.js.map1Table.web.js","sourceRoot":"","sources":["../../src/elements/Table.web.tsx"],"names":[],"mappings"…
/expo/packages/html-elements/build/primitives/
H A DTable.js.map1 {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../src/primitives/Table.ts"],"names":…
H A DTable.d.ts.map1 {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../src/primitives/Table.ts"],"names…
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DActionObject.kt5 import com.raizlabs.android.dbflow.annotation.Table
8 @Table(database = ActionDatabase::class)
/expo/docs/ui/components/Table/
H A Dindex.ts4 export { Table } from './Table';
/expo/tools/src/vendoring/
H A Dindex.ts2 import Table from 'cli-table3';
50 const table = new Table({
/expo/docs/ui/components/Authentication/
H A DBox.tsx9 import { tableWrapperStyle } from '~/ui/components/Table/Table';
/expo/docs/components/plugins/api/
H A DAPISectionInterfaces.tsx29 import { Cell, Row, Table } from '~/ui/components/Table';
145 <Table>
148 </Table>
/expo/docs/ui/components/Markdown/
H A Dindex.tsx7 import { Cell, HeaderCell, Row, Table, TableHead } from '~/ui/components/Table';
80 Component: Table,
/expo/packages/html-elements/src/
H A DElements.tsx6 export * from './elements/Table';
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkTableColorFilter.h18 return SkColorFilters::Table(table); in Make()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/effects/
H A DSkTableColorFilter.h18 return SkColorFilters::Table(table); in Make()

123