Home
last modified time | relevance | path

Searched refs:contentDisposition (Results 1 – 11 of 11) sorted by relevance

/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/webview/
H A DURLUtil.java53 @Nullable String contentDisposition, in guessFileName() argument
59 if (filename == null && contentDisposition != null) { in guessFileName()
60 filename = parseContentDisposition(contentDisposition); in guessFileName()
147 static String parseContentDisposition(String contentDisposition) { in parseContentDisposition() argument
163 Matcher m = CONTENT_DISPOSITION_PATTERN.matcher(contentDisposition); in parseContentDisposition()
H A DRNCWebViewManager.java220 …public void onDownloadStart(String url, String userAgent, String contentDisposition, String mimety… in createViewInstance()
233 String fileName = URLUtil.guessFileName(url, contentDisposition, mimetype); in createViewInstance()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/webview/
H A DURLUtil.java53 @Nullable String contentDisposition, in guessFileName() argument
59 if (filename == null && contentDisposition != null) { in guessFileName()
60 filename = parseContentDisposition(contentDisposition); in guessFileName()
147 static String parseContentDisposition(String contentDisposition) { in parseContentDisposition() argument
163 Matcher m = CONTENT_DISPOSITION_PATTERN.matcher(contentDisposition); in parseContentDisposition()
H A DRNCWebViewManagerImpl.kt92 …webView.setDownloadListener(DownloadListener { url, userAgent, contentDisposition, mimetype, conte… in <lambda>() method
101 var fileName = URLUtil.guessFileName(url, contentDisposition, mimetype) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/webview/
H A DURLUtil.java53 @Nullable String contentDisposition, in guessFileName() argument
59 if (filename == null && contentDisposition != null) { in guessFileName()
60 filename = parseContentDisposition(contentDisposition); in guessFileName()
147 static String parseContentDisposition(String contentDisposition) { in parseContentDisposition() argument
163 Matcher m = CONTENT_DISPOSITION_PATTERN.matcher(contentDisposition); in parseContentDisposition()
H A DRNCWebViewManagerImpl.kt93 DownloadListener { url, userAgent, contentDisposition, mimetype, contentLength -> in <lambda>() method
102 var fileName = URLUtil.guessFileName(url, contentDisposition, mimetype) in <lambda>()
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/
H A DABI48_0_0EXUpdatesFileDownloader.m236 NSString *contentDisposition = nil;
238 contentDisposition = contentDispositionRaw;
241 if (contentDisposition != nil) {
242 …rs = [[ABI48_0_0EXUpdatesParameterParser new] parseParameterString:contentDisposition withDelimite…
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/
H A DABI47_0_0EXUpdatesFileDownloader.m236 NSString *contentDisposition = nil;
238 contentDisposition = contentDispositionRaw;
241 if (contentDisposition != nil) {
242 …rs = [[ABI47_0_0EXUpdatesParameterParser new] parseParameterString:contentDisposition withDelimite…
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DFileDownloader.swift466 …if let contentDisposition = (headers as! [String: Any]).stringValueForCaseInsensitiveKey("content-… variable
468 contentDisposition,
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DFileDownloader.swift466 …if let contentDisposition = (headers as! [String: Any]).stringValueForCaseInsensitiveKey("content-… variable
468 contentDisposition,
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/webview/
H A DRNCWebViewManager.java220 …public void onDownloadStart(String url, String userAgent, String contentDisposition, String mimety… in createViewInstance()
233 String fileName = URLUtil.guessFileName(url, contentDisposition, mimetype); in createViewInstance()