| /expo/packages/@expo/cli/src/start/server/type-generation/__typetests__/ |
| H A D | generateFixtures.ts | 38 .replaceAll(/^ /gm, '') 40 .replaceAll(/export function/g, 'export declare function') 41 .replaceAll(/export const/g, 'export declare const')
|
| /expo/packages/@expo/cli/src/start/server/type-generation/ |
| H A D | routes.ts | 152 return filePath.replaceAll(filePathSeperator, '/'); 203 .replaceAll(CATCH_ALL, '${CatchAllRoutePart<T>}') 204 .replaceAll(SLUG, '${SingleRoutePart<T>}') 261 const normalizedPath = p.replaceAll(path.sep, '/'); 275 routes.add(route.replaceAll(ARRAY_GROUP_REGEX, '').replaceAll(/\/+/g, '/').replace(/\/$/, ''));
|
| /expo/packages/expo-module-scripts/bin/ |
| H A D | expo-module-readme | 8 function replaceAll(current, replacement, content) { function 122 readme = replaceAll('androidPackageName', androidPackageName, readme); 128 readme = replaceAll('androidPackagePath', androidPackagePath, readme);
|
| /expo/apps/native-component-list/src/screens/Image/ |
| H A D | ImageContentFitScreen.tsx | 82 ? JSON.stringify(example.position).replaceAll(/[{}"]/g, '').replaceAll(/[:,]/g, ' ')
|
| /expo/packages/expo-modules-test-core/build/ |
| H A D | getStructure.js | 54 .replaceAll('"', ''); 121 const command = 'sourcekitten request --yaml "' + yamlRequest.replaceAll('"', '\\"') + '"';
|
| H A D | getStructure.js.map | 1 …replaceAll('\"', '');\n}\n\nfunction maybeUnwrapXMLStructs(type: string | Partial<{ _text: string;…
|
| /expo/packages/expo-modules-test-core/src/ |
| H A D | getStructure.ts | 61 .replaceAll('"', ''); 137 const command = 'sourcekitten request --yaml "' + yamlRequest.replaceAll('"', '\\"') + '"';
|
| /expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/models/ |
| H A D | PhoneNumberModel.java | 28 map.putString("digits", phoneNumber.replaceAll("[^\\d.]", "")); in fromMap()
|
| /expo/docs/ui/components/Snippet/ |
| H A D | DiffBlock.test.tsx | 43 const noCommitDataDiff = DIFF_CONTENT.replaceAll(/\s+index.+/g, '');
|
| /expo/docs/ui/components/Authentication/ |
| H A D | GridItem.tsx | 20 href = `#${title.toLowerCase().replaceAll(' ', '-')}`,
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/models/ |
| H A D | PhoneNumberModel.java | 28 map.putString("digits", phoneNumber.replaceAll("[^\\d.]", "")); in fromMap()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/models/ |
| H A D | PhoneNumberModel.java | 28 map.putString("digits", phoneNumber.replaceAll("[^\\d.]", "")); in fromMap()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/models/ |
| H A D | PhoneNumberModel.java | 28 map.putString("digits", phoneNumber.replaceAll("[^\\d.]", "")); in fromMap()
|
| /expo/packages/expo-structured-headers/android/src/main/java/expo/modules/structuredheaders/ |
| H A D | Parameters.java | 201 …public void replaceAll(BiFunction<? super String, ? super Item<? extends Object>, ? extends Item<?… in replaceAll() method in Parameters 202 delegate.replaceAll(function); in replaceAll()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/structuredheaders/ |
| H A D | Parameters.java | 201 …public void replaceAll(BiFunction<? super String, ? super Item<? extends Object>, ? extends Item<?… in replaceAll() method in Parameters 202 delegate.replaceAll(function); in replaceAll()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/structuredheaders/ |
| H A D | Parameters.java | 201 …public void replaceAll(BiFunction<? super String, ? super Item<? extends Object>, ? extends Item<?… in replaceAll() method in Parameters 202 delegate.replaceAll(function); in replaceAll()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/structuredheaders/ |
| H A D | Parameters.java | 201 …public void replaceAll(BiFunction<? super String, ? super Item<? extends Object>, ? extends Item<?… in replaceAll() method in Parameters 202 delegate.replaceAll(function); in replaceAll()
|
| /expo/tools/src/commands/ |
| H A D | GenerateBareApp.ts | 345 const strippedAppName = appName.replaceAll('-', '');
|
| /expo/docs/components/plugins/ |
| H A D | AppConfigSchemaPropertiesTable.tsx | 112 example: propertyValue.exampleString?.replaceAll('\n', ''),
|
| /expo/packages/expo-modules-core/android/ |
| H A D | ExpoModulesCorePlugin.gradle | 235 …filter { line -> line.replaceAll("return int\\(wrapNoInt\\(open, name, flags, mode\\)\\);", follyR…
|
| /expo/docs/components/plugins/api/ |
| H A D | APISectionUtils.tsx | 592 {parseCommentContent(paramTags ? content?.replaceAll(PARAM_TAGS_REGEX, '') : content)}
|
| /expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 77 Pattern.compile("^file:/*").matcher(path).replaceAll("file:///") in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 77 Pattern.compile("^file:/*").matcher(path).replaceAll("file:///") in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 90 Pattern.compile("^file:/*").matcher(path).replaceAll("file:///") in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 90 Pattern.compile("^file:/*").matcher(path).replaceAll("file:///") in <lambda>()
|