Home
last modified time | relevance | path

Searched refs:sourceUrl (Results 1 – 25 of 31) sorted by relevance

12

/expo/packages/expo-file-system/ios/
H A DNetworkingHelpers.swift33 func createUploadTask(session: URLSession, targetUrl: URL, sourceUrl: URL, options: UploadOptions) … in createUploadTask()
38 return session.uploadTask(with: request, fromFile: sourceUrl) in createUploadTask()
41 …let data = try? createMultipartBody(boundary: boundaryString, sourceUrl: sourceUrl, options: optio… in createUploadTask()
50 func createMultipartBody(boundary: String, sourceUrl: URL, options: UploadOptions) throws -> Data { in createMultipartBody()
51 let fileName = options.fieldName ?? sourceUrl.lastPathComponent in createMultipartBody()
52 let fileContents = try String(contentsOf: sourceUrl) in createMultipartBody()
53 let mimeType = options.mimeType ?? findMimeType(forAttachment: sourceUrl) in createMultipartBody()
66 throw HeaderEncodingFailedException(sourceUrl.absoluteString) in createMultipartBody()
H A DFileSystemModule.swift132 …AsyncFunction("downloadAsync") { (sourceUrl: URL, localUrl: URL, options: DownloadOptions, promise… in definition()
137 let request = createUrlRequest(url: sourceUrl, headers: options.headers) in definition()
158 …let task = createUploadTask(session: session, targetUrl: targetUrl, sourceUrl: localUrl, options: … in definition()
167 …let task = createUploadTask(session: session, targetUrl: targetUrl, sourceUrl: localUrl, options: … in definition()
191 …AsyncFunction("downloadResumableStartAsync") { (sourceUrl: URL, localUrl: URL, uuid: String, optio… in definition()
211 let request = createUrlRequest(url: sourceUrl, headers: options.headers) in definition()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Core/Devtools/__tests__/__snapshots__/
H A DparseHermesStack-test.js.snap10 "sourceUrl": "unknown",
20 "sourceUrl": "/js/foo.hbc",
39 "sourceUrl": "/js/foo.js",
59 "sourceUrl": "unknown",
73 "sourceUrl": "/js/foo.js",
91 "sourceUrl": "unknown",
101 "sourceUrl": "/js/foo.js",
119 "sourceUrl": "unknown",
129 "sourceUrl": "",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Core/Devtools/__tests__/__snapshots__/
H A DparseHermesStack-test.js.snap10 "sourceUrl": "unknown",
20 "sourceUrl": "/js/foo.hbc",
39 "sourceUrl": "/js/foo.js",
59 "sourceUrl": "unknown",
73 "sourceUrl": "/js/foo.js",
91 "sourceUrl": "unknown",
101 "sourceUrl": "/js/foo.js",
119 "sourceUrl": "unknown",
129 "sourceUrl": "",
/expo/packages/@expo/metro-config/src/serializer/
H A DwithExpoSerializers.ts74 if (!options.sourceUrl) {
77 const sourceUrl = isJscSafeUrl(options.sourceUrl) constant
78 ? toNormalUrl(options.sourceUrl)
79 : options.sourceUrl;
80 const url = new URL(sourceUrl, 'https://expo.dev');
H A DenvironmentVariableSerializerPlugin.ts60 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') {
82 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') {
/expo/packages/@expo/metro-config/build/serializer/
H A DwithExpoSerializers.js119 if (!options.sourceUrl) {
122 …const sourceUrl = (0, _jscSafeUrl().isJscSafeUrl)(options.sourceUrl) ? (0, _jscSafeUrl().toNormalU…
123 const url = new URL(sourceUrl, 'https://expo.dev');
H A DenvironmentVariableSerializerPlugin.js67 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') {
78 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') {
H A DwithExpoSerializers.js.map1sourceUrl","isJscSafeUrl","toNormalUrl","url","URL","searchParams","get","includeSourceMaps","cssD…
H A DenvironmentVariableSerializerPlugin.js.map1sourceUrl","prelude","find","module","path","output","environmentVariableSerializerPlugin","dev","…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/
H A DABI49_0_0RCTCxxUtils.mm93 NSString *sourceUrl;
96 sourceUrl = url.path;
99 sourceUrl = url.absoluteString;
101 return sourceUrl ?: @"";
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxModule/
H A DABI48_0_0RCTCxxUtils.mm93 NSString *sourceUrl;
96 sourceUrl = url.path;
99 sourceUrl = url.absoluteString;
101 return sourceUrl ?: @"";
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxModule/
H A DABI47_0_0RCTCxxUtils.mm93 NSString *sourceUrl;
96 sourceUrl = url.path;
99 sourceUrl = url.absoluteString;
101 return sourceUrl ?: @"";
/expo/packages/@expo/metro-config/src/serializer/__tests__/
H A DwithExpoSerializers.test.ts19 sourceUrl: 'https://localhost:8081/index.bundle?platform=ios&dev=true&minify=false',
/expo/packages/expo-dev-launcher/ios/ReactDelegateHandler/
H A DExpoDevLauncherReactDelegateHandler.swift70 return EXDevLauncherController.sharedInstance().sourceUrl() in sourceURL()
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherController.h51 - (nullable NSURL *)sourceUrl;
H A DEXDevLauncherController.m50 @property (nonatomic, strong) NSURL *sourceUrl; property
389 - (nullable NSURL *)sourceUrl
551 self.sourceUrl = bundleUrl;
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherUncaughtExceptionHandler.kt128 .parse(controller.appHost.reactInstanceManager.devSupportManager.sourceUrl) in getWebSocketUrl()
/expo/packages/expo-dev-client/e2e/ios/
H A DAppDelegate.m71 return [[EXDevLauncherController sharedInstance] sourceUrl];
/expo/templates/expo-template-bare-minimum/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/tools/src/versioning/android/android-manifest-merger/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/templates/expo-template-tv/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/android/versioned-react-native/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/apps/bare-expo/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...

12