- Sort Score
- Num 10 results
- Language All
Results 341 - 350 of 486 for GoString (0.2 seconds)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/transfer/ConsoleMavenTransferListener.java
} status.append(format.formatProgress(complete, total)); if (printResourceNames) { status.append(")"); } return status.toString(); } private String resourceName(String resourceName) { if (resourceName == null || resourceName.trim().isEmpty()) { return ""; }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 11:23:19 GMT 2025 - 5.7K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/transfer/ConsoleMavenTransferListenerTest.java
new PrintWriter(System.out) { @Override public void print(Object o) { String string = o.toString(); int i = string.length() - 1; while (i >= 0) { char c = string.charAt(i);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 5.6K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Request.java
* request's state. * * @return a string representation of this request, never {@code null} */ @Override @Nonnull String toString();
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 4K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
message.append(parentData.getId()); problems.add(new ModelProblemCollectorRequest(ModelProblem.Severity.FATAL, ModelProblem.Version.BASE) .setMessage(message.toString())); throw problems.newModelBuildingException(); } else { currentData = parentData; } } problems.setSource(inputModel);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/relocation/UserPropertiesArtifactRelocationSource.java
this.predicate = artifactPredicate(source); this.global = global; this.source = source; this.target = target; } @Override public String toString() { return source + (global ? " >> " : " > ") + target; } } private static class Relocations { private final List<Relocation> relocations;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java
} } if (include) { Map<PhaseId, List<MojoExecution>> phaseBindings = new TreeMap<>( Comparator.comparing(PhaseId::toString, new PhaseComparator(lifecycle.getPhases()))); mappings.put(phase, phaseBindings); } } /*Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Dec 13 23:04:37 GMT 2024 - 8.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
"${performanceTestCoverage.asConfigurationId(model)}_Trigger" (performanceTests + previousPerformanceTestPasses).first { it.id.toString().endsWith( targetPerformanceTestPassBuildTypeId, ) } }, ), ) }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 16 00:34:25 GMT 2025 - 12.1K bytes - Click Count (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/HtmlToXmlJavadocLexerTest.groovy
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 6.5K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
} protected void pushCoreProperties(C context) throws Exception { System.setProperty( Constants.MAVEN_HOME, context.invokerRequest.installationDirectory().toString()); } /** * Note: this method is called twice from {@link #doInvoke(LookupContext)} and modifies context. First invocationCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Oct 28 13:01:07 GMT 2025 - 43.2K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/artifact/ActiveProjectArtifact.java
@Override public void setArtifactHandler(ArtifactHandler handler) { artifact.setArtifactHandler(handler); } /** {@inheritDoc} */ @Override public String toString() { return "active project artifact[artifact: " + artifact + ", project: " + project + "]"; } /** {@inheritDoc} */ @Override public boolean isRelease() {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 9.9K bytes - Click Count (0)