- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for NUL (0.02 sec)
-
src/test/java/jcifs/internal/smb1/com/SmbComQueryInformationTest.java
byte[] expectedString = "testfile.txt".getBytes("windows-1252"); assertEquals(1 + expectedString.length + 1, used, "Expected exactly one command byte plus OEM string and NUL terminator"); assertEquals(0x04, buffer[0] & 0xFF, "First byte must be SMB_COM_QUERY_INFORMATION type 0x04"); // Verify that the string part ends with the null terminator
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.9K bytes - Viewed (0) -
src/main/java/jcifs/util/PathValidator.java
private static final Pattern DANGEROUS_CHARS = Pattern.compile("[<>:\"|?*]"); // Windows reserved names private static final Set<String> WINDOWS_RESERVED = Set.of("CON", "PRN", "AUX", "NUL", "COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9", "LPT1", "LPT2", "LPT3", "LPT4", "LPT5", "LPT6", "LPT7", "LPT8", "LPT9"); // Configuration private final int maxPathLength;
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
constraints.Max.message = {item} doit être inférieur ou égal à {value}. constraints.Min.message = {item} doit être supérieur ou égal à {value}. constraints.NotNull.message = {item} est requis. constraints.Null.message = {item} doit être nul. constraints.Past.message = {item} doit être une valeur passée. constraints.Pattern.message = {item} ne correspond pas à « {regexp} ». constraints.Size.message = La taille de {item} doit être comprise entre {min} et {max}.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 13.1K bytes - Viewed (0)