| /expo/tools/src/ |
| H A D | Diff.ts | 21 split.slice(0, CONTEXT_SIZE).join('\n'), 23 split.slice(-CONTEXT_SIZE - 1).join('\n'), 31 .slice(0, CONTEXT_SIZE + 1) 36 .slice(-CONTEXT_SIZE - 1)
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/ |
| H A D | GDBProtocol.ts | 62 this.buffer = this.buffer.slice(this.headerSize + body.length); 84 const checksum = buffer.slice(-3).toString(); 87 const msg = buffer.slice(1, -3).toString(); 96 return msg.slice(1); 140 const checksumVal = checksum.startsWith('#') ? checksum.slice(1) : checksum;
|
| H A D | AbstractProtocol.ts | 65 this.buffer = this.buffer.slice(this.headerSize); 80 this.body = this.buffer.slice(0, this.bodyLength); 85 this.buffer = this.buffer.slice(this.body.length);
|
| /expo/home/utils/ |
| H A D | getSnackId.ts | 9 _snackId = `${hash.slice(0, 4)}-${hash.slice(4, 8)}`;
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/Data/ |
| H A D | parseLogBoxLog.js | 114 const [content, fileName, row] = match.slice(1); 128 const [content, fileName, row, column, codeFrame] = metroInternalError.slice(1); 153 const [fileName, content, row, column, codeFrame] = babelTransformError.slice(1); 177 const [fileName, content, codeFrame] = babelCodeFrameError.slice(1); 243 if (typeof message === 'string' && message.slice(-2) === '%s' && args.length > 0) { 246 argsWithoutComponentStack = args.slice(0, -1); 247 argsWithoutComponentStack[0] = message.slice(0, -2); 262 argsWithoutComponentStack.push(arg.slice(0, messageEndIndex));
|
| /expo/packages/expo-router/src/ |
| H A D | getServerManifest.ts | 126 const segments = removeTrailingSlash(route).slice(1).split('/'); 133 const { name, optional, repeat } = parseParameter(segment.slice(1, -1)); 144 if (!isNaN(parseInt(cleanedKey.slice(0, 1), 10))) { 194 name = name.slice(1, -1); 199 name = name.slice(3);
|
| /expo/packages/expo-router/build/ |
| H A D | getServerManifest.js | 89 const segments = removeTrailingSlash(route).slice(1).split('/'); 96 const { name, optional, repeat } = parseParameter(segment.slice(1, -1)); 106 if (!isNaN(parseInt(cleanedKey.slice(0, 1), 10))) { 151 name = name.slice(1, -1); 155 name = name.slice(3);
|
| /expo/packages/expo-router/src/link/ |
| H A D | path.ts | 62 res = res.slice(0, lastSlashIndex); 83 if (res.length > 0) res += '/' + path.slice(lastSlash + 1, i); 84 else res = path.slice(lastSlash + 1, i);
|
| /expo/packages/@expo/config-plugins/build/ios/utils/ |
| H A D | string.js.map | 1 …slice"],"sources":["../../../src/ios/utils/string.ts"],"sourcesContent":["export function trimQuot…
|
| H A D | string.js | 8 return s && s[0] === '"' && s[s.length - 1] === '"' ? s.slice(1, -1) : s;
|
| /expo/packages/expo-router/build/link/ |
| H A D | path.js | 64 res = res.slice(0, lastSlashIndex); 90 res += '/' + path.slice(lastSlash + 1, i); 92 res = path.slice(lastSlash + 1, i);
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Properties.ts | 26 const key = line.slice(0, eok); 27 const value = line.slice(eok + 1, line.length);
|
| /expo/apps/native-component-list/plugins/ |
| H A D | withGradleProperties.js | 20 const keyName = line.slice(0, eok); 26 value = line.slice(eok + 1, line.length);
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Properties.js | 24 const key = line.slice(0, eok); 25 const value = line.slice(eok + 1, line.length);
|
| /expo/packages/@expo/config-plugins/src/ios/utils/ |
| H A D | string.ts | 2 return s && s[0] === '"' && s[s.length - 1] === '"' ? s.slice(1, -1) : s;
|
| /expo/packages/expo-modules-autolinking/bin/ |
| H A D | expo-modules-autolinking.js | 8 require('../build')(process.argv.slice(2));
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/modules/stringifySafe/ |
| H A D | index.ts | 48 .slice(0, maxArrayLimit) 62 for (const k of keys.slice(0, maxObjectKeysLimit)) {
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/modules/stringifySafe/ |
| H A D | index.js | 39 .slice(0, maxArrayLimit) 55 for (const k of keys.slice(0, maxObjectKeysLimit)) {
|
| /expo/packages/@expo/cli/src/utils/tsconfig/ |
| H A D | matchTsConfigPathAlias.ts | 31 prefix: pattern.slice(0, indexOfStar), 32 suffix: pattern.slice(indexOfStar + 1),
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/Data/ |
| H A D | parseLogBoxLog.tsx | 164 const [content, fileName, row] = match.slice(1); 179 const [content, fileName, row, column, codeFrame] = metroInternalError.slice(1); 206 const [fileName, content, row, column, codeFrame] = babelTransformError.slice(1); 233 const [fileName, content, codeFrame] = babelCodeFrameError.slice(1); 308 if (typeof message === 'string' && message.slice(-2) === '%s' && args.length > 0) { 311 argsWithoutComponentStack = args.slice(0, -1); 312 argsWithoutComponentStack[0] = message.slice(0, -2); 328 argsWithoutComponentStack.push(arg.slice(0, messageEndIndex));
|
| /expo/packages/eslint-config-universe/__tests__/fixtures/ |
| H A D | web-native-00.js | 27 new SharedArrayBuffer(16).slice();
|
| /expo/packages/@expo/cli/src/customize/ |
| H A D | index.ts | 39 const { variadic, options, extras } = await resolveArgsAsync(process.argv.slice(3)).catch(
|
| /expo/packages/jest-expo/src/snapshot/ |
| H A D | createPlatformResolver.js | 17 .slice(0, -getExt(snapshotExtension).length);
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | strings.ts | 19 const first = uniqueItems.slice(0, limit);
|
| /expo/packages/@expo/cli/src/install/ |
| H A D | index.ts | 50 const { variadic, options, extras } = await resolveArgsAsync(process.argv.slice(3)).catch(
|