- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 279 for hatten (2.16 sec)
-
src/main/java/jcifs/smb/NetServerEnumIterator.java
* @param parent * the parent SMB file * @param th * the tree handle to use * @param wildcard * wildcard pattern for filtering servers * @param searchAttributes * attributes to search for * @param filter * optional resource name filter * @throws CIFSExceptionRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.5K bytes - Viewed (0) -
src/test/java/jcifs/ntlmssp/NtlmMessageTest.java
// Test with zero length buffer buffer.putShort(0, (short) 0); buffer.putShort(2, (short) 0); buffer.putInt(4, 8); // Offset doesn't matter for zero length result = NtlmMessage.readSecurityBuffer(data, 0); assertEquals(0, result.length, "Should return empty array for zero length buffer.");Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/CreateContextResponseTest.java
} } @Nested @DisplayName("Integration Pattern Tests") class IntegrationPatternTests { @Test @DisplayName("Should simulate usage in Smb2CreateResponse context") void testSimulatedUsagePattern() throws SMBProtocolDecodingException { // Simulate the pattern from Smb2CreateResponseRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 16.2K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
constraints.Min.message = {item} deve ser maior ou igual a {value}. constraints.NotNull.message = {item} é obrigatório. constraints.Null.message = {item} deve ser nulo. constraints.Past.message = {item} deve ser uma data passada. constraints.Pattern.message = {item} não corresponde a "{regexp}". constraints.Size.message = O tamanho de {item} deve estar entre {min} e {max} caracteres. # ---------------------------------------------------------- # Hibernate ValidatorRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/WildcardQueryCommand.java
import org.opensearch.index.query.QueryBuilders; /** * Query command for handling wildcard queries. * Converts Lucene WildcardQuery objects to OpenSearch QueryBuilder objects, * supporting wildcard pattern matching with configurable case sensitivity. */ public class WildcardQueryCommand extends QueryCommand { /** * Default constructor. */ public WildcardQueryCommand() { super(); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryDirectoryRequest.java
* @param fileIndex * the fileIndex to set */ public void setFileIndex(final int fileIndex) { this.fileIndex = fileIndex; } /** * Sets the file name pattern for filtering directory results * * @param fileName * the fileName to set */ public void setFileName(final String fileName) { this.fileName = fileName; }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.3K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/Trans2FindNext2Test.java
*/ @Test void testConstructorInitializesFields() { // Given int sid = 0x2222; int resumeKey = 0x12345678; String filename = "dir\\pattern*"; // When Trans2FindNext2 next = new Trans2FindNext2(sid, resumeKey, filename); // ThenRegistered: 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/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo.jsp
<td><fmt:formatDate value="${fe:date(data.createdTime)}" pattern="yyyy-MM-dd'T'HH:mm:ss"/></td> </tr> </c:forEach> </tbody>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryProcessor.java
} /** * Interface for filter chains that process queries through a sequence of filters. * This follows the Chain of Responsibility pattern for query processing. */ public interface FilterChain { /** * Executes the filter chain on the given query. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 7.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkCopyTest.java
assertEquals(Integer.MAX_VALUE, SMBUtil.readInt4(buffer, chunkStart + 16)); } @Test @DisplayName("Should handle alternating bit pattern in source key") void testSourceKeyAlternatingPattern() { // Given byte[] patternKey = new byte[SOURCE_KEY_SIZE]; for (int i = 0; i < SOURCE_KEY_SIZE; i++) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 23.1K bytes - Viewed (0)