Home
last modified time | relevance | path

Searched defs:urlString (Results 1 – 19 of 19) sorted by relevance

/expo/packages/expo-dev-launcher/android/src/testDebug/java/expo/modules/devlauncher/launcher/
H A DDevLauncherRecentlyOpenedAppsRegistryTest.kt16 val urlString = "http://localhost:8081" in adds app to registry() constant
35 val urlString = "http://localhost:8081" in removes app from registry after 3 days have elapsed() constant
/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherRecentlyOpenedAppsRegistryTests.swift15 let urlString = "http://localhost:8081" in testAddAppToRegistry() variable
26 let urlString = "http://localhost:8081" in testRegistryPersistence() variable
39 let urlString = "http://localhost:8081" in testRemoveOldAppFromRegistry() variable
/expo/packages/expo-modules-core/ios/Tests/
H A DConvertiblesSpec.swift23 let urlString = "https://expo.dev/?\(query)" in spec() variable
37 let urlString = "https://expo.dev/?\(query)" in spec() variable
51 let urlString = "https://expo.dev/?\(query)#anchor" in spec() variable
62 let urlString = "https://expo.dev\(path)" in spec() variable
79 let urlString = "https://expo.dev/?\(query)" in spec() variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DConvertiblesSpec.swift23 let urlString = "https://expo.dev/?\(query)" in spec() variable
37 let urlString = "https://expo.dev/?\(query)" in spec() variable
51 let urlString = "https://expo.dev/?\(query)#anchor" in spec() variable
62 let urlString = "https://expo.dev\(path)" in spec() variable
79 let urlString = "https://expo.dev/?\(query)" in spec() variable
/expo/packages/expo-dev-launcher/android/src/testDebug/java/expo/modules/devlauncher/modules/
H A DDevLauncherModuleTest.kt22 val urlString = "https://exp.host/@test/test?query=param" in exports manifestURL for currently loaded app() constant
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/
H A DABI47_0_0RCTImagePrimitivesConversions.h53 …NSString *urlString = [NSString stringWithCString:imageSource.uri.c_str() encoding:NSASCIIStringEn… in NSURLFromImageSource() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/react/renderer/imagemanager/
H A DABI49_0_0RCTImagePrimitivesConversions.h51 …NSString *urlString = [NSString stringWithCString:imageSource.uri.c_str() encoding:NSASCIIStringEn… in NSURLFromImageSource() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/
H A DABI48_0_0RCTImagePrimitivesConversions.h51 …NSString *urlString = [NSString stringWithCString:imageSource.uri.c_str() encoding:NSASCIIStringEn… in NSURLFromImageSource() local
/expo/packages/expo-updates/ios/EXUpdates/Update/
H A DNewUpdate.swift48 let urlString: String = assetDict.requiredValue(forKey: "url") variable
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Update/
H A DNewUpdate.swift48 let urlString: String = assetDict.requiredValue(forKey: "url") variable
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DApplePayUtils.swift99 guard let urlString = params["managementUrl"] as? String else { in buildRecurringPaymentRequest() variable
122 guard let urlString = params["managementUrl"] as? String else { in buildAutomaticReloadPaymentRequest() variable
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DApplePayUtils.swift99 guard let urlString = params["managementUrl"] as? String else { in buildRecurringPaymentRequest() variable
122 guard let urlString = params["managementUrl"] as? String else { in buildAutomaticReloadPaymentRequest() variable
/expo/packages/expo-clipboard/ios/Tests/
H A DClipboardModuleSpec.swift247 let urlString = "https://expo.dev" in spec() variable
/expo/ios/versioned/sdk48/ExpoClipboard/Tests/
H A DClipboardModuleSpec.swift246 let urlString = "https://expo.dev" in spec() variable
/expo/ios/versioned/sdk49/ExpoClipboard/Tests/
H A DClipboardModuleSpec.swift246 let urlString = "https://expo.dev" in spec() variable
/expo/ios/versioned/sdk47/ExpoClipboard/Tests/
H A DClipboardModuleSpec.swift246 let urlString = "https://expo.dev" in spec() variable
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/lottie/
H A DLottieAnimationViewManager.java214 public void setSourceURL(LottieAnimationView view, String urlString) { in setSourceURL()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/lottie/
H A DLottieAnimationViewManager.java214 public void setSourceURL(LottieAnimationView view, String urlString) { in setSourceURL()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/lottie/
H A DLottieAnimationViewManager.java214 public void setSourceURL(LottieAnimationView view, String urlString) { in setSourceURL()