- Sort Score
- Result 10 results
- Languages All
Results 461 - 470 of 594 for follow (0.04 sec)
-
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpSession; /** * Azure Active Directory (Azure AD) SSO authenticator implementation. * Handles OAuth2/OpenID Connect authentication flow with Azure AD. */ public class AzureAdAuthenticator implements SsoAuthenticator { private static final Logger logger = LogManager.getLogger(AzureAdAuthenticator.class); /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/ReferralTest.java
bb.putShort((short) 1); // version bb.putShort((short) 24); // size bb.putShort((short) 1); // serverType bb.putShort((short) 0); // rflags // Node string immediately follows header String node = "\\\\SERVER\\SHARE"; bb.put(node.getBytes(StandardCharsets.UTF_16LE)); bb.putShort((short) 0); // Decode
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 22K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileInputStreamTest.java
when(mockTree.areSignaturesActive()).thenReturn(false); when(mockConfig.getReceiveBufferSize()).thenReturn(0x200000); // large to allow big block size when(mockTree.getReceiveBufferSize()).thenReturn(0x200000); when(mockTree.getMaximumBufferSize()).thenReturn(0x200000); // Make TYPE_FILESYSTEM path, not named pipe
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 12.8K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
* application-specific ordering in addition to performing general cycle detection. * * <p><strong>Garbage Collection</strong> * * <p>In order to allow proper garbage collection of unused locks, the edges of the lock graph are * weak references. * * <p><strong>Performance</strong> *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 18 15:05:43 UTC 2025 - 35.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
- [Changelog since v1.21.4](#changelog-since-v1214) - [Important Security Information](#important-security-information) - [CVE-2021-25741: Symlink Exchange Can Allow Host Filesystem Access](#cve-2021-25741-symlink-exchange-can-allow-host-filesystem-access) - [Changes by Kind](#changes-by-kind-8) - [Feature](#feature-6) - [Bug or Regression](#bug-or-regression-8)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0) -
src/test/java/jcifs/netbios/SessionServicePacketTest.java
void testReadLength() { byte[] src = { (byte) 0x00, (byte) 0x01, (byte) 0x23, (byte) 0x45 }; int length = SessionServicePacket.readLength(src, 0); // Bit 0 of byte 1 is MSB, followed by bytes 2 and 3 assertEquals(0x012345, length); } @Test @DisplayName("readLength should handle maximum length") void testReadLengthMaximum() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.5K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AtomicDouble.java
* variables. An {@code AtomicDouble} is used in applications such as atomic accumulation, and * cannot be used as a replacement for a {@link Double}. However, this class does extend {@code * Number} to allow uniform access by tools and utilities that deal with numerically-based classes. * * <p><a id="bitEquals"></a>This class compares primitive {@code double} values in methods such as
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 9.5K bytes - Viewed (0) -
cmd/sftp-server_test.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Feb 27 18:43:32 UTC 2025 - 9.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/hash/HashTestUtils.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 25.6K bytes - Viewed (0) -
src/bytes/bytes.go
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Sep 03 14:04:47 UTC 2025 - 35.5K bytes - Viewed (0)