| /expo/packages/expo-file-system/ios/ |
| H A D | NetworkingHelpers.swift | 33 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 D | FileSystemModule.swift | 132 …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 D | parseHermesStack-test.js.snap | 10 "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 D | parseHermesStack-test.js.snap | 10 "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 D | withExpoSerializers.ts | 74 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 D | environmentVariableSerializerPlugin.ts | 60 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') { 82 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') {
|
| /expo/packages/@expo/metro-config/build/serializer/ |
| H A D | withExpoSerializers.js | 119 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 D | environmentVariableSerializerPlugin.js | 67 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') { 78 if (options.sourceUrl && getTransformEnvironment(options.sourceUrl) === 'node') {
|
| H A D | withExpoSerializers.js.map | 1 …sourceUrl","isJscSafeUrl","toNormalUrl","url","URL","searchParams","get","includeSourceMaps","cssD…
|
| H A D | environmentVariableSerializerPlugin.js.map | 1 …sourceUrl","prelude","find","module","path","output","environmentVariableSerializerPlugin","dev","…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI49_0_0RCTCxxUtils.mm | 93 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 D | ABI48_0_0RCTCxxUtils.mm | 93 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 D | ABI47_0_0RCTCxxUtils.mm | 93 NSString *sourceUrl; 96 sourceUrl = url.path; 99 sourceUrl = url.absoluteString; 101 return sourceUrl ?: @"";
|
| /expo/packages/@expo/metro-config/src/serializer/__tests__/ |
| H A D | withExpoSerializers.test.ts | 19 sourceUrl: 'https://localhost:8081/index.bundle?platform=ios&dev=true&minify=false',
|
| /expo/packages/expo-dev-launcher/ios/ReactDelegateHandler/ |
| H A D | ExpoDevLauncherReactDelegateHandler.swift | 70 return EXDevLauncherController.sharedInstance().sourceUrl() in sourceURL()
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | EXDevLauncherController.h | 51 - (nullable NSURL *)sourceUrl;
|
| H A D | EXDevLauncherController.m | 50 @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 D | DevLauncherUncaughtExceptionHandler.kt | 128 .parse(controller.appHost.reactInstanceManager.devSupportManager.sourceUrl) in getWebSocketUrl()
|
| /expo/packages/expo-dev-client/e2e/ios/ |
| H A D | AppDelegate.m | 71 return [[EXDevLauncherController sharedInstance] sourceUrl];
|
| /expo/templates/expo-template-bare-minimum/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
| /expo/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
| /expo/tools/src/versioning/android/android-manifest-merger/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
| /expo/templates/expo-template-tv/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
| /expo/android/versioned-react-native/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
| /expo/apps/bare-expo/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |