- Sort Score
- Result 10 results
- Languages All
Results 1941 - 1950 of 2,324 for exception (0.05 sec)
- 
				
				RELEASE.mdfiles. * Eager Execution: * With eager execution Datasets can now be used as standard python iterators (`for batch in dataset:`). Both `Dataset.__iter__()` and `Dataset.make_one_shot_iterator()` can now be used to create iterators when eager execution is enabled. * Automatic device placement has been enabled (i.e., use a GPU ifRegistered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2)
- 
				
				src/test/java/org/codelibs/fess/script/ScriptEngineTest.javaimport java.util.Map; import org.codelibs.fess.unit.UnitFessTestCase; public class ScriptEngineTest extends UnitFessTestCase { private ScriptEngine scriptEngine; @Override public void setUp() throws Exception { super.setUp(); // Create a test implementation of ScriptEngine scriptEngine = new TestScriptEngine(); } // Test evaluate method with valid template and parametersRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.3K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/internal/smb1/trans2/Trans2FindNext2Test.javaprivate static final String TEST_FILENAME = "testfile.txt"; private static final int TEST_BATCH_COUNT = 100; private static final int TEST_BATCH_SIZE = 8192; @BeforeEach void setUp() throws Exception { MockitoAnnotations.openMocks(this); Properties props = new Properties(); config = new PropertyConfiguration(props); } @Test void testConstructor() { Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.2K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/collect/ImmutableSetMultimap.java} ImmutableSetMultimap<V, K> invertedMultimap = builder.build(); invertedMultimap.inverse = this; return invertedMultimap; } /** * Guaranteed to throw an exception and leave the multimap unmodified. * * @throws UnsupportedOperationException always * @deprecated Unsupported operation. */ @CanIgnoreReturnValue @Deprecated @OverrideRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.6K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/helper/PermissionHelper.javaimport org.codelibs.fess.crawler.client.ftp.FtpClient; import org.codelibs.fess.crawler.client.smb.SmbClient; import org.codelibs.fess.crawler.entity.ResponseData; import org.codelibs.fess.crawler.exception.CrawlingAccessException; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.util.ComponentUtil; import jakarta.annotation.Resource; import jcifs.SID; /** Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.3K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/annotation/SecuredTest.javaimport java.lang.reflect.Method; import java.util.Arrays; import org.codelibs.fess.unit.UnitFessTestCase; public class SecuredTest extends UnitFessTestCase { @Override public void setUp() throws Exception { super.setUp(); } // Test that Secured annotation has correct meta-annotations public void test_annotationMetadata() { // Check if Secured annotation is presentRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.2K bytes - Viewed (0)
- 
				
				android/guava-testlib/test/com/google/common/testing/EqualsTesterTest.javaprivate EqualsTester equalsTester; private ValidTestObject equalObject1; private ValidTestObject equalObject2; private ValidTestObject notEqualObject1; @Override public void setUp() throws Exception { super.setUp(); reference = new ValidTestObject(1, 2); equalsTester = new EqualsTester(); equalObject1 = new ValidTestObject(1, 2); equalObject2 = new ValidTestObject(1, 2); Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed May 14 19:40:47 UTC 2025 - 13.1K bytes - Viewed (0)
- 
				
				android/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.javaprivate PairedStatsAccumulator constantValuesAccumulator; private PairedStatsAccumulator constantValuesAccumulatorByAddAllPartitionedPairedStats; @Override protected void setUp() throws Exception { super.setUp(); emptyAccumulator = new PairedStatsAccumulator(); emptyAccumulatorByAddAllEmptyPairedStats = new PairedStatsAccumulator(); Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 23.4K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb/SmbFileHandleImplTest.javaverify(tree, times(1)).send(isA(Smb2CloseRequest.class), eq(RequestParam.NO_RETRY)); verify(tree, times(1)).release(); } @Test @DisplayName("finalize() logs a warning when not closed (no exception)") void finalize_logsWhenNotClosed() throws Throwable { when(cfg.isTraceResourceUsage()).thenReturn(true); // exercise backtrace branch stubValidTree(2L, true, true); Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.3K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ResponseData.java} /** * Gets the execution time for processing this response. * * @return the execution time in milliseconds */ public long getExecutionTime() { return executionTime; } /** * Sets the execution time for processing this response. * * @param executionTime the execution time in milliseconds */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 11.6K bytes - Viewed (0)