Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 25 of 28) sorted by relevance

12

/expo/docs/ui/components/TableOfContents/
H A DTableOfContents.test.tsx14 it('returns no padding for h2 heading', () => {
15 expect(getHeadingIndent(makeHeading('h2'))).toHaveProperty('paddingLeft', 0);
43 it('returns normal text from h2 heading', () => {
44 expect(getHeadingInfo(makeHeading('h2', 'Hello World'))).toMatchObject({
81 function makeHeading(Tag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6', text = 'Hello World') {
/expo/apps/native-component-list/src/screens/
H A DWebViewScreen.tsx54 <h2>You can always use a WebView if you need to!</h2>
H A DPrintScreen.tsx151 h2 {
164 .map(() => `<h2>This wraps to the next line when it's too long</h2>`)}
/expo/packages/html-elements/build/elements/
H A DHeadings.js31 h2: { property
H A DHeadings.js.map1 …ts-ignore\n marginVertical: em(0.67),\n fontWeight: 'bold',\n },\n h2: {\n // @ts-ignor…
/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DHeadings-test.tsx.snap.web13 <h2
/expo/secrets/
H A Dkeys.json1 …����Yy"�h����}�#( �����Q&�p�" v+ �s��mίT]j�a ��+�gTCy��F�>v�{����x�h2�\A�D.�Ƙ��̝����i�!��…
/expo/docs/ui/components/Text/
H A Dindex.tsx14 const CRAWLABLE_HEADINGS = ['h1', 'h2', 'h3', 'h4', 'h5'];
144 const { h1, h2, h3, h4, h5 } = typography.headers.default;
156 ...h2,
/expo/packages/html-elements/src/elements/
H A DHeadings.tsx43 h2: {
/expo/packages/html-elements/
H A Dbabel.js13 h2: 'H2', property
H A DREADME.md64 | [`<h2 />`][html-h2] | [`<H2 />`](#h2) |
165 | Web | `<h2 aria-level="2" dir="auto" role="heading" />` |
810 [html-h2]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h2
/expo/packages/expo-image/ios/
H A DThumbhash.swift242 let h2 = UInt32(hash[2]) in thumbHashToRGBA() variable
245 let header24 = h0 | (h1 << 8) | (h2 << 16) in thumbHashToRGBA()
421 let h2 = UInt32(hash[2]) in thumbHashToAverageRGBA() variable
422 let header = h0 | (h1 << 8) | (h2 << 16) in thumbHashToAverageRGBA()
/expo/ios/versioned/sdk49/ExpoImage/
H A DThumbhash.swift242 let h2 = UInt32(hash[2]) in thumbHashToRGBA() variable
245 let header24 = h0 | (h1 << 8) | (h2 << 16) in thumbHashToRGBA()
421 let h2 = UInt32(hash[2]) in thumbHashToAverageRGBA() variable
422 let header = h0 | (h1 << 8) | (h2 << 16) in thumbHashToAverageRGBA()
/expo/docs/ui/components/Markdown/
H A Dindex.tsx28 h2: {
/expo/docs/.vale/writing-styles/expo-docs/
H A DHeadingCase.yml6 - heading.h2
/expo/docs/ui/components/ErrorPage/
H A DRedirectImage.tsx31 …98-1.562 5.561-4.828 5.561h-7.39c-1.949 0-3.748.705-5.194 1.863l.433-13.795h2.998a1.364 1.364 0 0 …
/expo/docs/ui/components/Home/
H A DCells.tsx193 h2: {
/expo/docs/components/plugins/__snapshots__/
H A DAPISection.test.tsx.snap5 <h2
51 </h2>
293 <h2
899 <h2
945 </h2>
2130 <h2
2344 <h2
4223 <h2
6163 <h2
6833 <h2
[all …]
/expo/packages/expo-localization/build/
H A DExpoLocalization.js.map1 …es24hourClock: (locale?.hourCycle || locale?.hourCycles?.[0])?.startsWith('h2') ?? null, //https:/…
/expo/docs/components/plugins/api/
H A DAPISectionUtils.tsx674 'h2, h3, h4': {
/expo/packages/expo-gl/common/
H A Dstb_image.h1521 int x, y, w2, h2; member
3008 z->img_comp[i].h2 = z->img_mcu_y * z->img_comp[i].v * 8; in stbi__process_frame_header()
3009 z->img_comp[i].raw_data = stbi__malloc(z->img_comp[i].w2 * z->img_comp[i].h2 + 15); in stbi__process_frame_header()
3023 z->img_comp[i].coeff_h = (z->img_comp[i].h2 + 7) >> 3; in stbi__process_frame_header()
/expo/ios/versioned/sdk47/EXGL/common/
H A Dstb_image.h1521 int x, y, w2, h2; member
3008 z->img_comp[i].h2 = z->img_mcu_y * z->img_comp[i].v * 8; in stbi__process_frame_header()
3009 z->img_comp[i].raw_data = stbi__malloc(z->img_comp[i].w2 * z->img_comp[i].h2 + 15); in stbi__process_frame_header()
3023 z->img_comp[i].coeff_h = (z->img_comp[i].h2 + 7) >> 3; in stbi__process_frame_header()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A Dstb_image.h1521 int x, y, w2, h2; member
3008 z->img_comp[i].h2 = z->img_mcu_y * z->img_comp[i].v * 8; in stbi__process_frame_header()
3009 z->img_comp[i].raw_data = stbi__malloc(z->img_comp[i].w2 * z->img_comp[i].h2 + 15); in stbi__process_frame_header()
3023 z->img_comp[i].coeff_h = (z->img_comp[i].h2 + 7) >> 3; in stbi__process_frame_header()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A Dstb_image.h1521 int x, y, w2, h2; member
3008 z->img_comp[i].h2 = z->img_mcu_y * z->img_comp[i].v * 8; in stbi__process_frame_header()
3009 z->img_comp[i].raw_data = stbi__malloc(z->img_comp[i].w2 * z->img_comp[i].h2 + 15); in stbi__process_frame_header()
3023 z->img_comp[i].coeff_h = (z->img_comp[i].h2 + 7) >> 3; in stbi__process_frame_header()
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle652h2:n({fontWeight:'600'},h[39]),h3:n({fontWeight:'600'},h[31]),h4:n({fontWeight:'600'},h[25]),h5:n(…
884 …[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",bu…
916 …7.03h-2.54v-2.91h2.54V7.845c0-2.521 1.493-3.914 3.777-3.914 1.095 0 2.239.196 2.239.196v2.476h-1.2…
923h2.332V20H4.652v-2.352zm4.385 0h2.331V20H9.04v-2.352zm4.385 0h2.331V20h-2.331v-2.352zM20 4.535v2.3…
931 …3-.208-.417-.319H3.333v3.819zm2.485-4.727V6.757H3.091a3.09 3.09 0 100 6.181h2.727z",fill:c||"#000"…
944 …52L10.5 14.5H8.49l.003-2.997h2.01V8.496H13.5V11m-5.002 9l.002-4m4-1.95v5.45h7v-5.45"}),l.createEle…
948 …7.22l3.116 5.242 2.278 4.088.002-.002c.19.324.412.627.66.905H2.86l-1-10.233h2.345zm4.941 4.672l-.2…
949 …reateElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.444 5.832h2.472l4.065 3.914h1.18…
955 ….createElement(u.Path,{clipRule:"evenodd",d:"M9.1 2.2a.447.447 0 01.44-.367h2.92c.216 0 .401.155.4…
965 …),u.createElement(o.Path,{d:"M4.821 0L1.25 3.571V16.43h4.286V20l3.571-3.571h2.857L18.393 10V0H4.82…
[all …]

12