Home
last modified time | relevance | path

Searched refs:head (Results 1 – 25 of 124) sorted by relevance

12345

/expo/tools/src/code-review/reviewers/
H A DreviewForbiddenFiles.ts15 if (!pullRequest.head) {
21 pullRequest.head.sha,
47 return `- ${linkToFile(pullRequest.head, file.path)}\n - ${logs.join('\n - ')}`;
62 function linkToFile(head: ReviewInput['pullRequest']['head'], path: string): string {
63 return `[${path}](${head.repo?.html_url}/blob/${head.ref}/${encodeURIComponent(path)})`;
H A DcheckMissingChangelogs.ts16 if (!pullRequest.head) {
41 .map((pkg) => `- ${relativeChangelogPath(pullRequest.head, pkg)}`)
65 function relativeChangelogPath(head: ReviewInput['pullRequest']['head'], pkg: Package): string {
67 return `[\`${relativePath}\`](${head.repo?.html_url}/blob/${head.ref}/${relativePath})`;
/expo/packages/@expo/metro-config/src/transform-worker/__tests__/__snapshots__/
H A Dtransform-worker.test.ts.snap10 const head = document.head || document.getElementsByTagName('head')[0];
18 head.appendChild(style);
52 const head = document.head || document.getElementsByTagName('head')[0];
60 head.appendChild(style);
103 const head = document.head || document.getElementsByTagName('head')[0];
111 head.appendChild(style);
H A Dcss.test.ts.snap16 const head = document.head || document.getElementsByTagName('head')[0];
24 head.appendChild(style);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/event/
H A DABI48_0_0event.cpp65 auto head = push(nullptr); in reset() local
66 while (head != nullptr) { in reset()
67 auto current = head; in reset()
68 head = head->next; in reset()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/event/
H A DABI49_0_0event.cpp65 auto head = push(nullptr); in reset() local
66 while (head != nullptr) { in reset()
67 auto current = head; in reset()
68 head = head->next; in reset()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/event/
H A DABI47_0_0event.cpp65 auto head = push(nullptr); in reset() local
66 while (head != nullptr) { in reset()
67 auto current = head; in reset()
68 head = head->next; in reset()
/expo/packages/@expo/config-plugins/src/android/
H A DStyles.ts68 const existingItem = appTheme.item.filter(({ $: head }) => head.name === name)[0];
97 const existingItem = appTheme.item.filter(({ $: head }) => head.name === item.$.name)[0];
124 const index = appTheme.item.findIndex(({ $: head }: ResourceItemXML) => head.name === name);
H A DResources.ts123 const app = xml?.filter?.(({ $: head }) => {
124 let matches = head.name === group.name;
126 matches = head.parent === group.parent;
/expo/packages/@expo/config-plugins/build/android/
H A DStyles.js71 $: head
72 }) => head.name === name)[0];
94 $: head
95 }) => head.name === item.$.name)[0];
118 $: head
119 }) => head.name === name);
H A DResources.js101 $: head
103 let matches = head.name === group.name;
105 matches = head.parent === group.parent;
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkLRUCache.h37 Entry* node = fLRU.head(); in ~SkLRUCache()
41 node = fLRU.head(); in ~SkLRUCache()
51 if (entry != fLRU.head()) { in find()
94 for (Entry* e = fLRU.head(); e; e = fLRU.head()) { in reset()
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.ts46 styles.resources.style = styles.resources.style?.filter?.(({ $: head }) => {
47 let matches = head.name === group.name;
49 matches = head.parent === group.parent;
/expo/packages/expo-router/src/static/
H A DrenderStaticContent.tsx20 import { Head } from '../head';
94 output = output.replace('</head>', `${css}</head>`);
100 output = output.replace('</head>', `${fonts.join('')}</head>`);
110 html = html.replace('<head>', `<head>${result}`);
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.js66 $: head
68 let matches = head.name === group.name;
70 matches = head.parent === group.parent;
/expo/packages/@expo/cli/src/export/
H A DexportStaticAsync.ts283 const [head, ...rest] = segments; constant
285 if (head.startsWith('(foo,foo')) {
288 if (matchGroupName(head)) {
289 const groups = head.slice(1, -1).split(',');
303 current = `${current}/${head}`;
305 current = head;
/expo/templates/expo-template-tabs/app/
H A D+html.tsx10 <head>
31 {/* Add any additional <head> elements that you want globally available on web... */}
32 </head>
/expo/packages/expo-image/build/web/
H A DimageStyles.js134 document.head.appendChild(styleTag);
/expo/packages/expo-router/build/head/
H A Dindex.d.ts.map1 {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/head/index.ts"],"names":[],"…
H A Dindex.js.map1 {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/head/index.ts"],"names":[],"ma…
H A Durl.d.ts.map1 {"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../src/head/url.tsx"],"names":[],"map…
/expo/apps/router-e2e/__e2e__/static-rendering/app/
H A D+html.tsx12 <head>
26 </head>
/expo/docs/common/
H A Dredirect.tsx1 import Head from 'next/head';
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/__tests__/
H A Dcreate_github_release_test.sh42 head -c 1024 </dev/urandom >"$ARTIFACT_PATH"
/expo/packages/@expo/metro-config/build/transform-worker/
H A Dcss.js.map1head = document.head || document.getElementsByTagName('head')[0];\n const style = document.create…

12345