Home
last modified time | relevance | path

Searched refs:keyPath (Results 1 – 25 of 57) sorted by relevance

123

/expo/packages/@expo/cli/src/start/server/webpack/
H A Dtls.ts18 process.env.SSL_KEY_FILE = tls.keyPath;
26 ): Promise<{ keyPath: string; certPath: string } | false> {
38 const keyPath = path.join(folder, `key-${name}.pem`); constant
42 await Promise.allSettled([fs.writeFile(keyPath, key), fs.writeFile(certPath, cert)]);
45 keyPath,
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Objects/
H A DPropertyComponent.swift226 _ keyPath: KeyPath<OwnerType, Value>
229 return owner[keyPath: keyPath]
238 _ keyPath: ReferenceWritableKeyPath<OwnerType, Value>
241 return owner[keyPath: keyPath]
244 owner[keyPath: keyPath] = newValue
/expo/packages/expo-modules-core/ios/Swift/Objects/
H A DPropertyComponent.swift226 _ keyPath: KeyPath<OwnerType, Value>
229 return owner[keyPath: keyPath]
238 _ keyPath: ReferenceWritableKeyPath<OwnerType, Value>
241 return owner[keyPath: keyPath]
244 owner[keyPath: keyPath] = newValue
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Objects/
H A DPropertyComponent.swift220 _ keyPath: KeyPath<OwnerType, Value>
223 return owner[keyPath: keyPath]
232 _ keyPath: ReferenceWritableKeyPath<OwnerType, Value>
235 return owner[keyPath: keyPath]
238 owner[keyPath: keyPath] = newValue
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTViewManager.h76 #define ABI49_0_0RCT_REMAP_VIEW_PROPERTY(name, keyPath, type) \ argument
79 return @[ @ #type, @ #keyPath ]; \
103 #define ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(name, keyPath, type) \ argument
106 return @[ @ #type, @ #keyPath ]; \
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTViewManager.h76 #define ABI48_0_0RCT_REMAP_VIEW_PROPERTY(name, keyPath, type) \ argument
79 return @[ @ #type, @ #keyPath ]; \
103 #define ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(name, keyPath, type) \ argument
106 return @[ @ #type, @ #keyPath ]; \
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTViewManager.h76 #define ABI47_0_0RCT_REMAP_VIEW_PROPERTY(name, keyPath, type) \ argument
79 return @[ @ #type, @ #keyPath ]; \
103 #define ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(name, keyPath, type) \ argument
106 return @[ @ #type, @ #keyPath ]; \
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Transitioning/
H A DABI47_0_0REATransitionAnimation.h7 @property (nonatomic) NSString *keyPath;
11 andKeyPath:(NSString *)keyPath;
H A DABI47_0_0REATransitionAnimation.m32 andKeyPath:(NSString *)keyPath;
37 anim.keyPath = keyPath;
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Transitioning/
H A DABI48_0_0REATransitionAnimation.h7 @property (nonatomic) NSString *keyPath;
11 andKeyPath:(NSString *)keyPath;
H A DABI48_0_0REATransitionAnimation.m32 andKeyPath:(NSString *)keyPath;
37 anim.keyPath = keyPath;
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift117 …override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChange… in observeValue()
118 if keyPath == "myLocation" { in observeValue()
123 super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context) in observeValue()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift117 …override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChange… in observeValue()
118 if keyPath == "myLocation" { in observeValue()
123 super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context) in observeValue()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsViewDelegate.swift117 …override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChange… in observeValue()
118 if keyPath == "myLocation" { in observeValue()
123 super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context) in observeValue()
/expo/packages/@expo/cli/src/start/server/webpack/__tests__/
H A Dtls-test.ts47 keyPath: '/.expo/tls/key-localhost.pem',
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/lottie/
H A DLottieAnimationViewPropertyManager.java184 KeyPath keyPath = new KeyPath(keys); in commitChanges() local
186 view.addValueCallback(keyPath, LottieProperty.COLOR_FILTER, callback); in commitChanges()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/lottie/
H A DLottieAnimationViewPropertyManager.java184 KeyPath keyPath = new KeyPath(keys); in commitChanges() local
186 view.addValueCallback(keyPath, LottieProperty.COLOR_FILTER, callback); in commitChanges()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/lottie/
H A DLottieAnimationViewPropertyManager.java184 KeyPath keyPath = new KeyPath(keys); in commitChanges() local
186 view.addValueCallback(keyPath, LottieProperty.COLOR_FILTER, callback); in commitChanges()
/expo/android/vendored/unversioned/lottie-react-native/android/src/main/java/com/airbnb/android/react/lottie/
H A DLottieAnimationViewPropertyManager.kt175 val keyPath = KeyPath(*keys) in <lambda>() constant
180 view.addValueCallback(keyPath, LottieProperty.COLOR_FILTER, colorFilterCallback) in <lambda>()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift219 …override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChange… in observeValue()
220 if keyPath == "center" { in observeValue()
231 super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context) in observeValue()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift219 …override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChange… in observeValue()
220 if keyPath == "center" { in observeValue()
231 super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context) in observeValue()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift219 …override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChange… in observeValue()
220 if keyPath == "center" { in observeValue()
231 super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context) in observeValue()
/expo/packages/expo-splash-screen/ios/EXSplashScreen/
H A DEXSplashScreenService.m185 - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary<NSKeyVa…
187 …if (object == UIApplication.sharedApplication.keyWindow && [keyPath isEqualToString:kRootViewContr…
198 …if (object == UIApplication.sharedApplication.keyWindow.rootViewController && [keyPath isEqualToSt…
/expo/ios/versioned/sdk48/EXSplashScreen/EXSplashScreen/
H A DABI48_0_0EXSplashScreenService.m191 - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary<NSKeyVa…
193 …if (object == UIApplication.sharedApplication.keyWindow && [keyPath isEqualToString:kRootViewContr…
204 …if (object == UIApplication.sharedApplication.keyWindow.rootViewController && [keyPath isEqualToSt…
/expo/ios/versioned/sdk49/EXSplashScreen/EXSplashScreen/
H A DABI49_0_0EXSplashScreenService.m191 - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary<NSKeyVa…
193 …if (object == UIApplication.sharedApplication.keyWindow && [keyPath isEqualToString:kRootViewContr…
204 …if (object == UIApplication.sharedApplication.keyWindow.rootViewController && [keyPath isEqualToSt…

123