| /expo/packages/@expo/cli/src/utils/ |
| H A D | glob.ts | 8 const callback = (er: Error | null, matched: string[]) => { 12 else resolve(matched); 24 const callback = (er: Error | null, matched: string[]) => { 28 else resolve(matched); 31 g.on('match', (matched) => { 36 callback(null, [matched]);
|
| /expo/packages/@expo/cli/src/utils/tsconfig/ |
| H A D | resolveWithTsConfigPaths.ts | 37 const matched = matchTsConfigPathAlias(aliases, request.moduleName); constant 38 if (!matched) { 42 for (const alias of config.paths[matched.text]) { constant 43 const nextModuleName = matched.star ? alias.replace('*', matched.star) : alias;
|
| /expo/packages/expo-router/src/__tests__/ |
| H A D | getServerManifest.test.node.ts | 136 const matched = new RegExp(matcher.namedRegex).exec( constant 139 expect(matched?.groups).toEqual({ 156 const matched = new RegExp(matcher.namedRegex).exec( constant 159 expect(matched?.groups).toEqual({
|
| /expo/packages/@expo/cli/src/run/ios/ |
| H A D | XcodeBuild.ts | 72 const matched = [...buildOutput.matchAll(reg)]; constant 74 if (!matched || !matched.length) { 80 return matched.map((value) => value[1]).filter(Boolean) as string[];
|
| /expo/packages/expo-router/build/utils/ |
| H A D | url.js.map | 1 …ed to ensure URLs sent in query parameters for in-app navigation are not matched.\n */\nexport fun…
|
| /expo/docs/pages/routing/ |
| H A D | create-pages.mdx | 67 Routes with higher specificity will be matched before a dynamic route. For example, `/blog/bacon` w… 69 Multiple slugs can be matched in a single route by using the rest syntax (`...`). For example, **ap…
|
| /expo/docs/pages/preview/ |
| H A D | api-routes.mdx | 30 API Routes are functions that are executed when a route is matched. They can be used to handle sens… 32 …extension. For example, the following route handler is executed when the route `/hello` is matched. 40 …y. For example, add the following route handler. It is executed when the route `/hello` is matched. 50 …erver route. The function executes when the corresponding HTTP method is matched. Unsupported meth…
|
| /expo/packages/expo-router/src/layouts/ |
| H A D | withLayoutContext.tsx | 64 /** Return a navigator that automatically injects matched routes and renders nothing when there are…
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | BuildProperties.js.map | 1 …property' && prop.key === name\n );\n\n if (value) {\n // found the matched value, add or mer…
|
| /expo/packages/expo-router/build/layouts/ |
| H A D | withLayoutContext.js.map | 1 … }, [children]);\n}\n\n/** Return a navigator that automatically injects matched routes and render…
|
| /expo/packages/expo-updates/guides/ |
| H A D | examples.md | 84 …the Android `Resources` API only allows access to resources at the scale matched to the current de…
|
| /expo/packages/expo-router/build/ |
| H A D | getServerManifest.js.map | 1 … a nested route tree, return a flattened array of all routes that can be matched.\nexport function…
|
| H A D | getRoutes.js.map | 1 …slashes in the name.\n * Routes like `explore/(something)/index` will be matched against `explore`…
|
| /expo/packages/@expo/cli/src/run/ios/__tests__/fixtures/ |
| H A D | outdated-xcode-error.log | 264 The requested device could not be found because no available devices matched the request.
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | codeMod.js.map | 1 …ntLabel) {\n continue;\n }\n }\n\n // This function is matched one, get the code…
|
| /expo/packages/expo-router/build/fork/ |
| H A D | getStateFromPath.js.map | 1 …matched.\n path: stripGroupSegmentsFromPath(value.path),\n };\n });\n\n const matc…
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Text/ |
| H A D | ABI47_0_0RNSVGTSpan.mm | 695 the author's computation exactly matched the value calculated by the user agent;
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Text/ |
| H A D | ABI49_0_0RNSVGTSpan.mm | 695 the author's computation exactly matched the value calculated by the user agent;
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Text/ |
| H A D | RNSVGTSpan.mm | 695 the author's computation exactly matched the value calculated by the user agent;
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Text/ |
| H A D | ABI48_0_0RNSVGTSpan.mm | 695 the author's computation exactly matched the value calculated by the user agent;
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 534 …('===t[n].value.toLowerCase())return!0;return!1}function T(t,n,i){return{matched:t,iterations:i,er… 550 …matched&&(function i(o){if(Array.isArray(o.match)){for(var y=0;y<o.match.length;y++)if(i(o.match[y… 551 …matched&&(function h(y){if(null!==y.syntax&&y.syntax.type===f&&y.syntax.name===l){var p=t(y),x=c(y…
|
| H A D | EXDevMenuApp.android.js | 535 …('===t[n].value.toLowerCase())return!0;return!1}function T(t,n,i){return{matched:t,iterations:i,er… 551 …matched&&(function i(o){if(Array.isArray(o.match)){for(var y=0;y<o.match.length;y++)if(i(o.match[y… 552 …matched&&(function h(y){if(null!==y.syntax&&y.syntax.type===f&&y.syntax.name===l){var p=t(y),x=c(y…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 735 …('===t[n].value.toLowerCase())return!0;return!1}function T(t,n,i){return{matched:t,iterations:i,er… 751 …matched&&(function i(o){if(Array.isArray(o.match)){for(var y=0;y<o.match.length;y++)if(i(o.match[y… 752 …matched&&(function h(y){if(null!==y.syntax&&y.syntax.type===f&&y.syntax.name===l){var p=t(y),x=c(y… 873 …1!==u.charCodeAt(y)||T(y)||n--:n++;if(n)throw new Error("Parenthesis not matched");return p(u.slic…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 736 …('===t[n].value.toLowerCase())return!0;return!1}function T(t,n,i){return{matched:t,iterations:i,er… 752 …matched&&(function i(o){if(Array.isArray(o.match)){for(var y=0;y<o.match.length;y++)if(i(o.match[y… 753 …matched&&(function h(y){if(null!==y.syntax&&y.syntax.type===f&&y.syntax.name===l){var p=t(y),x=c(y… 874 …1!==u.charCodeAt(y)||T(y)||n--:n++;if(n)throw new Error("Parenthesis not matched");return p(u.slic…
|