| /expo/packages/expo-screen-orientation/ios/enums/ |
| H A D | ModuleOrientationLock.swift | 5 case all = 1 19 case .all: in from() 20 return .all in from() 34 return UIInterfaceOrientationMask.all.contains(mask) ? .other : .unknown in from() 42 case .all: in toInterfaceOrientationMask() 43 return .all in toInterfaceOrientationMask()
|
| /expo/ios/versioned/sdk49/ExpoScreenOrientation/enums/ |
| H A D | ModuleOrientationLock.swift | 5 case all = 1 19 case .all: in from() 20 return .all in from() 34 return UIInterfaceOrientationMask.all.contains(mask) ? .other : .unknown in from() 42 case .all: in toInterfaceOrientationMask() 43 return .all in toInterfaceOrientationMask()
|
| /expo/docs/ |
| H A D | dangerfile.js | 20 let groupedByName = pages.reduce((all, path) => { 22 all[pageName] = all[pageName] || []; 23 all[pageName].push(path); 24 return all;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI48_0_0primitives.h | 100 OptionalT all{}; 106 horizontal.value_or(all.value_or(defaults)); in resolve() 108 vertical.value_or(all.value_or(defaults)); in resolve() 130 this->all) == 140 rhs.all); 161 OptionalT all{}; 171 topLeading.value_or(all.value_or(defaults))), in resolve() 173 topRight.value_or(topTrailing.value_or(all.value_or(defaults))), in resolve() 175 bottomLeft.value_or(bottomLeading.value_or(all.value_or(defaults))), in resolve() 191 this->all) == [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI47_0_0primitives.h | 95 OptionalT all{}; 101 horizontal.value_or(all.value_or(defaults)); in resolve() 103 vertical.value_or(all.value_or(defaults)); in resolve() 125 this->all) == 135 rhs.all); 156 OptionalT all{}; 166 topLeading.value_or(all.value_or(defaults))), in resolve() 168 topRight.value_or(topTrailing.value_or(all.value_or(defaults))), in resolve() 170 bottomLeft.value_or(bottomLeading.value_or(all.value_or(defaults))), in resolve() 186 this->all) == [all …]
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | clearNativeFolder.ts | 18 await Promise.all( 42 await Promise.all([ 58 await Promise.all([ 79 const valid = await Promise.all( 103 await Promise.all(
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI49_0_0primitives.h | 101 OptionalT all{}; 110 horizontal.value_or(all.value_or(defaults)); in resolve() 112 vertical.value_or(all.value_or(defaults)); in resolve() 138 this->all, 151 rhs.all, 175 OptionalT all{}; 194 topLeading.value_or(all.value_or(defaults))), in resolve() 196 topRight.value_or(topTrailing.value_or(all.value_or(defaults))), in resolve() 198 bottomLeft.value_or(bottomLeading.value_or(all.value_or(defaults))), in resolve() 214 this->all, [all …]
|
| /expo/packages/@expo/metro-config/src/transformer/__tests__/ |
| H A D | createExoticTransformer-test.ts | 9 const all = jest.requireActual('../createMultiRuleTransformer'); constant 12 ...all, 16 loaders: Object.keys(all.loaders).reduce(
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/ |
| H A D | ScopedSecureStoreModule.kt | 23 …gratePreferencesData = Constants.isStandaloneApp() && prefs.all.isEmpty() && legacyPrefs.all.isNot… in maybeMigrateSharedPreferences() 25 for ((key, value) in legacyPrefs.all) { in maybeMigrateSharedPreferences()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedSecureStoreModule.kt | 23 …gratePreferencesData = Constants.isStandaloneApp() && prefs.all.isEmpty() && legacyPrefs.all.isNot… in maybeMigrateSharedPreferences() 25 for ((key, value) in legacyPrefs.all) { in maybeMigrateSharedPreferences()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedSecureStoreModule.kt | 23 …gratePreferencesData = Constants.isStandaloneApp() && prefs.all.isEmpty() && legacyPrefs.all.isNot… in maybeMigrateSharedPreferences() 25 for ((key, value) in legacyPrefs.all) { in maybeMigrateSharedPreferences()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedSecureStoreModule.kt | 23 …gratePreferencesData = Constants.isStandaloneApp() && prefs.all.isEmpty() && legacyPrefs.all.isNot… in maybeMigrateSharedPreferences() 25 for ((key, value) in legacyPrefs.all) { in maybeMigrateSharedPreferences()
|
| /expo/docs/pages/troubleshooting/ |
| H A D | clear-cache-macos-linux.mdx | 18 watchman watch-del-all 30 watchman watch-del-all 43 watchman watch-del-all 55 watchman watch-del-all 67 | `rm -rf node_modules` | Clear all of the dependencies of your project … 70 | `yarn`/`npm install` | Reinstall all dependencies … 71 | `watchman watch-del-all` | Reset the `watchman` file watcher …
|
| H A D | clear-cache-windows.mdx | 16 watchman watch-del-all 28 watchman watch-del-all 41 watchman watch-del-all 53 watchman watch-del-all 65 | `del node_modules` | Clear all of the dependencies of your project … 68 | `yarn`/`npm install` | Reinstall all dependencies … 69 | `watchman watch-del-all` | Reset the `watchman` file watcher …
|
| /expo/.github/workflows/ |
| H A D | sdk.yml | 7 description: 'type "check-all" to force checking all packages' 53 …ithub.event_name }}" == "schedule" || "${{ github.event.inputs.checkAll }}" == "check-all" ]]; then 54 # Check all packages on scheduled events or if requested by workflow_dispatch event. 55 bin/expotools check-packages --all 58 … # In pull requests and workflow_dispatch events check all packages changed in the entire PR.
|
| /expo/packages/expo-face-detector/build/ |
| H A D | FaceDetector.js.map | 1 …all`.\n */\n smilingProbability?: number;\n /**\n * Position of the left ear in image coordi…
|
| H A D | FaceDetector.d.ts | 113 all = 2 enumerator 117 all = 2 enumerator
|
| /expo/packages/expo-updates/cli/ |
| H A D | generateCodeSigningAsync.ts | 29 await Promise.all([ensureDirAsync(certificateOutputDir), ensureDirAsync(keyOutputDir)]); 31 const [certificateOutputDirContents, keyOutputDirContents] = await Promise.all([ 52 await Promise.all([
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashImages.ts | 122 await Promise.all([ 131 await Promise.all( 133 await Promise.all( 152 await Promise.all(
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/permissions/requesters/ |
| H A D | SimpleRequester.kt | 25 …getAndroidPermissions().all { permissionsResponse.getValue(it).status == PermissionsStatus.GRANTED… in getAndroidPermissions() 26 …getAndroidPermissions().all { permissionsResponse.getValue(it).status == PermissionsStatus.DENIED … in getAndroidPermissions() 32 …putBoolean(CAN_ASK_AGAIN_KEY, getAndroidPermissions().all { permissionsResponse.getValue(it).canAs… in getAndroidPermissions()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/permissions/requesters/ |
| H A D | SimpleRequester.kt | 25 …getAndroidPermissions().all { permissionsResponse.getValue(it).status == PermissionsStatus.GRANTED… in getAndroidPermissions() 26 …getAndroidPermissions().all { permissionsResponse.getValue(it).status == PermissionsStatus.DENIED … in getAndroidPermissions() 32 …putBoolean(CAN_ASK_AGAIN_KEY, getAndroidPermissions().all { permissionsResponse.getValue(it).canAs… in getAndroidPermissions()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/permissions/requesters/ |
| H A D | SimpleRequester.kt | 25 …getAndroidPermissions().all { permissionsResponse.getValue(it).status == PermissionsStatus.GRANTED… in getAndroidPermissions() 26 …getAndroidPermissions().all { permissionsResponse.getValue(it).status == PermissionsStatus.DENIED … in getAndroidPermissions() 32 …putBoolean(CAN_ASK_AGAIN_KEY, getAndroidPermissions().all { permissionsResponse.getValue(it).canAs… in getAndroidPermissions()
|
| /expo/packages/expo-modules-core/build/ |
| H A D | TypedArrays.types.js.map | 1 …all integer based [`TypedArray` objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/R…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashImages.js | 134 …await Promise.all([setSplashImageDrawablesForThemeAsync(splash, 'light', projectRoot), setSplashIm… 138 await Promise.all(Object.values(DRAWABLES_CONFIGS).map(async ({ 141 await Promise.all(Object.values(modes).map(async ({ 153 await Promise.all(['mdpi', 'hdpi', 'xhdpi', 'xxhdpi', 'xxxhdpi'].map(async imageKey => {
|
| /expo/packages/@expo/cli/src/start/server/type-generation/ |
| H A D | startTypescriptTypeGeneration.ts | 34 await Promise.all([ 50 await Promise.all([
|