- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 247 for DOC (0.01 sec)
-
cmd/metacache-entries_test.go
dir: "src/", sep: slashSeparator, want: false, }, { testName: "root-dir", entry: "doc/", dir: "", sep: slashSeparator, want: true, }, { testName: "root-file", entry: "word.doc", dir: "", sep: slashSeparator, want: true, }, } for _, tt := range tests {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 31.6K bytes - Viewed (0) -
cmd/object-api-listobjects_test.go
{Name: "a.txt"}, {Name: "a/1.txt"}, {Name: "apache2-doc/1.txt"}, {Name: "apache2/-sub/2.txt"}, {Name: "apache2/1.txt"}, }, }, { Objects: []ObjectInfo{ {Name: "apache2-doc/1.txt"}, {Name: "apache2/1.txt"}, }, }, { Prefixes: []string{"apache2-doc/", "apache2/", "azerty/"}, }, } testCases := []struct {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 76.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformationTest.java
} @Test void testToStringWithDifferentPaths() { // Test with various path formats String[] testPaths = { "simple.txt", "path/to/file.doc", "//server/share/file.txt", "folder\\windows\\style.txt", "" // empty path }; for (String path : testPaths) { trans2QueryPathInfo = new Trans2QueryPathInformation(config, path, TEST_INFO_LEVEL);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.4K bytes - Viewed (0) -
src/test/java/jcifs/FileNotifyInformationTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
// Test FilePurgeVisitor getDocId public void test_FilePurgeVisitor_getDocId() throws IOException { // Test the getDocId logic without creating actual FilePurgeVisitor // The logic converts path to doc ID by removing path separators String pathStr = "_1/_2/docid123"; String expectedDocId = "_1_2docid123"; String actualDocId = pathStr.replace("/", "").replace("\\", "");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
try (final InputStream is = new ByteArrayInputStream(versionMetaContent.getBytes(Constants.UTF_8_CHARSET))) { final Document doc = builder.parse(is); final NodeList snapshotNodeList = doc.getElementsByTagName("snapshot"); if (snapshotNodeList.getLength() > 0) { final NodeList nodeList = snapshotNodeList.item(0).getChildNodes();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
src/test/java/jcifs/util/InputValidatorTest.java
} @ParameterizedTest @DisplayName("Test valid SMB paths") @ValueSource(strings = { "\\\\server\\share\\file.txt", "folder\\subfolder\\file.doc", "Documents\\Reports\\2024", "file.txt", "" }) void testValidSmbPaths(String path) { assertDoesNotThrow(() -> InputValidator.validateSmbPath(path)); } @ParameterizedTest
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 11.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/FileNotifyInformationImplTest.java
} @Test @DisplayName("Test decode correctly calculates bytes read") void testDecodeBytesReadCalculation() throws SMBProtocolDecodingException { String fileName = "test123.doc"; byte[] buffer = createValidNotificationBuffer(fileName, FileNotifyInformation.FILE_ACTION_ADDED); int bytesRead = notifyInfo.decode(buffer, 0, buffer.length);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryDirectoryRequestTest.java
void testWildcardPatterns() { request = new Smb2QueryDirectoryRequest(mockConfig); // Test various wildcard patterns String[] patterns = { "*", "*.txt", "test*.*", "?test?.doc" }; for (String pattern : patterns) { request.setFileName(pattern); byte[] buffer = new byte[1024];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/SmbComRenameTest.java
public void testWriteBytesWireFormatSpecialCharacters() { // Given String oldFileName = "file with spaces.txt"; String newFileName = "file@#$%.doc"; byte[] dst = new byte[200]; smbComRename = new SmbComRename(config, oldFileName, newFileName); int dstIndex = 0; // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.5K bytes - Viewed (0)