/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/ |
H A D | ExtensionsSortTests.java | 55 .installBundle(toFileURL("platform:/plugin/" in setUp() 59 .installBundle(toFileURL("platform:/plugin/" in setUp() 63 .installBundle(toFileURL("platform:/plugin/" in setUp() 87 private String toFileURL(String url) throws MalformedURLException, 89 return FileLocator.toFileURL(new URL(url)).toString();
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/directorywatcher/ |
H A D | DirectoryWatcherTest.java | 42 File folder = new File(FileLocator.toFileURL(base).getPath()); in testCreateDirectoryWatcherOneDirectory() 50 File folder = new File(FileLocator.toFileURL(base).getPath()); in testCreateDirectoryWatcherProps() 62 File folder = new File(FileLocator.toFileURL(base).getPath()); in testDirectoryWatcherListener()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/src/org/eclipse/core/tests/internal/runtime/ |
H A D | FileLocatorTest.java | 94 Bundle bundle = context.installBundle("reference:" + FileLocator.toFileURL(url).toExternalForm()); in testFileLocatorGetBundleFile01() 100 …URL fileURL = FileLocator.toFileURL(context.getBundle().getEntry(RuntimeTestsPlugin.TEST_FILES_ROO… in testFileLocatorGetBundleFile01() 112 Bundle bundle = context.installBundle("reference:" + FileLocator.toFileURL(url).toExternalForm()); in testFileLocatorGetBundleFile02() 118 …URL fileURL = FileLocator.toFileURL(context.getBundle().getEntry(RuntimeTestsPlugin.TEST_FILES_ROO… in testFileLocatorGetBundleFile02()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/ |
H A D | PlatformURLConverter.java | 33 public URL toFileURL(URL url) throws IOException { in toFileURL() method in PlatformURLConverter 41 return FileLocator.toFileURL(result); in toFileURL()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/ |
H A D | FetchTests.java | 91 String buildXMLPath = FileLocator.toFileURL(resource).getPath(); in testGetUnpack() 124 String buildXMLPath = FileLocator.toFileURL(resource).getPath(); in testFetchFeature() 213 String buildXMLPath = FileLocator.toFileURL(resource).getPath(); in testFetchP2Feature() 241 String buildXMLPath = FileLocator.toFileURL(resource).getPath(); in testFetchLicenseFeature() 302 String buildXMLPath = FileLocator.toFileURL(resource).getPath(); in testBug171869_Get() 337 String buildXMLPath = FileLocator.toFileURL(resource).getPath(); in testP2Get()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ |
H A D | FileLocator.java | 259 public static URL toFileURL(URL url) throws IOException { in toFileURL() method in FileLocator 261 return converter == null ? url : converter.toFileURL(url); in toFileURL()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ |
H A D | ImportExistingProjectsWizardTest.java | 161 URL archiveFile = FileLocator.toFileURL(FileLocator.find(TestPlugin.getDefault().getBundle(), in test01FindSingleZip() 192 URL archiveFile = FileLocator.toFileURL(FileLocator.find(TestPlugin.getDefault().getBundle(), in test02FindSingleTar() 280 URL archiveFile = FileLocator.toFileURL(FileLocator.find(TestPlugin.getDefault().getBundle(), in test05ImportSingleZip() 337 URL archiveFile = FileLocator.toFileURL(FileLocator.find(TestPlugin.getDefault().getBundle(), in test06ImportZipWithEmptyFolder() 392 URL archiveFile = FileLocator.toFileURL(FileLocator.find(TestPlugin.getDefault().getBundle(), in test07ImportSingleTar() 448 URL archiveFile = FileLocator.toFileURL(FileLocator.find(TestPlugin.getDefault().getBundle(), in test08ImportTarWithEmptyFolder() 715 URL archiveFile = FileLocator.toFileURL(FileLocator.find(TestPlugin.getDefault().getBundle(), in test12ImportZipDeleteContentsImportAgain() 768 URL archiveFile2 = FileLocator.toFileURL(FileLocator.find(TestPlugin.getDefault().getBundle(), in test12ImportZipDeleteContentsImportAgain() 1075 URL projectsArchive = FileLocator.toFileURL(FileLocator.find(TestPlugin.getDefault().getBundle(), in test16GetProjectRecords() 1108 URL projectsArchive = FileLocator.toFileURL(FileLocator.find(TestPlugin.getDefault().getBundle(), in test17GetProjectRecordsShouldHandleCorruptProjects() [all …]
|
H A D | SmartImportTests.java | 186 … .toFileURL(getClass().getResource("/data/org.eclipse.datatransferArchives/ProjectsArchive.zip")); in testImport6Projects() 196 .toFileURL(getClass().getResource("/data/org.eclipse.datatransferArchives/project")); in testImportModularProjectsWithSameName() 220 .toFileURL(getClass() in testImportProjectWithExistingName() 230 .toFileURL(getClass() in testImportProjectWithExistingName() 267 … .toFileURL(getClass().getResource("/data/org.eclipse.datatransferArchives/projectSingleModule")); in testConfigurationIgnoreNestedProjects()
|
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/santhosh-tekuri/jsonschema/ |
H A D | schema_test.go | 256 {toFileURL("testdata/customer_schema.json") + "#/0", "testdata/customer.json"}, 259 {toFileURL("testdata/empty schema.json"), "testdata/empty schema.json"}, 283 toFileURL("testdata/missing.json"), 416 func toFileURL(path string) string { func
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/urlconversion/ |
H A D | URLConverter.java | 44 public URL toFileURL(URL url) throws IOException; in toFileURL() method
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/tests/ |
H A D | PDETestCase.java | 108 String path = FileLocator.toFileURL(resource).getPath(); in newTest() 124 String buildXMLPath = FileLocator.toFileURL(resource).getPath(); in runBuild() 132 String buildXMLPath = FileLocator.toFileURL(resource).getPath(); in runProductBuild() 140 String buildXMLPath = FileLocator.toFileURL(resource).getPath(); in generateScripts()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/org/eclipse/equinox/frameworkadmin/tests/ |
H A D | MacOSLikeSetup.java | 56 ….toFileURL(Activator.getContext().getBundle().getEntry("dataFile/org.eclipse.osgi.jar")).getPath()… in testMacOSSetup() 112 ….toFileURL(Activator.getContext().getBundle().getEntry("dataFile/org.eclipse.osgi.jar")).getPath()… in testMacWithoutStartupOrFw()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/org/eclipse/swt/examples/browser/demos/ |
H A D | BrowserDemoPlugin.java | 27 PLUGIN_PATH = FileLocator.toFileURL(context.getBundle().getEntry(".")).toString(); in start()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/ |
H A D | AntPropertyValueProvider.java | 57 URL fileURL = FileLocator.toFileURL(new URL("platform:/base/")); //$NON-NLS-1$ in getAntPropertyValue()
|
/dports/games/lwjgl/lwjgl-2df01dd/eclipse-update/org.lwjgl.tools/src/java/org/lwjgl/tools/ |
H A D | BuildPathSupport.java | 102 local = FileLocator.toFileURL(bundle.getEntry("/")); //$NON-NLS-1$ in getBundleLocation() 225 URL fileURL = FileLocator.toFileURL(bundle.getEntry("/")); //$NON-NLS-1$ in getURL()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/loader/ |
H A D | BootLoader.java | 229 URL url = toFileURL(location); in definePackage() 269 private static URL toFileURL(String location) { in toFileURL() method in BootLoader.PackageHelper
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/loader/ |
H A D | BootLoader.java | 228 URL url = toFileURL(location); in definePackage() 268 private static URL toFileURL(String location) { in toFileURL() method in BootLoader.PackageHelper
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/loader/ |
H A D | BootLoader.java | 229 URL url = toFileURL(location); in definePackage() 269 private static URL toFileURL(String location) { in toFileURL() method in BootLoader.PackageHelper
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/loader/ |
H A D | BootLoader.java | 228 URL url = toFileURL(location); in definePackage() 268 private static URL toFileURL(String location) { in toFileURL() method in BootLoader.PackageHelper
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/loader/ |
H A D | BootLoader.java | 245 URL url = toFileURL(location); in definePackage() 285 private static URL toFileURL(String location) { in toFileURL() method in BootLoader.PackageHelper
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/url/ |
H A D | BundleURLConverter.java | 35 public URL toFileURL(URL url) throws IOException { in toFileURL() method in BundleURLConverter
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/model/ |
H A D | AntDefiningTaskNode.java | 165 file = URIUtil.toFile(FileLocator.toFileURL(thisURL).toURI()); in setJavaClassPath() 168 file = new File(FileLocator.toFileURL(url).getPath()); in setJavaClassPath()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/loader/ |
H A D | BootLoader.java | 263 URL url = toFileURL(location); in definePackage() 303 private static URL toFileURL(String location) { in toFileURL() method in BootLoader.PackageHelper
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/loader/ |
H A D | BootLoader.java | 257 URL url = toFileURL(location); in definePackage() 298 private static URL toFileURL(String location) { in toFileURL() method in BootLoader.PackageHelper
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/loader/ |
H A D | BootLoader.java | 255 URL url = toFileURL(location); in definePackage() 295 private static URL toFileURL(String location) { in toFileURL() method in BootLoader.PackageHelper
|