Home
last modified time | relevance | path

Searched refs:replaceAll (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/@expo/cli/src/start/server/type-generation/__typetests__/
H A DgenerateFixtures.ts38 .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 Droutes.ts152 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 Dexpo-module-readme8 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 DImageContentFitScreen.tsx82 ? JSON.stringify(example.position).replaceAll(/[{}"]/g, '').replaceAll(/[:,]/g, ' ')
/expo/packages/expo-modules-test-core/build/
H A DgetStructure.js54 .replaceAll('"', '');
121 const command = 'sourcekitten request --yaml "' + yamlRequest.replaceAll('"', '\\"') + '"';
H A DgetStructure.js.map1replaceAll('\"', '');\n}\n\nfunction maybeUnwrapXMLStructs(type: string | Partial<{ _text: string;…
/expo/packages/expo-modules-test-core/src/
H A DgetStructure.ts61 .replaceAll('"', '');
137 const command = 'sourcekitten request --yaml "' + yamlRequest.replaceAll('"', '\\"') + '"';
/expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/models/
H A DPhoneNumberModel.java28 map.putString("digits", phoneNumber.replaceAll("[^\\d.]", "")); in fromMap()
/expo/docs/ui/components/Snippet/
H A DDiffBlock.test.tsx43 const noCommitDataDiff = DIFF_CONTENT.replaceAll(/\s+index.+/g, '');
/expo/docs/ui/components/Authentication/
H A DGridItem.tsx20 href = `#${title.toLowerCase().replaceAll(' ', '-')}`,
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/models/
H A DPhoneNumberModel.java28 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 DPhoneNumberModel.java28 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 DPhoneNumberModel.java28 map.putString("digits", phoneNumber.replaceAll("[^\\d.]", "")); in fromMap()
/expo/packages/expo-structured-headers/android/src/main/java/expo/modules/structuredheaders/
H A DParameters.java201 …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 DParameters.java201 …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 DParameters.java201 …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 DParameters.java201 …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 DGenerateBareApp.ts345 const strippedAppName = appName.replaceAll('-', '');
/expo/docs/components/plugins/
H A DAppConfigSchemaPropertiesTable.tsx112 example: propertyValue.exampleString?.replaceAll('\n', ''),
/expo/packages/expo-modules-core/android/
H A DExpoModulesCorePlugin.gradle235 …filter { line -> line.replaceAll("return int\\(wrapNoInt\\(open, name, flags, mode\\)\\);", follyR…
/expo/docs/components/plugins/api/
H A DAPISectionUtils.tsx592 {parseCommentContent(paramTags ? content?.replaceAll(PARAM_TAGS_REGEX, '') : content)}
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemModule.kt77 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 DFileSystemModule.kt77 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 DFileSystemModule.kt90 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 DFileSystemModule.kt90 Pattern.compile("^file:/*").matcher(path).replaceAll("file:///") in <lambda>()

12