- Sort Score
- Num 10 results
- Language All
Results 2801 - 2810 of 3,563 for override1 (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-tests/test/com/google/common/util/concurrent/InterruptionUtil.java
private final Thread interruptee; private volatile boolean shouldStop = false; Interruptenator(Thread interruptee) { this.interruptee = interruptee; } @Override public void run() { while (!shouldStop) { interruptee.interrupt(); } } void stopInterrupting() { shouldStop = true; } }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 15:38:30 GMT 2026 - 3.4K bytes - Click Count (0) -
src/main/java/jcifs/SmbPipeHandle.java
/** * {@inheritDoc} * * @throws CIFSException if an error occurs closing the handle * * @see java.lang.AutoCloseable#close() */ @Override void close() throws CIFSException; /** * Tests whether this file descriptor is open and valid. * * @return whether the FD is open and valid */ boolean isOpen(); /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/StandaloneRestTestPlugin.java
* and run REST tests. Use BuildPlugin if you want to build main code as well * as tests. */ public class StandaloneRestTestPlugin implements Plugin<Project> { @Override public void apply(final Project project) { if (project.getPluginManager().hasPlugin("elasticsearch.build")) { throw new InvalidUserDataException(
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jul 05 08:34:36 GMT 2021 - 3.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/TestWithDependenciesPlugin.java
* <p> * This plugin will add the plugin-metadata and properties files for each * dependency to the test source set. */ public class TestWithDependenciesPlugin implements Plugin<Project> { @Override public void apply(final Project project) { ExtraPropertiesExtension extraProperties = project.getExtensions().getExtraProperties();
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 3.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/DictionaryItemTest.java
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; public class DictionaryItemTest extends UnitFessTestCase { private TestDictionaryItem dictionaryItem; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); dictionaryItem = new TestDictionaryItem(); } @Test public void test_getId_defaultValue() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4.3K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http/BridgeInterceptor.kt
* request. Then it proceeds to call the network. Finally it builds a user response from the network * response. */ class BridgeInterceptor : Interceptor { @Throws(IOException::class) override fun intercept(chain: Interceptor.Chain): Response { val userRequest = chain.request() val requestBuilder = userRequest.newBuilder() val body = userRequest.body if (body != null) {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Jan 11 12:06:21 GMT 2026 - 4.2K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcBinding.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 3.8K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/ObjectBasedValueSource.java
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) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PrecedenceCoreExtensionSelector.java
import org.apache.maven.api.cli.extensions.CoreExtension; import org.apache.maven.api.cli.extensions.InputLocation; public class PrecedenceCoreExtensionSelector<C extends LookupContext> implements CoreExtensionSelector<C> { @Override public List<CoreExtension> selectCoreExtensions(LookupInvoker<C> invoker, C context) { Optional<List<CoreExtensions>> coreExtensions = context.invokerRequest.coreExtensions();
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 15:32:43 GMT 2025 - 4.6K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/ProjectBuildList.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.1K bytes - Click Count (0)