| /expo/packages/expo/ |
| H A D | react-native.config.js | 7 function isMatchedInFile(filePath, regexp) { argument 9 return !!contents.match(regexp);
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | commonCodeMod.ts | 72 export function searchFromOffset(source: string, regexp: RegExp, offset: number): number { 74 const matchedIndex = target.search(regexp);
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | commonCodeMod.js | 58 function searchFromOffset(source, regexp, offset) { argument 60 const matchedIndex = target.search(regexp);
|
| H A D | commonCodeMod.d.ts | 32 export declare function searchFromOffset(source: string, regexp: RegExp, offset: number): number;
|
| H A D | commonCodeMod.js.map | 1 …regexp","target","matchedIndex","search"],"sources":["../../src/utils/commonCodeMod.ts"],"sourcesC…
|
| /expo/packages/expo-module-scripts/bin/ |
| H A D | expo-module-readme | 9 const regexp = new RegExp(escapeRegExp('${' + current + '}'), 'g'); 10 return content.replace(regexp, replacement);
|
| /expo/tools/src/versioning/android/ |
| H A D | index.ts | 67 async function transformFileAsync(filePath: string, regexp: RegExp, replacement: string = '') { 69 await fs.writeFile(filePath, fileContent.replace(regexp, replacement));
|
| /expo/apps/test-suite/functions/ |
| H A D | yarn.lock | 644 escape-string-regexp@^2.0.0: 646 …resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a3030… 729 path-to-regexp "0.1.7" 1068 escape-string-regexp "^2.0.0" 1448 path-to-regexp@0.1.7: 1450 …resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f1…
|
| /expo/packages/expo-router/build/ |
| H A D | getServerManifest.js.map | 1 …join(''),\n routeKeys,\n };\n}\n\n// regexp is based on https://github.com/sindresorhus/escape…
|
| /expo/docs/ |
| H A D | yarn.lock | 353 escape-string-regexp "^4.0.0" 2525 escape-string-regexp "^1.0.5" 3326 escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: 3331 escape-string-regexp@^2.0.0: 3336 escape-string-regexp@^4.0.0: 3341 escape-string-regexp@^5.0.0: 3614 escape-string-regexp "^4.0.0" 4201 glob-to-regexp@^0.4.1: 5849 escape-string-regexp "^5.0.0" 7587 regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: [all …]
|
| /expo/packages/expo-task-manager/ios/EXTaskManager/ |
| H A D | EXTaskService.m | 728 …NSRegularExpression *regexp = [NSRegularExpression regularExpressionWithPattern:@"^ABI\\d+_\\d+_\\… 730 return [regexp stringByReplacingMatchesInString:versionedClassName
|
| /expo/ios/versioned/sdk47/EXTaskManager/EXTaskManager/ |
| H A D | ABI47_0_0EXTaskService.m | 728 …NSRegularExpression *regexp = [NSRegularExpression regularExpressionWithPattern:@"^ABI\\d+_\\d+_\\… 730 return [regexp stringByReplacingMatchesInString:versionedClassName
|
| /expo/ios/versioned/sdk49/EXTaskManager/EXTaskManager/ |
| H A D | ABI49_0_0EXTaskService.m | 728 …NSRegularExpression *regexp = [NSRegularExpression regularExpressionWithPattern:@"^ABI\\d+_\\d+_\\… 730 return [regexp stringByReplacingMatchesInString:versionedClassName
|
| /expo/ios/versioned/sdk48/EXTaskManager/EXTaskManager/ |
| H A D | ABI48_0_0EXTaskService.m | 728 …NSRegularExpression *regexp = [NSRegularExpression regularExpressionWithPattern:@"^ABI\\d+_\\d+_\\… 730 return [regexp stringByReplacingMatchesInString:versionedClassName
|
| /expo/tools/ |
| H A D | yarn.lock | 5261 escape-string-regexp@2.0.0: 5266 escape-string-regexp@^1.0.5: 5271 escape-string-regexp@^4.0.0: 5655 path-to-regexp "0.1.7" 5691 path-to-regexp "0.1.7" 7480 is-regexp@^1.0.0: 9761 path-to-regexp@0.1.7: 10604 escape-string-regexp "2.0.0" 10780 regexp.prototype.flags@^1.3.0: 10788 regexp.prototype.flags@^1.4.3: [all …]
|
| /expo/ |
| H A D | yarn.lock | 8849 escape-string-regexp@2.0.0, escape-string-regexp@^2.0.0: 9367 path-to-regexp "0.1.7" 10271 glob-to-regexp@^0.4.1: 14228 path-to-regexp "^1.7.0" 15152 path-to-regexp@0.1.7: 15157 path-to-regexp@2.2.1: 15162 path-to-regexp@^1.7.0, path-to-regexp@^1.8.0: 16698 regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.flags@^1.4.3: 17355 path-to-regexp "2.2.1" 19881 glob-to-regexp "^0.4.1" [all …]
|
| /expo/packages/expo-modules-core/ios/NativeModulesProxy/ |
| H A D | EXNativeModulesProxy.mm | 87 @property (nonatomic, strong) NSRegularExpression *regexp;
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/NativeModulesProxy/ |
| H A D | ABI49_0_0EXNativeModulesProxy.mm | 87 @property (nonatomic, strong) NSRegularExpression *regexp;
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/NativeModulesProxy/ |
| H A D | ABI48_0_0EXNativeModulesProxy.mm | 90 @property (nonatomic, strong) NSRegularExpression *regexp;
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/NativeModulesProxy/ |
| H A D | ABI47_0_0EXNativeModulesProxy.mm | 90 @property (nonatomic, strong) NSRegularExpression *regexp;
|
| /expo/packages/expo-router/build/fork/ |
| H A D | getStateFromPath.js.map | 1 …e } from '@react-navigation/routers';\nimport escape from 'escape-string-regexp';\nimport Constant…
|
| /expo/packages/expo-dev-client/android/src/androidTest/assets/ |
| H A D | bundled_app.bundle | 3 …regexp');if(y(r))return n.stylize(Date.prototype.toString.call(r),'date');if(d(r))return o(r)}var …
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 3 …regexp');if(y(t))return n.stylize(Date.prototype.toString.call(t),'date');if(d(t))return o(t)}var … 772 …> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\n …
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 3 …regexp');if(y(t))return n.stylize(Date.prototype.toString.call(t),'date');if(d(t))return o(t)}var … 773 …> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\n …
|