- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 1,731 for eravate (1.13 sec)
-
src/main/java/jcifs/internal/smb2/create/LeaseV1CreateContextResponse.java
/** * Context name for lease response */ public static final String CONTEXT_NAME = "RqLs"; private static final byte[] CONTEXT_NAME_BYTES = CONTEXT_NAME.getBytes(); private Smb2LeaseKey leaseKey; private int leaseState; private int leaseFlags; /** * Create a new lease V1 context response */ public LeaseV1CreateContextResponse() { }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/ValidateNegotiateInfoResponse.java
* Default constructor for ValidateNegotiateInfoResponse */ public ValidateNegotiateInfoResponse() { // Default constructor } private int capabilities; private final byte[] serverGuid = new byte[16]; private int securityMode; private int dialect; /** * Gets the server capabilities * * @return the capabilities flags from the server */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/login/LoginAction.java
public LoginAction() { super(); } private static final Logger logger = LogManager.getLogger(LoginAction.class); private static final String INVALID_OLD_PASSWORD = "LoginAction.invalidOldPassword"; // =================================================================================== // Attribute // @Resource private UserService userService;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 7.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/converter/ReadingConverterTest.java
} /** * Test implementation of ReadingConverter for testing purposes */ private static class TestReadingConverter implements ReadingConverter { private boolean initialized = false; private int initCount = 0; private boolean japaneseMode = false; public void setJapaneseMode(boolean japaneseMode) { this.japaneseMode = japaneseMode;Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 13.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/RobotsTxtTest.java
Directive directive = new Directive("googlebot"); directive.addDisallow("/private/"); robotsTxt.addDirective(directive); // Should match case-insensitively assertFalse(robotsTxt.allows("/private/", "GoogleBot")); assertFalse(robotsTxt.allows("/private/", "GOOGLEBOT")); assertFalse(robotsTxt.allows("/private/", "googlebot")); }
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:29:22 UTC 2025 - 14.4K bytes - Viewed (0) -
src/test/java/jcifs/netbios/UniAddressTest.java
} } @Nested @DisplayName("hashCode and equals tests") class HashCodeAndEqualsTests { private InetAddress inetAddress1; private InetAddress inetAddress2; private NbtAddress nbtAddress1; private NbtAddress nbtAddress2; @BeforeEach void setup() throws UnknownHostException { inetAddress1 = InetAddress.getByName("192.168.1.1");Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 16.4K bytes - Viewed (0) -
src/test/java/jcifs/smb/NetServerEnumIteratorTest.java
@MockitoSettings(strictness = Strictness.LENIENT) class NetServerEnumIteratorTest { @Mock private SmbResourceLocator locator; @Mock private SmbTreeHandleImpl treeHandle; @Mock private Configuration config; @Mock private ResourceNameFilter nameFilter; private SmbFile parent; @BeforeAll static void setupURLHandler() {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakAcknowledgment.java
* * MS-SMB2 2.2.24 */ public class Smb2LeaseBreakAcknowledgment extends ServerMessageBlock2Request<Smb2LeaseBreakResponse> { private static final int STRUCTURE_SIZE = 36; private int flags; private Smb2LeaseKey leaseKey; private int leaseState; /** * Create a lease break acknowledgment * * @param config configuration * @param leaseKey lease key
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 4.2K bytes - Viewed (0) -
src/test/java/jcifs/SmbWatchHandleTest.java
*/ @ExtendWith(MockitoExtension.class) class SmbWatchHandleTest { @Mock private SmbWatchHandle watchHandle; @Mock private FileNotifyInformation fileNotifyInfo1; @Mock private FileNotifyInformation fileNotifyInfo2; @Mock private FileNotifyInformation fileNotifyInfo3; private List<FileNotifyInformation> mockNotifications; @BeforeEach void setUp() {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.2K bytes - Viewed (1) -
src/main/java/org/codelibs/core/exception/IllegalPropertyRuntimeException.java
* @author higa * */ public class IllegalPropertyRuntimeException extends ClRuntimeException { private static final long serialVersionUID = 3584516316082904020L; /** * The target class. */ private final Class<?> targetClass; /** * The name of the property. */ private final String propertyName; /** * Creates a {@link IllegalPropertyRuntimeException}. *Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 2K bytes - Viewed (0)