| /expo/apps/eas-expo-go/ |
| H A D | app.config.ts | 4 const base = { constant 10 ...base, 20 ...base, 30 ...base, 40 ...base, 50 ...base,
|
| /expo/tools/ |
| H A D | taskfile-swc.js | 10 if (file.base.endsWith('.d.ts')) return; 33 const filePath = path.join(file.dir, file.base); 38 filename: path.join(file.dir, file.base), 45 const ext = path.extname(file.base); 51 file.base = file.base.replace(extRegex, stripExtension ? '' : '.js'); 55 const map = `${file.base}.map`; 61 base: map, property
|
| /expo/packages/@expo/cli/ |
| H A D | taskfile-swc.js | 38 if (file.base.endsWith('.d.ts')) return; 44 const filePath = path.join(file.dir, file.base); 49 filename: path.join(file.dir, file.base), 56 const ext = path.extname(file.base); 62 file.base = file.base.replace(extRegex, stripExtension ? '' : '.js'); 66 const map = `${file.base}.map`; 72 base: map, property
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI47_0_0YGNodePrint.cpp | 20 static void indent(string& base, uint32_t level) { in indent() argument 22 base.append(" "); in indent() 45 string& base, in appendFloatOptionalIfDefined() argument 54 string& base, in appendNumberIfNotUndefined() argument 59 base.append(key + ": auto; "); in appendNumberIfNotUndefined() 69 string& base, in appendNumberIfNotAuto() argument 78 string& base, in appendNumberIfNotZero() argument 82 base.append(str + ": auto; "); in appendNumberIfNotZero() 89 string& base, in appendEdges() argument 103 string& base, in appendEdgeIfNotUndefined() argument [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI49_0_0YGNodePrint.cpp | 20 static void indent(string& base, uint32_t level) { in indent() argument 22 base.append(" "); in indent() 45 string& base, in appendFloatOptionalIfDefined() argument 54 string& base, in appendNumberIfNotUndefined() argument 59 base.append(key + ": auto; "); in appendNumberIfNotUndefined() 69 string& base, in appendNumberIfNotAuto() argument 78 string& base, in appendNumberIfNotZero() argument 82 base.append(str + ": auto; "); in appendNumberIfNotZero() 89 string& base, in appendEdges() argument 105 string& base, in appendEdgeIfNotUndefined() argument [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI48_0_0YGNodePrint.cpp | 20 static void indent(string& base, uint32_t level) { in indent() argument 22 base.append(" "); in indent() 45 string& base, in appendFloatOptionalIfDefined() argument 54 string& base, in appendNumberIfNotUndefined() argument 59 base.append(key + ": auto; "); in appendNumberIfNotUndefined() 69 string& base, in appendNumberIfNotAuto() argument 78 string& base, in appendNumberIfNotZero() argument 82 base.append(str + ": auto; "); in appendNumberIfNotZero() 89 string& base, in appendEdges() argument 103 string& base, in appendEdgeIfNotUndefined() argument [all …]
|
| /expo/packages/expo-router/src/testing-library/ |
| H A D | require-context-ponyfill.ts | 9 base = '.', 18 const relativePath = `./${path.relative(base, fullPath)}`; 32 readDirectory(base); 36 return require(path.join(base, file));
|
| /expo/android/app/src/androidTest/java/host/exp/exponent/utils/ |
| H A D | RetryTestRule.kt | 8 override fun apply(base: Statement, description: Description): Statement { in apply() 9 return statement(base, description) in apply() 12 private fun statement(base: Statement, description: Description): Statement { in statement() 19 base.evaluate() in statement()
|
| H A D | TestReporterRule.kt | 24 override fun apply(base: Statement, description: Description): Statement { in apply() 25 return statement(base, description) in apply() 28 private fun statement(base: Statement, description: Description): Statement { in statement() 35 base.evaluate() in statement()
|
| /expo/packages/expo-router/build/testing-library/ |
| H A D | require-context-ponyfill.js | 10 function requireContext(base = '.', scanSubDirectories = true, regularExpression = /\.[tj]sx?$/) { argument 15 const relativePath = `./${node_path_1.default.relative(base, fullPath)}`; 26 readDirectory(base); 28 return require(node_path_1.default.join(base, file));
|
| /expo/tools/src/vendoring/devmenu/steps/ |
| H A D | PrefixHeaders.ts | 48 const fileName = this.prefix + header.base; 50 return fs.rename(path.join(header.dir, header.base), path.join(parent, fileName)); 63 const regex = `(#include.*)${header.base}"`; 64 return acc.replace(new RegExp(regex, 'g'), `$1${this.prefix}${header.base}"`);
|
| /expo/packages/eslint-config-universe/shared/ |
| H A D | extensions.js | 10 for (const base of baseExtensions) { 11 expoExtensions.push(`${expo}${platform}${base}`);
|
| /expo/packages/expo-router/src/global-state/ |
| H A D | routing.ts | 75 let base = 81 if (base && !base.endsWith('/')) { 82 base += '/..'; 84 href = resolve(base, href);
|
| /expo/tools/src/versioning/android/ |
| H A D | expoModulesTransforms.ts | 63 const base = expoModulesBaseTransforms(pkg, abiVersion); constant 98 path: [...(base.path ?? []), ...(transforms.path ?? [])], 99 content: [...(base.content ?? []), ...(transforms.content ?? [])],
|
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ABIVersion.kt | 16 val base = 100 in toNumber() constant 21 currentBasePower *= base in toNumber()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkJpegGainmapEncoder.h | 36 const SkPixmap& base, 59 const SkPixmap& base,
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkJpegGainmapEncoder.h | 36 const SkPixmap& base, 59 const SkPixmap& base,
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkJpegGainmapEncoder.h | 36 const SkPixmap& base, 59 const SkPixmap& base,
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkJpegGainmapEncoder.h | 36 const SkPixmap& base, 59 const SkPixmap& base,
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkJpegGainmapEncoder.h | 36 const SkPixmap& base, 59 const SkPixmap& base,
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkJpegGainmapEncoder.h | 36 const SkPixmap& base, 59 const SkPixmap& base,
|
| /expo/packages/expo-dev-client-components/src/ |
| H A D | Text.tsx | 8 base: { 33 base: { 54 base: {
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Cognito/ |
| H A D | ABI48_0_0RNAWSCognito.m | 44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]]; 45 base = [self mod:base divisor:N]; 46 JKBigInteger *result = [base pow:exp andMod:N];
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Cognito/ |
| H A D | ABI49_0_0RNAWSCognito.m | 44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]]; 45 base = [self mod:base divisor:N]; 46 JKBigInteger *result = [base pow:exp andMod:N];
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Cognito/ |
| H A D | ABI47_0_0RNAWSCognito.m | 44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]]; 45 base = [self mod:base divisor:N]; 46 JKBigInteger *result = [base pow:exp andMod:N];
|