Home
last modified time | relevance | path

Searched refs:urls (Results 1 – 25 of 71) sorted by relevance

123

/expo/packages/expo-document-picker/ios/
H A DDocumentPickingDelegate.swift4 func didPickDocumentsAt(urls: [URL]) in didPickDocumentsAt()
15 …func documentPicker(_ controller: UIDocumentPickerViewController, didPickDocumentsAt urls: [URL]) { in didPickDocumentsAt()
16 self.resultHandler.didPickDocumentsAt(urls: urls) in didPickDocumentsAt()
H A DDocumentPickerModule.swift50 func didPickDocumentsAt(urls: [URL]) { in didPickDocumentsAt()
60 let assets = try urls.map { in didPickDocumentsAt()
69 documentUrl: urls[0], in didPickDocumentsAt()
/expo/ios/versioned/sdk49/ExpoDocumentPicker/
H A DDocumentPickingDelegate.swift4 func didPickDocumentsAt(urls: [URL]) in didPickDocumentsAt()
15 …func documentPicker(_ controller: UIDocumentPickerViewController, didPickDocumentsAt urls: [URL]) { in didPickDocumentsAt()
16 self.resultHandler.didPickDocumentsAt(urls: urls) in didPickDocumentsAt()
H A DDocumentPickerModule.swift50 func didPickDocumentsAt(urls: [URL]) { in didPickDocumentsAt()
60 let assets = try urls.map { in didPickDocumentsAt()
69 documentUrl: urls[0], in didPickDocumentsAt()
/expo/packages/expo-image/build/
H A DImage.js13 static prefetch(urls) { argument
14 return ExpoImageModule.prefetch(Array.isArray(urls) ? urls : [urls]);
H A DExpoImage.web.js9 prefetch(urls) { argument
10 const urlsArray = Array.isArray(urls) ? urls : [urls];
H A DImage.d.ts9 static prefetch(urls: string | string[]): void;
H A DExpoImage.web.d.ts3 prefetch(urls: string | string[]): void;
H A DImage.js.map1urls that can be later used in the image view.\n * Preloaded images are always cached on the dis…
/expo/packages/expo-modules-core/ios/Swift/
H A DAppContextConfig.swift10 …self.documentDirectory = documentDirectory ?? FileManager.default.urls(for: .documentDirectory, in…
11 …self.cacheDirectory = cacheDirectory ?? FileManager.default.urls(for: .cachesDirectory, in: .userD…
/expo/docs/scripts/
H A Dcreate-sitemap.js30 const urls = Object.keys(pathMap)
49 urls.forEach(url => sitemap.write({ url }));
52 return urls;
/expo/packages/expo-image/src/
H A DImage.tsx13 * Preloads images at the given urls that can be later used in the image view.
17 static prefetch(urls: string | string[]): void {
18 return ExpoImageModule.prefetch(Array.isArray(urls) ? urls : [urls]);
H A DExpoImage.web.tsx13 prefetch(urls: string | string[]): void {
14 const urlsArray = Array.isArray(urls) ? urls : [urls];
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DFileUtil.java29 protected InputStream doInBackground(String... urls) { in doInBackground() argument
31 Uri fileContentUri = Uri.parse(urls[0]); in doInBackground()
40 "Could not retrieve file for contentUri " + urls[0], in doInBackground()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/
H A DFileUtil.java29 protected InputStream doInBackground(String... urls) { in doInBackground() argument
31 Uri fileContentUri = Uri.parse(urls[0]); in doInBackground()
40 "Could not retrieve file for contentUri " + urls[0], in doInBackground()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/
H A DFileUtil.java29 protected InputStream doInBackground(String... urls) { in doInBackground() argument
31 Uri fileContentUri = Uri.parse(urls[0]); in doInBackground()
40 "Could not retrieve file for contentUri " + urls[0], in doInBackground()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/
H A DFileUtil.java29 protected InputStream doInBackground(String... urls) { in doInBackground() argument
31 Uri fileContentUri = Uri.parse(urls[0]); in doInBackground()
40 "Could not retrieve file for contentUri " + urls[0], in doInBackground()
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI49_0_0AIRGoogleMapUrlTile.m30 GMSTileURLConstructor urls = ^NSURL* _Nullable (NSUInteger x, NSUInteger y, NSUInteger zoom) {
51 return urls;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI48_0_0AIRGoogleMapUrlTile.m30 GMSTileURLConstructor urls = ^NSURL* _Nullable (NSUInteger x, NSUInteger y, NSUInteger zoom) {
51 return urls;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/
H A DABI47_0_0AIRGoogleMapUrlTile.m30 GMSTileURLConstructor urls = ^NSURL* _Nullable (NSUInteger x, NSUInteger y, NSUInteger zoom) {
51 return urls;
/expo/ios/Exponent/Versioned/Core/Api/Components/GoogleMaps/
H A DAIRGoogleMapUrlTile.m30 GMSTileURLConstructor urls = ^NSURL* _Nullable (NSUInteger x, NSUInteger y, NSUInteger zoom) {
51 return urls;
/expo/packages/@expo/cli/src/start/server/middleware/
H A DresolveAssets.ts89 const urls = await Promise.all( constant
115 set(manifest, `${manifestField}Url`, urls[index])
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DImage.d.ts289 urls: string[],
320 urls: string[],
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DImage.d.ts350 urls: string[],
381 urls: string[],
/expo/ios/versioned/sdk48/ExpoImage/
H A DImageModule.swift93 Function("prefetch") { (urls: [URL]) in in definition()
94 SDWebImagePrefetcher.shared.prefetchURLs(urls) in definition()

123