| /expo/packages/expo-updates/ios/Tests/ |
| H A D | FileDownloaderManifestParsingSpec.swift | 25 let contentType = "application/json" in spec() variable 55 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable 96 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable 138 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable 174 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable 214 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable 246 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable 335 let contentType = "application/json" in spec() variable 372 let contentType = "multipart/mixed; boundary=\(boundary)" in spec() variable 418 let contentType = "application/json" in spec() variable [all …]
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/ |
| H A D | FileDownloaderManifestParsingTest.kt | 27 val contentType = "application/json" in testManifestParsing_JSONBody() constant 70 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBody() constant 141 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodyOnlyDirective() constant 198 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodyOnlyDirective_v0CompatibilityMode() constant 251 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodyNoRelevantParts() constant 304 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodyEmpty() constant 460 val contentType = "application/json" in testManifestParsing_JSONBodySigned() constant 514 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodySigned() constant 601 val contentType = "application/json" in testManifestParsing_JSONBodySigned_UnsignedRequest() constant 653 val contentType = "multipart/mixed; boundary=$boundary" in testManifestParsing_MultipartBodySignedCertificateParticularExperience() constant [all …]
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/manifest/ |
| H A D | DevLauncherManifestParser.kt | 19 val contentType = response.header("Content-Type") in isManifestUrl() constant
|
| /expo/packages/expo-auth-session/src/ |
| H A D | Fetch.ts | 67 const contentType = response.headers.get('content-type'); constant
|
| /expo/packages/expo-clipboard/build/web/ |
| H A D | Utils.js | 5 export function base64toBlob(base64Data, contentType) { argument
|
| /expo/packages/@expo/server/build/vendor/ |
| H A D | netlify.js | 164 function isBinaryType(contentType) { argument
|
| /expo/packages/@expo/server/src/vendor/ |
| H A D | netlify.ts | 19 const contentType = res.headers.get('Content-Type'); constant
|
| /expo/tools/src/dynamic-macros/ |
| H A D | macros.ts | 46 const contentType = response.headers.get('content-type'); constant
|
| /expo/packages/expo-modules-core/ios/Swift/DevTools/ |
| H A D | ExpoRequestInterceptorProtocol.swift | 100 let contentType = response.value(forHTTPHeaderField: "Content-Type") in urlSession() variable
|
| /expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/ |
| H A D | CountingRequestBody.kt | 40 override fun contentType() = requestBody.contentType() in contentType() method in CountingRequestBody
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/ |
| H A D | CountingRequestBody.kt | 40 override fun contentType() = requestBody.contentType() in contentType() method in CountingRequestBody
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/ |
| H A D | CountingRequestBody.kt | 40 override fun contentType() = requestBody.contentType() in contentType() method in CountingRequestBody
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/ |
| H A D | ExpoRequestInterceptorProtocol.swift | 100 let contentType = response.value(forHTTPHeaderField: "Content-Type") in urlSession() variable
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/ |
| H A D | CountingRequestBody.kt | 40 override fun contentType() = requestBody.contentType() in contentType() method in CountingRequestBody
|
| /expo/packages/@expo/config/build/ |
| H A D | Config.types.d.ts | 89 contentType: string; property
|
| /expo/packages/@expo/config/src/ |
| H A D | Config.types.ts | 91 contentType: string; property
|
| /expo/tools/src/commands/ |
| H A D | PublishProdExpoHomeCommand.ts | 101 const contentType = response.headers.get('content-type'); constant
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/devtools/cdp/ |
| H A D | CdpNetworkTypes.kt | 234 val contentType = rawBody.contentType() constant
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/devtools/cdp/ |
| H A D | CdpNetworkTypes.kt | 234 val contentType = rawBody.contentType() constant in abi49_0_0.expo.modules.kotlin.devtools.cdp.ExpoReceivedResponseBodyParams
|
| /expo/packages/expo-notifications/build/ |
| H A D | NotificationChannelManager.types.d.ts | 48 contentType: AndroidAudioContentType; property
|
| /expo/packages/expo-notifications/src/ |
| H A D | NotificationChannelManager.types.ts | 58 contentType: AndroidAudioContentType; property
|
| /expo/android/expoview/src/main/java/host/exp/exponent/network/ |
| H A D | ExponentHttpClient.kt | 178 override fun contentType(): MediaType? { in responseBodyForFile() method
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/ |
| H A D | FileDownloader.kt | 135 val contentType = response.header("content-type") ?: "" in <lambda>() constant
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | FileDownloader.swift | 390 let contentType = httpResponse.value(forHTTPHeaderField: "content-type") ?? "" variable
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | FileDownloader.swift | 390 let contentType = httpResponse.value(forHTTPHeaderField: "content-type") ?? "" variable
|