Home
last modified time | relevance | path

Searched refs:forEach (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/expo/packages/expo-image/build/web/
H A DgetImageWrapperEventHandler.js7 events?.onLoad?.forEach((e) => e?.(event));
11 events?.onLoad?.forEach((e) => e?.(event));
14 onTransitionEnd: () => events?.onTransitionEnd?.forEach((e) => e?.()),
15 onError: () => events?.onError?.forEach((e) => e?.({ source: source || null })),
/expo/packages/expo-image/src/web/
H A DgetImageWrapperEventHandler.ts13 events?.onLoad?.forEach((e) => e?.(event));
16 events?.onLoad?.forEach((e) => e?.(event));
19 onTransitionEnd: () => events?.onTransitionEnd?.forEach((e) => e?.()),
20 onError: () => events?.onError?.forEach((e) => e?.({ source: source || null })),
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegate.swift52 subscribers.forEach { $0.applicationDidBecomeActive?(application) } in applicationDidBecomeActive()
57 subscribers.forEach { $0.applicationWillResignActive?(application) } in applicationWillResignActive()
62 subscribers.forEach { $0.applicationDidEnterBackground?(application) } in applicationDidEnterBackground()
66 subscribers.forEach { $0.applicationWillEnterForeground?(application) } in applicationWillEnterForeground()
70 subscribers.forEach { $0.applicationWillTerminate?(application) } in applicationWillTerminate()
98 subs.forEach {
151 subs.forEach { subscriber in
200 return subscribers.forEach { in application()
226 subs.forEach { subscriber in
267 subs.forEach { subscriber in
[all …]
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegate.swift52 subscribers.forEach { $0.applicationDidBecomeActive?(application) } in applicationDidBecomeActive()
57 subscribers.forEach { $0.applicationWillResignActive?(application) } in applicationWillResignActive()
62 subscribers.forEach { $0.applicationDidEnterBackground?(application) } in applicationDidEnterBackground()
66 subscribers.forEach { $0.applicationWillEnterForeground?(application) } in applicationWillEnterForeground()
70 subscribers.forEach { $0.applicationWillTerminate?(application) } in applicationWillTerminate()
98 subs.forEach {
151 subs.forEach { subscriber in
200 return subscribers.forEach { in application()
226 subs.forEach { subscriber in
267 subs.forEach { subscriber in
[all …]
/expo/template-files/generate-bare-app/scripts/
H A DaddPackages.js10 packageNames.forEach((packageName) => {
17 dependencies.forEach((dependency) => {
24 symlinks.forEach((packageName) => {
59 Object.keys(pkg.dependencies).forEach((dependency) => {
61 deps.forEach((dep) => dependencies.add(dep));
/expo/packages/expo-modules-core/ios/AppDelegates/
H A DExpoAppDelegate.swift52 subscribers.forEach { $0.applicationDidBecomeActive?(application) } in applicationDidBecomeActive()
57 subscribers.forEach { $0.applicationWillResignActive?(application) } in applicationWillResignActive()
62 subscribers.forEach { $0.applicationDidEnterBackground?(application) } in applicationDidEnterBackground()
66 subscribers.forEach { $0.applicationWillEnterForeground?(application) } in applicationWillEnterForeground()
70 subscribers.forEach { $0.applicationWillTerminate?(application) } in applicationWillTerminate()
98 subs.forEach {
151 subs.forEach { subscriber in
200 return subscribers.forEach { in application()
227 subs.forEach { subscriber in
269 subs.forEach { subscriber in
[all …]
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegate.swift52 subscribers.forEach { $0.applicationDidBecomeActive?(application) } in applicationDidBecomeActive()
57 subscribers.forEach { $0.applicationWillResignActive?(application) } in applicationWillResignActive()
62 subscribers.forEach { $0.applicationDidEnterBackground?(application) } in applicationDidEnterBackground()
66 subscribers.forEach { $0.applicationWillEnterForeground?(application) } in applicationWillEnterForeground()
70 subscribers.forEach { $0.applicationWillTerminate?(application) } in applicationWillTerminate()
98 subs.forEach {
151 subs.forEach { subscriber in
200 return subscribers.forEach { in application()
226 subs.forEach { subscriber in
267 subs.forEach { subscriber in
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/views/
H A DViewManagerWrapperDelegate.kt46 ?.forEach { in onDestroy()
62 callbacks.forEach { in configureView()
65 return@forEach in configureView()
71 return@forEach in configureView()
76 return@forEach in configureView()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/
H A DModuleRegistry.kt33 provider.getModulesList().forEach { type -> in <lambda>()
53 forEach { in <lambda>()
60 forEach { in <lambda>()
67 forEach { in <lambda>()
75 forEach { in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/
H A DModuleRegistry.kt33 provider.getModulesList().forEach { type -> in <lambda>()
53 forEach { in <lambda>()
60 forEach { in <lambda>()
67 forEach { in <lambda>()
75 forEach { in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/views/
H A DViewManagerWrapperDelegate.kt46 ?.forEach { in onDestroy()
62 callbacks.forEach { in configureView()
65 return@forEach in configureView()
71 return@forEach in configureView()
76 return@forEach in configureView()
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/fixtures/
H A Dreact-native-project.ts67 fs.readdirSync(p).forEach((f) => {
81 fs.readdirSync(path.join(template, 'ios')).forEach((file) => {
84 fs.readdirSync(path.join(template, 'android')).forEach((file) => {
/expo/packages/@expo/config-plugins/src/plugins/__tests__/fixtures/
H A Dreact-native-project.ts66 fs.readdirSync(p).forEach((f) => {
80 fs.readdirSync(path.join(template, 'ios')).forEach((file) => {
83 fs.readdirSync(path.join(template, 'android')).forEach((file) => {
/expo/packages/@expo/config/build/
H A Dindex.js16 Object.keys(_Config).forEach(function (key) {
28 Object.keys(_Config2).forEach(function (key) {
40 Object.keys(_getExpoSDKVersion).forEach(function (key) {
52 Object.keys(_Errors).forEach(function (key) {
/expo/packages/expo-router/src/utils/__tests__/
H A Durl.test.node.ts9 ].forEach((href) => {
22 ].forEach((href) => {
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/
H A DModuleRegistry.kt54 modules.forEach { register(it) } in <lambda>()
58 provider.getModulesList().forEach { type -> in <lambda>()
78 forEach { in <lambda>()
85 forEach { in <lambda>()
92 forEach { in <lambda>()
/expo/packages/expo-router/src/fork/__tests__/
H A DgetStateFromPath.test.node.ts37 ].forEach(([path, basePath, result]) => {
82 ['/', 'foo/', 'foo/bar/', 'foo/bar/baz/'].forEach((path) => {
92 ].forEach(([url, expected]) => {
102 ].forEach(([url, expected]) => {
114 ].forEach(([url, expected]) => {
/expo/apps/test-suite/tests/
H A DConstants.js9 ['expoVersion', 'linkingUri'].forEach((v) =>
30 ].forEach((v) =>
H A DMediaLibrary.js192 ASSET_KEYS.forEach((key) => t.expect(keys).toContain(key));
199 INFO_KEYS.forEach((key) => t.expect(keys).toContain(key));
205 ALBUM_KEYS.forEach((key) => t.expect(keys).toContain(key));
211 GET_ASSETS_KEYS.forEach((key) => t.expect(keys).toContain(key));
281 assets.forEach((asset) => t.expect(asset.albumId).toBe(album.id));
307 assets.forEach((asset) => t.expect(asset.mediaType).toBe(mediaType));
316 assets.forEach((asset) => t.expect(asset.mediaType).toBe(mediaType));
324 assets.forEach((asset) => {
335 assets.forEach((asset) => {
410 expectedExtraKeys.forEach((key) => t.expect(keys).toContain(key));
[all …]
/expo/packages/@expo/config/build/paths/
H A Dindex.js7 Object.keys(_paths).forEach(function (key) {
18 Object.keys(_extensions).forEach(function (key) {
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/adapters/react/apploader/
H A DHeadlessAppLoaderNotifier.kt22 listeners.forEach { it.get()?.appLoaded(appScopeKey) } in appLoaded()
28 listeners.forEach { it.get()?.appDestroyed(appScopeKey) } in appLoaded()
/expo/tools/src/android-update-native-dependencies/
H A DupdateGradleFiles.ts45 .forEach((match) => {
55 .forEach((match) => {
65 .forEach((match) => {
77 .forEach((match) => {
88 .forEach((match) => {
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/adapters/react/apploader/
H A DHeadlessAppLoaderNotifier.kt22 listeners.forEach { it.get()?.appLoaded(appScopeKey) } in appLoaded()
28 listeners.forEach { it.get()?.appDestroyed(appScopeKey) } in appLoaded()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/adapters/react/apploader/
H A DHeadlessAppLoaderNotifier.kt22 listeners.forEach { it.get()?.appLoaded(appScopeKey) } in appLoaded()
28 listeners.forEach { it.get()?.appDestroyed(appScopeKey) } in appLoaded()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/adapters/react/apploader/
H A DHeadlessAppLoaderNotifier.kt22 listeners.forEach { it.get()?.appLoaded(appScopeKey) } in appLoaded()
28 listeners.forEach { it.get()?.appDestroyed(appScopeKey) } in appLoaded()

12345678910>>...23