- Sort Score
- Num 10 results
- Language All
Results 941 - 950 of 2,693 for override1 (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-compat/src/main/java/org/apache/maven/artifact/ArtifactStatus.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 3K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/scope/internal/MojoExecutionScope.java
return MojoExecutionScope.<T>seededKeySupplier(clazz)::get; } @Override public void beforeMojoExecution(MojoExecutionEvent event) throws MojoExecutionException { for (WeakMojoExecutionListener provided : getProvidedListeners()) { provided.beforeMojoExecution(event); } } @Override public void afterMojoExecutionSuccess(MojoExecutionEvent event) throws MojoExecutionException {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 3.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java
Runnable[] currentTask = new Runnable[1]; Executor delegate = new Executor() { @Override public void execute(Runnable task) { currentTask[0] = task; task.run(); currentTask[0] = null; } @Override public String toString() { return "theDelegate"; } };
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 10.5K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ContiguousSet.java
super(Ordering.natural()); this.domain = domain; } @Override public ContiguousSet<C> headSet(C toElement) { return headSetImpl(checkNotNull(toElement), false); } /** * @since 12.0 */ @GwtIncompatible // NavigableSet @Override public ContiguousSet<C> headSet(C toElement, boolean inclusive) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 9.9K bytes - Click Count (0) -
src/test/java/jcifs/SmbWatchHandleTest.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 13.2K bytes - Click Count (1) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderRequest.java
} @Nonnull @Override public Optional<Path> getPath() { return Optional.ofNullable(path); } @Nonnull @Override public Optional<Source> getSource() { return Optional.ofNullable(source); } @Override public boolean isAllowStubModel() {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 10 07:30:49 GMT 2025 - 11.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java
} @Override void awaitLatchUninterruptibly() { Uninterruptibles.awaitUninterruptibly(latch); } @Override boolean awaitLatchUninterruptibly(long timeout, TimeUnit unit) { return Uninterruptibles.awaitUninterruptibly(latch, timeout, unit); } @Override long getCount() { return latch.getCount(); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 38.1K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/SourcesRepository.kt
@ConsistentCopyVisibility data class Java internal constructor( override val currentFile: File, override val currentSourceRoot: File ) : ApiSourceFile() @ConsistentCopyVisibility data class Kotlin internal constructor( override val currentFile: File, override val currentSourceRoot: File ) : ApiSourceFile() } internalCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Apr 28 14:56:52 GMT 2025 - 4.1K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/xml/XmlWriterRequest.java
} @Override public Path getPath() { return path; } @Override public OutputStream getOutputStream() { return outputStream; } @Override public Writer getWriter() { return writer; }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Aug 10 22:21:50 GMT 2024 - 4.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ImmutableSortedMultisetTest.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 22.8K bytes - Click Count (0)