- Sort Score
- Result 10 results
- Languages All
Results 2031 - 2040 of 2,189 for else_ (0.02 sec)
-
src/test/java/jcifs/spnego/NegTokenInitTest.java
byte[] encoded = init.toByteArray(); NegTokenInit parsed = new NegTokenInit(encoded); if (mechanisms == null) { assertNull(parsed.getMechanisms()); } else { assertArrayEquals(mechanisms, parsed.getMechanisms()); } } static Stream<Arguments> provideMechanismCombinations() {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21K bytes - Viewed (0) -
src/test/java/jcifs/util/StringsTest.java
assertNotNull(result, "Result should never be null"); if (input == null || input.isEmpty()) { assertEquals(0, result.length, "Null or empty input should produce empty array"); } else { assertTrue(result.length > 0, "Non-empty input should produce non-empty array"); } } } @Nested @DisplayName("Unicode and ASCII Encoding")
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0) -
impl/maven-core/pom.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 10:37:56 UTC 2025 - 16.9K bytes - Viewed (0) -
src/test/java/jcifs/netbios/SessionServicePacketTest.java
if (isInt2) { SessionServicePacket.writeInt2(value, buffer, 0); int result = SessionServicePacket.readInt2(buffer, 0); assertEquals(value & 0xFFFF, result); } else { SessionServicePacket.writeInt4(value, buffer, 0); int result = SessionServicePacket.readInt4(buffer, 0); assertEquals(value, result); } }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.5K bytes - Viewed (0) -
impl/maven-core/src/site/apt/offline-mode.apt
online status. * If <<<(offline == false) && (requiresOnline == true)>>>, bind the mojo to the lifecycle. In this case, the client is <<online>>, and the mojo either requires <<online>> status, or else doesn't care. * Otherwise, don't bind the mojo. Log a debug message to indicate that it is sensitive the online state of the application, and that this state is currently wrong for execution.
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 10.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
if ("http://www.example.com/page1.html".equals(sitemap.getLoc())) { foundPage1 = true; } else if ("http://www.example.com/page2.html".equals(sitemap.getLoc())) { foundPage2 = true; } else if ("http://www.example.com/page3.html".equals(sitemap.getLoc())) { foundPage3 = true; } } assertTrue(foundPage1);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
*/ @Override public void setResolveInDfs(final boolean resolve) { if (resolve) { addFlags2(SmbConstants.FLAGS2_RESOLVE_PATHS_IN_DFS); } else { remFlags2(SmbConstants.FLAGS2_RESOLVE_PATHS_IN_DFS); } } /** * {@inheritDoc} * * @see jcifs.internal.RequestWithPath#isResolveInDfs() */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 38.9K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/Longs.java
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Oct 22 18:14:49 UTC 2025 - 29K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
through the air! Do you think you could manage it?) `And what an ignorant little girl she'll think me for asking! No, it'll never do to ask: perhaps I shall see it written up somewhere.' Down, down, down. There was nothing else to do, so Alice soon began talking again. `Dinah'll miss me very much to-night, I should think!' (Dinah was the cat.) `I hope they'll remember her saucer of milk at tea-time. Dinah my dear! I wish you were
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Apr 21 02:27:51 UTC 2017 - 145.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetServerEnum2Test.java
if ("SV_TYPE_ALL".equals(constantName)) { assertEquals(expectedValue, NetServerEnum2.SV_TYPE_ALL); assertEquals(0xFFFFFFFF, NetServerEnum2.SV_TYPE_ALL); } else if ("SV_TYPE_DOMAIN_ENUM".equals(constantName)) { assertEquals(expectedValue, NetServerEnum2.SV_TYPE_DOMAIN_ENUM); assertEquals(0x80000000, NetServerEnum2.SV_TYPE_DOMAIN_ENUM); } }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.7K bytes - Viewed (0)