Home
last modified time | relevance | path

Searched refs:zipURL (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DFileDirectoryFactory.cpp148 CURL zipURL = URIUtils::CreateArchivePath("apk", url); in Create() local
151 CDirectory::GetDirectory(zipURL, items, strMask, DIR_FLAG_DEFAULTS); in Create()
161 pItem->SetURL(zipURL); in Create()
169 CURL zipURL = URIUtils::CreateArchivePath("zip", url); in Create() local
172 CDirectory::GetDirectory(zipURL, items, strMask, DIR_FLAG_DEFAULTS); in Create()
182 pItem->SetURL(zipURL); in Create()
/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/test/Pantry/
H A DTreeSpec.hs15zipURL = "https://github.com/snoyberg/file-embed/archive/47b499c3c58ca465c56ee0295d0a76782a66751d.… function
31 zipPL = mkArchive zipURL
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/
H A DTargetPlatformPerfTest.java246 URL zipURL = PDETestsPlugin.getBundleContext().getBundle().getEntry(archivePath); in doUnZip() local
247 Path zipPath = new Path(new File(FileLocator.toFileURL(zipURL).getFile()).getAbsolutePath()); in doUnZip()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/
H A DAbstractTargetTest.java147 URL zipURL = PDETestsPlugin.getBundleContext().getBundle().getEntry(archivePath); in doUnZip() local
148 Path zipPath = new Path(new File(FileLocator.toFileURL(zipURL).getFile()).getAbsolutePath()); in doUnZip()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/resolve/
H A DPluginInstallEngine.groovy178 * @param zipURL The zip URL
181 void installPlugin(URL zipURL, boolean globalInstall = false) {
182 def s = zipURL.toString()
186 eventHandler "StatusUpdate", "Downloading zip ${zipURL}. Please wait..."
188 ant.get(src: zipURL, dest: file, verbose:"on")
191 errorHandler "Error downloading plugin ${zipURL}: ${e.message}"
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/
H A DAbstractBuildValidationTest.java218 URL zipURL = PDETestsPlugin.getBundleContext().getBundle().getEntry(archivePath); in doUnZip() local
219 Path zipPath = new Path(new File(FileLocator.toFileURL(zipURL).getFile()).getAbsolutePath()); in doUnZip()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DUtil.cpp1939 CURL zipURL = URIUtils::CreateArchivePath("zip", pathToUrl, ""); in ScanArchiveForAssociatedItems() local
1940 if (!CDirectory::GetDirectory(zipURL, ItemList, "", DIR_FLAG_NO_FILE_DIRS)) in ScanArchiveForAssociatedItems()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/
H A DProjectCreationTests.java1024 URL zipURL = PDETestsPlugin.getBundleContext().getBundle().getEntry("tests/A.jar"); in createBogusJar() local
1025 File ioFile = new File(FileLocator.toFileURL(zipURL).getFile()); in createBogusJar()