Home
last modified time | relevance | path

Searched refs:locationURI (Results 1 – 25 of 79) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/
H A DRemoveRepositoryActionTest.java31 private URI locationURI; field in RemoveRepositoryActionTest
48 locationURI = new URI(TEST_LOCATION); in setUp()
50 getArtifactRepositoryManager().addRepository(locationURI); in setUp()
56 getArtifactRepositoryManager().removeRepository(locationURI); in tearDown()
65 assertTrue("1.1", !getArtifactRepositoryManager().isEnabled(locationURI)); in testInvalidEnablement()
73 assertTrue("1.1", getArtifactRepositoryManager().isEnabled(locationURI)); in testInvalidLocation()
81 assertTrue("1.1", getArtifactRepositoryManager().isEnabled(locationURI)); in testInvalidType()
87 assertTrue("1.1", getArtifactRepositoryManager().isEnabled(locationURI)); in testNoArguments()
93 getMetadataRepositoryManager().addRepository(locationURI); in testRemoveMetadataRepository()
96 assertTrue("1.1", !getMetadataRepositoryManager().isEnabled(locationURI)); in testRemoveMetadataRepository()
[all …]
H A DAddRepositoryActionTest.java44 private URI locationURI; field in AddRepositoryActionTest
69 locationURI = new URI(TEST_LOCATION); in setUp()
70 getArtifactRepositoryManager().removeRepository(locationURI); in setUp()
76 getArtifactRepositoryManager().removeRepository(locationURI); in tearDown()
86 assertTrue("1.1", !getArtifactRepositoryManager().isEnabled(locationURI)); in testInvalidEnablement()
189 assertTrue("0.1", !getArtifactRepositoryManager().contains(locationURI)); in testFullInstall()
222 assertTrue("1.1", !getArtifactRepositoryManager().contains(locationURI)); in testBug266881()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/
H A DFileEditorInput.java65 final URI locationURI = file.getLocationURI(); in isLocalFile() local
66 if (locationURI == null) in isLocalFile()
68 IFileStore store = EFS.getStore(locationURI); in isLocalFile()
183 final URI locationURI = file.getLocationURI(); in getPath() local
184 if (locationURI == null) in getPath()
186 IFileStore store = EFS.getStore(locationURI); in getPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/
H A DQuickMenuHandler.java50 service.populateContributionManager((ContributionManager) menu, locationURI);
56 private String locationURI; field in QuickMenuHandler
60 locationURI = event.getParameter("org.eclipse.ui.window.quickMenu.uri"); //$NON-NLS-1$ in execute()
61 if (locationURI == null) { in execute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/projectvariables/
H A DWorkspaceParentLocationVariableResolver.java42 URI locationURI = parent.getLocationURI(); in getValue() local
43 if (locationURI != null) in getValue()
44 return locationURI.toASCIIString(); in getValue()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/
H A DExtensionContributionFactory.java44 private String locationURI; field in ExtensionContributionFactory
55 return locationURI; in getLocation()
73 locationURI = config.getAttribute(IWorkbenchRegistryConstants.TAG_LOCATION_URI); in setInitializationData()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/org/eclipse/equinox/internal/p2/updatesite/
H A DSiteModel.java41 private URI locationURI; field in SiteModel
299 if (locationURI == null && locationURIString != null) { in getLocationURI()
301 locationURI = new URI(locationURIString); in getLocationURI()
306 return locationURI; in getLocationURI()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/validator/constraints/
H A DExtModelReferenceCycles.cpp116 string locationURI = doc->getLocationURI(); in addAllReferences() local
118 if (locationURI.empty()) { in addAllReferences()
124 location = locationURI.substr(locationURI.find(':')+1, string::npos); in addAllReferences()
H A DSubmodelReferenceCycles.cpp166 string locationURI = doc->getLocationURI(); in addAllExternalReferences() local
168 if (locationURI.empty()) { in addAllExternalReferences()
174 location = locationURI.substr(locationURI.find(':')+1, string::npos); in addAllExternalReferences()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/
H A DActiveMenuSection.java76 …String locationURI = "menu:" + parentId + (id == null ? "?after=additions" : "?after=" + id); //$N… in createLocationURI() local
77 …createIdentifierSection(text, PDERuntimeMessages.ActiveMenuSection_7, new String[] {locationURI})); in createLocationURI()
87 …String locationURI = "toolbar:" + parentId + (id == null ? "?after=additions" : "?after=" + id); /… in createLocationURI() local
88 …createIdentifierSection(text, PDERuntimeMessages.ActiveMenuSection_7, new String[] {locationURI})); in createLocationURI()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DAliasManager.java364 URI locationURI = linkDesc.getLocationURI(); in addToLocationsMap() local
365 locationURI = FileUtil.canonicalURI(locationURI); in addToLocationsMap()
366 locationURI = link.getPathVariableManager().resolveURI(locationURI); in addToLocationsMap()
367 addToLocationsMap(link, EFS.getStore(locationURI)); in addToLocationsMap()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/
H A DMoveProjectOperation.java134 URI moveProject(IProject project, URI locationURI, IProgressMonitor monitor) in moveProject() argument
143 description.setLocationURI(locationURI); in moveProject()
H A DCopyProjectOperation.java199 URI locationURI, IProgressMonitor monitor) throws CoreException { in copyProject() argument
213 description.setLocationURI(locationURI); in copyProject()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/
H A DGraphLocations.java85 URI locationURI(L location) throws URISyntaxException; in locationURI() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/
H A DGraphLocations.java85 URI locationURI(L location) throws URISyntaxException; in locationURI() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/
H A DGraphLocations.java85 URI locationURI(L location) throws URISyntaxException; in locationURI() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/
H A DGraphLocations.java85 URI locationURI(L location) throws URISyntaxException; in locationURI() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/
H A DGraphLocations.java85 URI locationURI(L location) throws URISyntaxException; in locationURI() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/
H A DGraphLocations.java85 URI locationURI(L location) throws URISyntaxException; in locationURI() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/
H A DGraphLocations.java85 URI locationURI(L location) throws URISyntaxException; in locationURI() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/
H A DJavaCapabilityConfigurationPage.java250 …public static void createProject(IProject project, URI locationURI, IProgressMonitor monitor) thro…
251 BuildPathsBlock.createProject(project, locationURI, monitor);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/
H A DBuildTimeFeature.java173 URI locationURI = URIUtil.toURI(location); in getRootLocation() local
174 rootLocation = URIUtil.toFile(locationURI).getAbsolutePath(); in getRootLocation()
/dports/net/kamailio/kamailio-5.4.5/src/modules/lost/
H A DREADME169 Values are "any", "geodetic", "civic" or "locationURI" and
175 * locationURI - returns a set of location URIs (location by
178 Default: "geodetic locationURI".
182 modparam("lost", "location_type, "civic geodetic locationURI")
202 include "locationURI" in the location_type parameter.
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DAttachedJavadocTests.java78 URI locationURI = resource.getLocationURI(); in setJavadocLocationAttribute() local
79 assertNotNull("doc folder cannot be null", locationURI); //$NON-NLS-1$ in setJavadocLocationAttribute()
82 docUrl = locationURI.toURL(); in setJavadocLocationAttribute()
1070 URI locationURI = resource.getLocationURI(); in testBug394382() local
1071 assertNotNull("doc folder cannot be null", locationURI); //$NON-NLS-1$ in testBug394382()
1074 docUrl = locationURI.toURL(); in testBug394382()
1142 URI locationURI = resource.getLocationURI(); in testBug426058() local
1143 assertNotNull("doc folder cannot be null", locationURI); //$NON-NLS-1$ in testBug426058()
1146 docUrl = locationURI.toURL(); in testBug426058()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/
H A DJarWriter3.java240 URI locationURI= resource.getLocationURI(); in addFile() local
241 if (locationURI != null) { in addFile()
242 IFileInfo info= EFS.getStore(locationURI).fetchInfo(); in addFile()

1234