- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 283 for NOTHING (0.04 sec)
-
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractConditionBean.java
// do nothing } @Override public void xsetupForQueryInsert() { // do nothing } @Override public void xsetupForSpecifiedUpdate() { // do nothing } @Override public void xsetupForVaryingUpdate() { // do nothing } @Override public void enableThatsBadTiming() { // do nothing }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractConditionBean.java
// do nothing } @Override public void xsetupForQueryInsert() { // do nothing } @Override public void xsetupForSpecifiedUpdate() { // do nothing } @Override public void xsetupForVaryingUpdate() { // do nothing } @Override public void enableThatsBadTiming() { // do nothing }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractConditionBean.java
// do nothing } @Override public void xsetupForQueryInsert() { // do nothing } @Override public void xsetupForSpecifiedUpdate() { // do nothing } @Override public void xsetupForVaryingUpdate() { // do nothing } @Override public void enableThatsBadTiming() { // do nothing }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 17.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/AbstractExecutionListener.java
// default does nothing } @Override public void sessionStarted(ExecutionEvent event) { // default does nothing } @Override public void sessionEnded(ExecutionEvent event) { // default does nothing } @Override public void projectSkipped(ExecutionEvent event) { // default does nothing } @OverrideRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 2.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/ConnectionPoolTest.kt
val c1 = factory.newConnection(pool, routeA1, 50L) // Running at time 50, the pool returns that nothing can be evicted until time 150. assertThat(pool.closeConnections(50L)).isEqualTo(100L) assertThat(pool.connectionCount()).isEqualTo(1) assertThat(c1.socket().isClosed).isFalse() // Running at time 60, the pool returns that nothing can be evicted until time 150. assertThat(pool.closeConnections(60L)).isEqualTo(90L)
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Oct 07 21:55:03 UTC 2025 - 8.2K bytes - Viewed (0) -
tests/test_forms_single_model.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:19:10 UTC 2025 - 3.4K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbComQueryInformationTest.java
public void testReadParameterWordsWireFormat() { // This method is expected to do nothing and return 0 int result = smbComQueryInformation.readParameterWordsWireFormat(new byte[0], 0); assertEquals(0, result); } @Test public void testReadBytesWireFormat() { // This method is expected to do nothing and return 0 int result = smbComQueryInformation.readBytesWireFormat(new byte[0], 0);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.4K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbComWriteAndXResponseTest.java
SmbComWriteAndXResponse response = new SmbComWriteAndXResponse(); byte[] dst = new byte[0]; int bytesWritten = response.writeParameterWordsWireFormat(dst, 0); // This method does nothing and should return 0. assertEquals(0, bytesWritten); } /** * Test the writeBytesWireFormat method. */ @Test void testWriteBytesWireFormat() {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.4K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbComNegotiateTest.java
} /** * Test the writeParameterWordsWireFormat method. * This method should do nothing and return 0. */ @Test void testWriteParameterWordsWireFormat() { byte[] dst = new byte[10]; int dstIndex = 0; // The method should return 0 as it writes no parameter wordsRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/processor/impl/NullResponseProcessor.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.5K bytes - Viewed (0)