- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 3,135 for class2 (2.47 sec)
-
src/main/java/jcifs/spnego/NegTokenInit.java
import org.bouncycastle.asn1.DEROctetString; import org.bouncycastle.asn1.DERSequence; import org.bouncycastle.asn1.DERTaggedObject; import jcifs.util.Hexdump; /** * SPNEGO initial token */ public class NegTokenInit extends SpnegoToken { /** * Context flag for delegation capability */ public static final int DELEGATION = 0x80; /** * Context flag for mutual authentication requirementRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.3K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTransportPoolImplTest.java
SmbTransportImpl mockTransport = mock(SmbTransportImpl.class); SmbTransportInternal internal = mock(SmbTransportInternal.class); SmbSessionInternal session = mock(SmbSessionInternal.class); SmbTreeInternal tree = mock(SmbTreeInternal.class); when(mockTransport.unwrap(SmbTransportInternal.class)).thenReturn(internal);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 19.2K bytes - Viewed (0) -
src/test/java/jcifs/SmbPipeHandleTest.java
mockPipeResource = mock(SmbPipeResource.class); mockSmbPipeHandleInternal = mock(SmbPipeHandleInternal.class); mockInputStream = mock(InputStream.class); mockOutputStream = mock(OutputStream.class); // Create a mock implementation of the SmbPipeHandle interface smbPipeHandle = mock(SmbPipeHandle.class); // Define behavior for the mock handle
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbResourceLocatorInternalTest.java
Class<?>[] ex = m2.getExceptionTypes(); assertEquals(1, ex.length); assertEquals(CIFSException.class, ex[0]); // handleDFSReferral(DfsReferralData, String): String, no checked exceptions Method m3 = clazz.getMethod("handleDFSReferral", DfsReferralData.class, String.class); assertEquals(String.class, m3.getReturnType()); assertEquals(2, m3.getParameterCount());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/UserRoleLoginException.java
* to access a specific action or resource. * */ public class UserRoleLoginException extends RuntimeException { private static final long serialVersionUID = 1L; /** The action class that requires specific user roles */ private final Class<? extends RootAction> actionClass; /** * Constructs a new UserRoleLoginException with the specified action class. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 19 08:04:23 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/InstantiationRuntimeException.java
* * @author higa */ public class InstantiationRuntimeException extends ClRuntimeException { private static final long serialVersionUID = 5220902071756706607L; /** * The target class. */ private final Class<?> targetClass; /** * Creates a {@link InstantiationRuntimeException}. * * @param targetClass * Target class * @param causeRegistered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 1.8K bytes - Viewed (0) -
src/test/java/jcifs/util/HMACT64Test.java
import org.junit.jupiter.api.extension.ExtendWith; import org.mockito.Mock; import org.mockito.MockedStatic; import org.mockito.junit.jupiter.MockitoExtension; @ExtendWith(MockitoExtension.class) class HMACT64Test { private static final byte[] TEST_KEY = "testkey".getBytes(); private static final byte[] LONG_TEST_KEY = "thisisalongtestkeythatislongerthan64bytesandshouldbetruncated".getBytes();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/impl/FieldDescImpl.java
import org.codelibs.core.exception.FieldNotStaticRuntimeException; import org.codelibs.core.lang.FieldUtil; /** * Implementation class of {@link FieldDesc}. * * @author koichik */ public class FieldDescImpl implements FieldDesc { /** The {@link BeanDesc} of the class that owns this field */ protected final BeanDesc beanDesc; /** The field */ protected final Field field;Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp
<div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1> <la:message key="labels.web_crawling_title_details"/> </h1> </div> <div class="col-sm-6"> <jsp:include page="/WEB-INF/view/common/admin/crud/breadcrumb.jsp"></jsp:include>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp
<div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1> <la:message key="labels.file_crawling_title_details"/> </h1> </div> <div class="col-sm-6"> <jsp:include page="/WEB-INF/view/common/admin/crud/breadcrumb.jsp"></jsp:include>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.7K bytes - Viewed (0)