Home
last modified time | relevance | path

Searched refs:getArtifact (Results 1 – 25 of 73) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/sourcelookup/
H A DSourceLookupFacilityTests.java86 …assertTrue("The result artifact should be a String", result.getArtifact() instanceof String); //$N… in testLookupStringNoForce()
91 …assertTrue("The result artifact should be a String", result.getArtifact() instanceof String); //$N… in testLookupStringNoForce()
112 …assertTrue("The result artifact should be a String", result.getArtifact() instanceof String); //$N… in testLookupStringForce()
117 …assertTrue("The result artifact should be a String", result.getArtifact() instanceof String); //$N… in testLookupStringForce()
156 …assertTrue("The result source element should be a String", result.getArtifact() instanceof IStackF… in testLookupStackframeNoForce()
161 …assertTrue("The result artifact should be a String", result.getArtifact() instanceof IStackFrame);… in testLookupStackframeNoForce()
186 …assertTrue("The result artifact should be a String", result.getArtifact() instanceof IStackFrame);… in testLookupStackframeForce()
229 …assertTrue("The result artifact should be a String", result.getArtifact() instanceof IStackFrame);… in testLookupStackframeWithDebugElement2()
254 …assertTrue("The result artifact should be a String", result.getArtifact() instanceof IStackFrame);… in testLookupStackframeWithDebugElement3()
279 …assertTrue("The result artifact should be a String", result.getArtifact() instanceof IStackFrame);… in testLookupStackframeWithDebugElement4()
[all …]
/dports/security/opensaml/opensaml-3.2.1/samltest/saml2/core/impl/
H A DArtifactResolve20Test.h70 TS_ASSERT(request->getArtifact()==nullptr); in testSingleElementUnmarshall()
83 TS_ASSERT(request->getArtifact()==nullptr); in testSingleElementOptionalAttributesUnmarshall()
93 TS_ASSERT(request->getArtifact()!=nullptr); in testChildElementsUnmarshall()
H A DArtifact20Test.h45 assertEquals("Artifact text content", expectedContent, artifact->getArtifact()); in testSingleElementUnmarshall()
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/
H A DBaseDependencyCheckMojo.java743 if (artifactScopeExcluded.passes(dependencyNode.getArtifact().getScope()) in collectDependencies()
744 || artifactTypeExcluded.passes(dependencyNode.getArtifact().getType())) { in collectDependencies()
755 …(org.apache.maven.artifact.Artifact.SCOPE_SYSTEM.equals(dependencyNode.getArtifact().getScope())) { in collectDependencies()
757 final Artifact a = dependencyNode.getArtifact(); in collectDependencies()
779 …inal Artifact result = artifactResolver.resolveArtifact(buildingRequest, coordinate).getArtifact(); in collectDependencies()
789 project.getName() + ":" + dependencyNode.getArtifact().getScope()); in collectDependencies()
806 dependencyNode.getArtifact().getId(), project.getName()); in collectDependencies()
809 } else if ("import".equals(dependencyNode.getArtifact().getScope())) { in collectDependencies()
811 … dependencyNode.getArtifact().getId(), dependencyNode.getArtifact().getScope(), project.getName()); in collectDependencies()
815 … dependencyNode.getArtifact().getId(), dependencyNode.getArtifact().getScope(), project.getName()); in collectDependencies()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.optimizers/src/org/eclipse/equinox/p2/tests/artifact/processors/
H A DArtifactRepositoryMock.java45 …return getArtifact((IArtifactDescriptor) args[0], (OutputStream) args[1], (IProgressMonitor) args[… in invoke()
48 …private IStatus getArtifact(IArtifactDescriptor descriptor, OutputStream destination, IProgressMon… in getArtifact() method in ArtifactRepositoryMock
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/processors/
H A DArtifactRepositoryMock.java44 …return getArtifact((IArtifactDescriptor) args[0], (OutputStream) args[1], (IProgressMonitor) args[… in invoke()
47 …private IStatus getArtifact(IArtifactDescriptor descriptor, OutputStream destination, IProgressMon… in getArtifact() method in ArtifactRepositoryMock
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/
H A DCommonSourceNotFoundEditor.java186 SourceLookupManager.getDefault().displaySource(getArtifact(), page, true); in editSourceLookupPath()
249 protected Object getArtifact() { in getArtifact() method in CommonSourceNotFoundEditor
253 return input.getArtifact(); in getArtifact()
269 Object artifact = getArtifact(); in initialize()
H A DISourceLookupResult.java37 Object getArtifact(); in getArtifact() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/
H A DTestArtifactRepository.java139 public URI getArtifact(IArtifactKey key) { in getArtifact() method in TestArtifactRepository
143 private IStatus getArtifact(ArtifactRequest request, IProgressMonitor monitor) { in getArtifact() method in TestArtifactRepository
154 overallStatus.add(getArtifact((ArtifactRequest) request, subMonitor.newChild(1))); in getArtifacts()
177 …public IStatus getArtifact(IArtifactDescriptor descriptor, OutputStream destination, IProgressMoni… in getArtifact() method in TestArtifactRepository
H A DAbstractWrappedArtifactRepository.java70 …public IStatus getArtifact(IArtifactDescriptor descriptor, OutputStream destination, IProgressMoni… in getArtifact() method in AbstractWrappedArtifactRepository
71 return delegate.getArtifact(descriptor, destination, monitor); in getArtifact()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/
H A DArtifactRepositoryWithReferenceDescriptors.java63 …IStatus s = repo.getArtifact(descriptor1, new ByteArrayOutputStream(500), new NullProgressMonitor(… in testOldStyleReference()
69 …IStatus s = repo.getArtifact(descriptor2, new ByteArrayOutputStream(500), new NullProgressMonitor(… in testNewStyleReference()
H A DBug265577.java89 status = artifactRepo.getArtifact(desc, destination, new NullProgressMonitor()); in testZippedRepoWithFolderFeature()
111 status = artifactRepo.getArtifact(desc, destination, new NullProgressMonitor()); in testZippedRepo()
/dports/devel/leiningen/leiningen-2.9.8/leiningen-core/src/leiningen/core/
H A Dpedantic.clj76 (if-let [a (.getArtifact d)]
197 (if-let [artifact (and dependency (.getArtifact dependency))]
224 (let [excluded-artifact (.getArtifact (.getDependency node))
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Dtransformerchangetracking.cpp75 const Artifact *getArtifact(const QString &filePath, const QString &productName) const;
219 const Artifact *TrafoChangeTracker::getArtifact(const QString &filePath, in getArtifact() function in qbs::Internal::TrafoChangeTracker
274 const Artifact * const artifact = getArtifact(it.key(), property.productName); in prepareScriptNeedsRerun()
310 const Artifact * const artifact = getArtifact(it.key(), property.productName); in commandsNeedRerun()
/dports/devel/hadoop2/jetty-6.1.14/modules/maven-plugin/src/main/java/org/mortbay/jetty/plugin/
H A DRuntimeDependencyResolver.java121 dependencyArtifacts.add(project.getArtifact()); in transitivelyResolvePomDependencies()
158 public Artifact getArtifact (String groupId, String artifactId, String versionId, String type) in getArtifact() method in RuntimeDependencyResolver
192 Artifact a = getArtifact(groupId, artifactId, versionId, type); in addDependency()
/dports/devel/hadoop/jetty-6.1.14/modules/maven-plugin/src/main/java/org/mortbay/jetty/plugin/
H A DRuntimeDependencyResolver.java121 dependencyArtifacts.add(project.getArtifact()); in transitivelyResolvePomDependencies()
158 public Artifact getArtifact (String groupId, String artifactId, String versionId, String type) in getArtifact() method in RuntimeDependencyResolver
192 Artifact a = getArtifact(groupId, artifactId, versionId, type); in addDependency()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/publisher/
H A DTestArtifactRepository.java185 …public IStatus getArtifact(IArtifactDescriptor descriptor, OutputStream destination, IProgressMoni… in getArtifact() method in TestArtifactRepository
215 overallStatus.add(getArtifact((ArtifactRequest) request, subMonitor.newChild(1))); in getArtifacts()
223 private IStatus getArtifact(ArtifactRequest artifactRequest, IProgressMonitor monitor) { in getArtifact() method in TestArtifactRepository
391 return getArtifact(descriptor, destination, monitor); in getRawArtifact()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DBlackboardArtifactTag.java42 public BlackboardArtifact getArtifact() { in getArtifact() method in BlackboardArtifactTag
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/
H A DArtifactResolve.php32 public function getArtifact() function in SAML2\\ArtifactResolve
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/
H A DArtifactResolve.php43 public function getArtifact() : string function in SAML2\\ArtifactResolve
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/handler/impl/
H A DSAML2ArtifactResolution.cpp298 auto_ptr_char artifact(req->getArtifact() ? req->getArtifact()->getArtifact() : nullptr); in processMessage()
/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/artifact/
H A DUpdateSiteArtifactRepository.java76 …public IStatus getArtifact(IArtifactDescriptor descriptor, OutputStream destination, IProgressMoni… in getArtifact() method in UpdateSiteArtifactRepository
77 return delegate.getArtifact(descriptor, destination, monitor); in getArtifact()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/
H A DMirrorRequest.java289 status = getArtifact(sourceDescriptor, destination, monitor); in transferSingle()
318 …protected IStatus getArtifact(IArtifactDescriptor sourceDescriptor, OutputStream destination, IPro… in getArtifact() method in MirrorRequest
319 return getSourceRepository().getArtifact(sourceDescriptor, destination, monitor); in getArtifact()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/
H A DSourceLookupResult.java59 public Object getArtifact() { in getArtifact() method in SourceLookupResult
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/www/saml2/idp/
H A DArtifactResolutionService.php51 $artifact = $request->getArtifact();

123