| /expo/tools/src/ |
| H A D | Diff.ts | 18 const split = part.value.split('\n'); constant 19 if (split.length - 1 > 2 * CONTEXT_SIZE) { 21 split.slice(0, CONTEXT_SIZE).join('\n'), 23 split.slice(-CONTEXT_SIZE - 1).join('\n'), 30 .split('\n') 35 .split('\n')
|
| H A D | Git.ts | 287 .split(/\n/g) 293 const [status, relativePath, relativePathAfterRename] = line.split(/\t+/g); 353 .split(/\s+/g) 375 return stdout.trim().split(/\n+/g).filter(Boolean); 418 .split(/\n+/g) 420 const columns = line.split(/\b(?=\s+)/g);
|
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ABIVersion.kt | 18 val split = abiVersion.split(delimiter) in toNumber() constant 19 for (str in split.reversed()) { in toNumber()
|
| /expo/packages/@expo/cli/src/start/server/webpack/ |
| H A D | formatWebpackMessages.ts | 25 lines = message.split('\n'); 27 lines = message['message'].split('\n'); 31 lines = message['message'].split('\n'); 70 lines = message.split('\n'); 102 lines = message.split('\n');
|
| /expo/packages/expo-router/build/ |
| H A D | LocationProvider.js | 11 pathname: (0, getStateFromPath_1.stripBasePath)(path, basePath).split('?')['0'], 18 const [pathname] = statePath.split('?'); 21 …segments: (0, getStateFromPath_1.stripBasePath)(pathname, basePath).split('/').filter(Boolean).map…
|
| /expo/packages/expo-auth-session/build/ |
| H A D | QueryParams.js | 7 const parts = url.split('#'); 9 const partsWithoutHash = parts[0].split('?');
|
| /expo/packages/expo-auth-session/src/ |
| H A D | QueryParams.ts | 12 const parts = url.split('#'); 14 const partsWithoutHash = parts[0].split('?');
|
| /expo/tools/src/generate-module/ |
| H A D | promptQuestionsAsync.ts | 14 .split('-') 29 const wordsToJavaModule = (s: string) => s.toLowerCase().split('-').join(''); 44 .split('-')
|
| H A D | configureModule.ts | 210 const packageDirNames = path.relative(flavorSrcPath, srcFiles[0].path).split('/').slice(0, -1); 235 const sourceFilesPath = path.join(androidSrcPath, ...templateJavaPackage.split('.')); 236 const destinationFilesPath = path.join(androidSrcPath, ...javaPackage.split('.')); 256 path.join(androidSrcPath, templateJavaPackage.split('.')[0]) 263 const testSourcePath = path.join(androidTestPath, ...templateTestPackage.split('.')); 264 const testDestinationPath = path.join(androidTestPath, ...javaPackage.split('.')); 270 path.join(androidTestPath, templateTestPackage.split('.')[0])
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | obj.ts | 3 const branches = key.split('.'); 17 const branches = key.split('.');
|
| /expo/apps/bare-expo/e2e/utils/ |
| H A D | report.js | 9 .split('+++') 11 .split(` ${testName} `)
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | generateCode.ts | 12 const contents = src.split('\n'); 57 ...newSrc.split('\n'), 78 const lines = content.split('\n');
|
| /expo/packages/expo-router/src/ |
| H A D | useNavigation.ts | 59 const fromParts = from.split('/').filter(Boolean); 60 const toParts = to.split('/').filter(Boolean);
|
| H A D | LocationProvider.tsx | 24 pathname: stripBasePath(path, basePath).split('?')['0'], 40 const [pathname] = statePath.split('?'); 43 segments: stripBasePath(pathname, basePath).split('/').filter(Boolean).map(decodeURIComponent),
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | lint-java.js | 75 return proc.stdout.split('\n').filter(x => x); 111 const original = match[1].split(','); 112 const updated = match[2].split(','); 131 diff.split('\n').forEach(line => {
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | lint-java.js | 75 return proc.stdout.split('\n').filter(x => x); 111 const original = match[1].split(','); 112 const updated = match[2].split(','); 131 diff.split('\n').forEach(line => {
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | generateCode.js | 26 const contents = src.split('\n'); 58 …et !== void 0 ? sanitizedTarget : src, anchor, offset, [header, ...newSrc.split('\n'), `${comment}… 82 const lines = content.split('\n');
|
| /expo/tools/src/versioning/android/versionCxx/patches/ |
| H A D | expo-modules-core.patch | 5 @@ -70,6 +70,10 @@ def REACT_NATIVE_TARGET_VERSION = REACT_NATIVE_VERSION.split("\\.")[1].toInteger 15 return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
|
| H A D | expo-av.patch | 7 def REACT_NATIVE_TARGET_VERSION = REACT_NATIVE_VERSION.split("\\.")[1].toInteger() 15 return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | codeMod.ts | 22 const lines = source.split('\n'); 68 const symbols = selector.split(':'); 157 const argLabels = selector.substring(parenthesesIndex + 1, selector.length - 2).split(':'); 167 const params = paramsString.split(',').map(parseSwiftFunctionParam); 199 const [argumentLabel, parameterName] = paramTuple.substring(0, semiIndex).split(/\s+/);
|
| /expo/packages/@expo/cli/src/start/platforms/android/ |
| H A D | adb.ts | 79 const lines = packages.split(/\r?\n/); 217 const splitItems = output.trim().replace(/\n$/, '').split(os.EOL); 230 const props = line.split(' ').filter(Boolean); 330 return cpuAbiList.trim().split(',') as DeviceABI[]; 385 .split(/[\r\n]+/)
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Package.ts | 51 const packagePathParts = path.relative(packageRoot, packagePath).split(path.sep).filter(Boolean); 71 const packagePathParts = path.relative(packageRoot, packagePath).split(path.sep).filter(Boolean); 167 const currentPackagePath = path.join(packageRoot, ...currentPackageName.split('.')); 168 const newPackagePath = path.join(packageRoot, ...packageName.split('.')); 185 const oldPathParts = currentPackageName.split('.');
|
| /expo/packages/@expo/cli/src/start/server/middleware/inspector/ |
| H A D | JsInspector.ts | 63 const deviceId = app.id.split('-')[0]; 71 const deviceId = app.id.split('-')[0];
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/client/ |
| H A D | DebugserverClient.ts | 55 const parts = resp.split(';'); 59 resolve(Buffer.from(part.split(':')[1], 'hex').toString('ascii'));
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | codeMod.js | 35 const lines = source.split('\n'); 77 const symbols = selector.split(':'); 154 const argLabels = selector.substring(parenthesesIndex + 1, selector.length - 2).split(':'); 163 const params = paramsString.split(',').map(parseSwiftFunctionParam); 193 const [argumentLabel, parameterName] = paramTuple.substring(0, semiIndex).split(/\s+/);
|