Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 1500) sorted by relevance

12345678910>>...60

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/services/linking/
H A DLinkingKernelService.kt2 package host.exp.exponent.kernel.services.linking
5 import host.exp.exponent.Constants
6 import host.exp.exponent.kernel.KernelConstants.ExperienceOptions
7 import host.exp.exponent.kernel.KernelProvider
25 val host = uri.host in canOpenURI() constant
26 … return host != null && (host == "exp.host" || host == "exp.direct" || host.endsWith("exp.direct")) in canOpenURI()
/expo/ios/Tests/Linking/
H A DEXLinkingTests.m32 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"https://exp.ho…
37 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"exp://exp.host
38 …[self _assertDeepLink:@"http://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"exp://exp.host/…
39 …[self _assertDeepLink:@"exp://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"https://exp.host
40 …[self _assertDeepLink:@"exps://exp.host/@ben/foodwheel/--/spin" routesToManifest:@"https://exp.hos…
81 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel?a=b&c=d" routesToManifest:@"exp://exp.host
84 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/spin?a=b&c=d" routesToManifest:@"exp://…
92 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel/--/a/b/c" routesToManifest:@"exp://exp.hos…
93 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel" routesToManifest:@"exp://exp.host/@ben/fo…
120 @"https://exp.host/@ben/foodwheel/--/",
[all …]
/expo/android/vendored/unversioned/react-native-pager-view/android/src/main/java/com/reactnativepagerview/
H A DPagerViewViewManagerImpl.kt27 val parent = getViewPager(host) in <lambda>()
39 if (!host.didSetInitialIndex && host.initialIndex == index) { in <lambda>()
40 host.didSetInitialIndex = true in <lambda>()
85 getViewPager(host).isUserInputEnabled = value in <lambda>()
89 val view = getViewPager(host) in <lambda>()
101 val view = getViewPager(host) in <lambda>()
104 if (host.initialIndex === null) { in <lambda>()
105 host.initialIndex = value in <lambda>()
107 host.didSetInitialIndex = true in <lambda>()
121 val child = getViewPager(host).getChildAt(0) in <lambda>()
[all …]
/expo/android/vendored/sdk48/react-native-pager-view/android/src/main/java/abi48_0_0/com/reactnativepagerview/
H A DPagerViewViewManagerImpl.kt27 val parent = getViewPager(host) in <lambda>()
39 if (!host.didSetInitialIndex && host.initialIndex == index) { in <lambda>()
40 host.didSetInitialIndex = true in <lambda>()
85 getViewPager(host).isUserInputEnabled = value in <lambda>()
89 val view = getViewPager(host) in <lambda>()
101 val view = getViewPager(host) in <lambda>()
104 if (host.initialIndex === null) { in <lambda>()
105 host.initialIndex = value in <lambda>()
107 host.didSetInitialIndex = true in <lambda>()
121 val child = getViewPager(host).getChildAt(0) in <lambda>()
[all …]
/expo/android/vendored/sdk49/react-native-pager-view/android/src/main/java/abi49_0_0/com/reactnativepagerview/
H A DPagerViewViewManagerImpl.kt27 val parent = getViewPager(host) in <lambda>()
39 if (!host.didSetInitialIndex && host.initialIndex == index) { in <lambda>()
40 host.didSetInitialIndex = true in <lambda>()
85 getViewPager(host).isUserInputEnabled = value in <lambda>()
89 val view = getViewPager(host) in <lambda>()
101 val view = getViewPager(host) in <lambda>()
104 if (host.initialIndex === null) { in <lambda>()
105 host.initialIndex = value in <lambda>()
107 host.didSetInitialIndex = true in <lambda>()
121 val child = getViewPager(host).getChildAt(0) in <lambda>()
[all …]
/expo/android/vendored/unversioned/react-native-pager-view/android/src/paper/java/com/reactnativepagerview/
H A DPagerViewViewManager.kt29 val host = NestedScrollableHost(reactContext) in createViewInstance() constant
30 host.id = View.generateViewId() in createViewInstance()
32 host.isSaveEnabled = false in createViewInstance()
68 host.addView(vp) in createViewInstance()
69 return host in createViewInstance()
73 PagerViewViewManagerImpl.addView(host, child, index) in addView()
100 PagerViewViewManagerImpl.setScrollEnabled(host, value) in setScrollEnabled()
105 PagerViewViewManagerImpl.setInitialPage(host, value) in setInitialPage()
110 PagerViewViewManagerImpl.setOrientation(host, value) in setOrientation()
114 operator fun set(host: NestedScrollableHost, value: Int) { in set()
[all …]
/expo/android/vendored/sdk48/react-native-pager-view/android/src/paper/java/abi48_0_0/com/reactnativepagerview/
H A DPagerViewViewManager.kt29 val host = NestedScrollableHost(reactContext) in createViewInstance() constant
30 host.id = View.generateViewId() in createViewInstance()
32 host.isSaveEnabled = false in createViewInstance()
68 host.addView(vp) in createViewInstance()
69 return host in createViewInstance()
73 PagerViewViewManagerImpl.addView(host, child, index) in addView()
100 PagerViewViewManagerImpl.setScrollEnabled(host, value) in setScrollEnabled()
105 PagerViewViewManagerImpl.setInitialPage(host, value) in setInitialPage()
110 PagerViewViewManagerImpl.setOrientation(host, value) in setOrientation()
114 operator fun set(host: NestedScrollableHost, value: Int) { in set()
[all …]
/expo/android/vendored/sdk49/react-native-pager-view/android/src/paper/java/abi49_0_0/com/reactnativepagerview/
H A DPagerViewViewManager.kt29 val host = NestedScrollableHost(reactContext) in createViewInstance() constant
30 host.id = View.generateViewId() in createViewInstance()
32 host.isSaveEnabled = false in createViewInstance()
68 host.addView(vp) in createViewInstance()
69 return host in createViewInstance()
73 PagerViewViewManagerImpl.addView(host, child, index) in addView()
100 PagerViewViewManagerImpl.setScrollEnabled(host, value) in setScrollEnabled()
105 PagerViewViewManagerImpl.setInitialPage(host, value) in setInitialPage()
110 PagerViewViewManagerImpl.setOrientation(host, value) in setOrientation()
114 operator fun set(host: NestedScrollableHost, value: Int) { in set()
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/pagerview/
H A DPagerViewViewManager.kt29 host.id = View.generateViewId() in <lambda>()
31 host.isSaveEnabled = false in <lambda>()
70 host.addView(vp) in <lambda>()
71 return host in <lambda>()
91 val parent = getViewPager(host) in <lambda>()
103 if (!host.didSetInitialIndex && host.initialIndex == index) { in <lambda>()
104 host.didSetInitialIndex = true in <lambda>()
155 val view = getViewPager(host) in <lambda>()
159 host.initialIndex = value in <lambda>()
194 val view = getViewPager(host) in <lambda>()
[all …]
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/
H A DExpoModuleRegistryAdapter.kt1 package versioned.host.exp.exponent.modules.universal in <lambda>()
11 import host.exp.exponent.kernel.ExperienceKey in <lambda>()
12 import host.exp.exponent.utils.ScopedContext in <lambda>()
13 import versioned.host.exp.exponent.core.modules.ExpoGoModule in <lambda>()
16 import versioned.host.exp.exponent.modules.universal.av.SharedCookiesDataSourceFactoryProvider in <lambda>()
20 import versioned.host.exp.exponent.modules.universal.notifications.ScopedNotificationsEmitter in <lambda>()
21 import versioned.host.exp.exponent.modules.universal.notifications.ScopedNotificationsHandler in <lambda>()
23 import versioned.host.exp.exponent.modules.universal.sensors.ScopedAccelerometerService in <lambda>()
24 import versioned.host.exp.exponent.modules.universal.sensors.ScopedGravitySensorService in <lambda>()
25 import versioned.host.exp.exponent.modules.universal.sensors.ScopedGyroscopeService in <lambda>()
[all …]
/expo/android/expoview/src/main/java/host/exp/exponent/headless/
H A DInternalHeadlessAppLoader.kt1 package host.exp.exponent.headless
16 import host.exp.exponent.Constants
17 import host.exp.exponent.ExpoUpdatesAppLoader
20 import host.exp.exponent.ExponentManifest
21 import host.exp.exponent.RNObject
25 import host.exp.exponent.storage.ExponentDB
32 import host.exp.expoview.Exponent
308 val host = uri.host constant in host.exp.exponent.headless.InternalHeadlessAppLoader
309 if (host != null && (
310 host == "exp.host" || host == "expo.io" || host == "exp.direct" || host == "expo.test" ||
[all …]
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoApplication.kt2 package host.exp.exponent
8 import host.exp.exponent.analytics.EXL
9 import host.exp.exponent.branch.BranchManager
10 import host.exp.exponent.di.NativeModuleDepsProvider
11 import host.exp.exponent.kernel.*
12 import host.exp.exponent.kernel.ExponentKernelModuleProvider.ExponentKernelModuleFactory
13 import host.exp.exponent.kernel.KernelProvider.KernelFactory
14 import host.exp.exponent.modules.ExponentKernelModule
15 import host.exp.exponent.storage.ExponentSharedPreferences
16 import host.exp.expoview.ExpoViewBuildConfig
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/
H A DExponentPackage.kt2 package abi48_0_0.host.exp.exponent
23 import host.exp.exponent.Constants
24 import host.exp.exponent.analytics.EXL
25 import host.exp.exponent.kernel.ExperienceKey
29 import host.exp.exponent.kernel.KernelConstants
30 import host.exp.exponent.utils.ScopedContext
32 import abi48_0_0.host.exp.exponent.modules.api.*
33 import abi48_0_0.host.exp.exponent.modules.api.cognito.RNAWSCognitoModule
44 import abi48_0_0.host.exp.exponent.modules.api.netinfo.NetInfoModule
47 import abi48_0_0.host.exp.exponent.modules.api.viewshot.RNViewShotModule
[all …]
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScopedExpoNotificationBuilder.kt1 package host.exp.exponent.notifications
11 import host.exp.exponent.Constants
12 import host.exp.exponent.ExponentManifest
13 import host.exp.exponent.di.NativeModuleDepsProvider
14 import host.exp.exponent.kernel.ExperienceKey
15 import host.exp.exponent.notifications.model.ScopedNotificationRequest
16 import host.exp.exponent.storage.ExponentDB
17 import host.exp.expoview.R
19 import versioned.host.exp.exponent.modules.api.notifications.channels.ScopedNotificationsChannelMan…
20 import versioned.host.exp.exponent.modules.api.notifications.channels.ScopedNotificationsGroupManag…
H A DScheduledNotificationReceiver.kt1 package host.exp.exponent.notifications
6 import host.exp.exponent.ExponentManifest
8 import host.exp.exponent.kernel.KernelConstants
9 import host.exp.exponent.notifications.managers.SchedulersManagerProxy
10 import host.exp.exponent.analytics.EXL
11 import host.exp.exponent.di.NativeModuleDepsProvider
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/
H A DExponentPackage.kt2 package abi47_0_0.host.exp.exponent
22 import host.exp.exponent.Constants
23 import host.exp.exponent.analytics.EXL
24 import host.exp.exponent.kernel.ExperienceKey
28 import host.exp.exponent.kernel.KernelConstants
29 import host.exp.exponent.utils.ScopedContext
31 import abi47_0_0.host.exp.exponent.modules.api.*
32 import abi47_0_0.host.exp.exponent.modules.api.cognito.RNAWSCognitoModule
44 import abi47_0_0.host.exp.exponent.modules.api.netinfo.NetInfoModule
47 import abi47_0_0.host.exp.exponent.modules.api.viewshot.RNViewShotModule
[all …]
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/
H A DExponentPackage.kt2 package versioned.host.exp.exponent
24 import host.exp.exponent.Constants
25 import host.exp.exponent.analytics.EXL
26 import host.exp.exponent.kernel.ExperienceKey
28 import host.exp.exponent.kernel.ExponentKernelModuleProvider
30 import host.exp.exponent.kernel.KernelConstants
31 import host.exp.exponent.utils.ScopedContext
33 import versioned.host.exp.exponent.modules.api.*
34 import versioned.host.exp.exponent.modules.api.cognito.RNAWSCognitoModule
42 import versioned.host.exp.exponent.modules.api.netinfo.NetInfoModule
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/
H A DExponentPackage.kt2 package abi49_0_0.host.exp.exponent
23 import host.exp.exponent.Constants
24 import host.exp.exponent.analytics.EXL
25 import host.exp.exponent.kernel.ExperienceKey
29 import host.exp.exponent.kernel.KernelConstants
30 import host.exp.exponent.utils.ScopedContext
32 import abi49_0_0.host.exp.exponent.modules.api.*
33 import abi49_0_0.host.exp.exponent.modules.api.cognito.RNAWSCognitoModule
42 import abi49_0_0.host.exp.exponent.modules.api.netinfo.NetInfoModule
45 import abi49_0_0.host.exp.exponent.modules.api.viewshot.RNViewShotModule
[all …]
/expo/packages/@expo/cli/src/start/
H A DresolveOptions.ts22 host: 'localhost' | 'lan' | 'tunnel';
29 const host = resolveHostType({ constant
30 host: args['--host'],
74 host,
111 host?: string;
118 [options.offline, options.host, options.lan, options.localhost, options.tunnel].filter((i) => i)
130 } else if (options.host) {
131 assert.match(options.host, /^(lan|tunnel|localhost)$/);
132 return options.host as 'lan' | 'tunnel' | 'localhost';
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/sensors/
H A DBaseSensorService.kt1 package abi47_0_0.host.exp.exponent.modules.universal.sensors
3 import host.exp.exponent.kernel.ExperienceKey
5 import host.exp.exponent.kernel.services.ExpoKernelServiceRegistry
6 import host.exp.exponent.kernel.services.sensors.SubscribableSensorKernelService
9 import host.exp.exponent.di.NativeModuleDepsProvider
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/sensors/
H A DBaseSensorService.kt1 package abi49_0_0.host.exp.exponent.modules.universal.sensors
3 import host.exp.exponent.kernel.ExperienceKey
5 import host.exp.exponent.kernel.services.ExpoKernelServiceRegistry
6 import host.exp.exponent.kernel.services.sensors.SubscribableSensorKernelService
9 import host.exp.exponent.di.NativeModuleDepsProvider
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/sensors/
H A DBaseSensorService.kt1 package abi48_0_0.host.exp.exponent.modules.universal.sensors
3 import host.exp.exponent.kernel.ExperienceKey
5 import host.exp.exponent.kernel.services.ExpoKernelServiceRegistry
6 import host.exp.exponent.kernel.services.sensors.SubscribableSensorKernelService
9 import host.exp.exponent.di.NativeModuleDepsProvider
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/sensors/
H A DBaseSensorService.kt1 package versioned.host.exp.exponent.modules.universal.sensors
3 import host.exp.exponent.kernel.ExperienceKey
5 import host.exp.exponent.kernel.services.ExpoKernelServiceRegistry
6 import host.exp.exponent.kernel.services.sensors.SubscribableSensorKernelService
9 import host.exp.exponent.di.NativeModuleDepsProvider
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DDetachedModuleRegistryAdapter.kt1 package host.exp.exponent.experience
9 import host.exp.exponent.kernel.ExperienceKey
10 import host.exp.exponent.utils.ScopedContext
11 import versioned.host.exp.exponent.modules.universal.ConstantsBinding
12 import versioned.host.exp.exponent.modules.universal.ExpoModuleRegistryAdapter
13 import versioned.host.exp.exponent.modules.universal.ScopedUIManagerModuleWrapper
14 import versioned.host.exp.exponent.modules.universal.UpdatesBinding
/expo/android/expoview/src/main/java/host/exp/exponent/modules/
H A DExponentKernelModule.kt2 package host.exp.exponent.modules
6 import host.exp.exponent.Constants
7 import host.exp.exponent.analytics.EXL
8 import host.exp.exponent.di.NativeModuleDepsProvider
9 import host.exp.exponent.experience.ErrorActivity
10 import host.exp.exponent.kernel.DevMenuManager
11 import host.exp.exponent.kernel.ExponentKernelModuleInterface
12 import host.exp.exponent.kernel.ExponentKernelModuleProvider
15 import host.exp.exponent.kernel.Kernel
16 import host.exp.exponent.storage.ExponentSharedPreferences
[all …]

12345678910>>...60