- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 191 for 1234 (0.03 seconds)
-
src/test/java/jcifs/smb1/smb1/SmbRandomAccessFileTest.java
smbRandomAccessFile.write(42); assertEquals(1, smbRandomAccessFile.getFilePointer()); } @Test void testWriteByteArray() throws SmbException { byte[] testData = new byte[] { 0, 1, 2, 3, 4 }; // Mock the write operation doAnswer(new Answer<Void>() { @Override public Void answer(InvocationOnMock invocation) throws Throwable {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.3K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/SampleElements.java
} } public static class Ints extends SampleElements<Integer> { public Ints() { // elements aren't sorted, to better test SortedSet iteration ordering super(1, 0, 2, 3, 4); } } public static <K extends @Nullable Object, V extends @Nullable Object> SampleElements<Entry<K, V>> mapEntries(SampleElements<K> keys, SampleElements<V> values) { return new SampleElements<>(
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jul 17 15:26:41 GMT 2025 - 4.2K bytes - Click Count (0) -
src/test/java/jcifs/util/transport/TransportTest.java
void shouldIdentifyFailedStates() { // Failed states: 5=disconnecting, 6=disconnected/invalid int[] failedStates = { 5, 6 }; int[] nonFailedStates = { 0, 1, 2, 3, 4 }; for (int state : failedStates) { transport.setState(state); assertTrue(transport.isFailed(), "State " + state + " should be failed"); }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.5K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc_expected.md
{* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *} {* ../../docs_src/dependencies/tutorial015_an_py310.py ln[10:15] hl[12:14] *} ## Включения кода с заголовком { #code-includes-with-title } {* ../../docs_src/bigger_applications/app_an_py310/routers/users.py hl[1,3] title["app/routers/users.py"] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 10.9K bytes - Click Count (0) -
MODULE.bazel
bazel_dep(name = "rules_android", version = "0.6.6", repo_name = "build_bazel_rules_android") bazel_dep(name = "rules_android_ndk", version = "0.1.3") bazel_dep(name = "apple_support", version = "1.23.1", repo_name = "build_bazel_apple_support") bazel_dep(name = "rules_swift", version = "2.4.0") bazel_dep(name = "googletest", version = "1.17.0.bcr.1", repo_name = "com_google_googletest")
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 02 01:32:13 GMT 2026 - 11K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/SampleElements.java
} } public static class Ints extends SampleElements<Integer> { public Ints() { // elements aren't sorted, to better test SortedSet iteration ordering super(1, 0, 2, 3, 4); } } public static <K extends @Nullable Object, V extends @Nullable Object> SampleElements<Entry<K, V>> mapEntries(SampleElements<K> keys, SampleElements<V> values) { return new SampleElements<>(
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jul 17 15:26:41 GMT 2025 - 4.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java
helper.setCrawlerWaitMillis(0); assertEquals(0, helper.crawlerWaitMillis); } @Test public void test_parseTime_validFormat() { int[] result = IntervalControlHelper.parseTime("12:30"); assertEquals(12, result[0]); assertEquals(30, result[1]); result = IntervalControlHelper.parseTime("00:00"); assertEquals(0, result[0]); assertEquals(0, result[1]);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 13.6K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc.md
{* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *} {* ../../docs_src/dependencies/tutorial015_an_py310.py ln[10:15] hl[12:14] *} ## Включения кода с заголовком { #code-includes-with-title } {* ../../docs_src/bigger_applications/app_an_py310/routers/users.py hl[1,3] title["app/routers/users.py"] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 11.2K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/en_doc.md
{* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *} {* ../../docs_src/dependencies/tutorial015_an_py310.py ln[10:15] hl[12:14] *} ## Code includes qith title { #code-includes-with-title } {* ../../docs_src/bigger_applications/app_an_py310/routers/users.py hl[1,3] title["app/routers/users.py"] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 7.6K bytes - Click Count (0) -
RELEASE.md
* Support for Python 3.12 has been added. * [tensorflow-tpu](https://pypi.org/project/tensorflow-tpu/) package is now available for easier TPU based installs. * TensorFlow pip packages are now built with CUDA 12.3 and cuDNN 8.9.7 * Added experimental support for float16 auto-mixed precision using the new AMX-FP16 instruction set on X86 CPUs. ### Bug Fixes and Other Changes * `tf.lite`
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)