- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for specialNames (0.14 sec)
-
src/test/java/jcifs/MsrpcDfsRootEnumTest.java
specialArray.count = 3; specialArray.s = new netdfs.DfsInfo200[3]; String[] specialNames = { "share$", "admin-share", "share_with_underscore" }; for (int i = 0; i < 3; i++) { netdfs.DfsInfo200 entry = new netdfs.DfsInfo200(); entry.dfs_name = specialNames[i]; specialArray.s[i] = entry; } // Replace the info.e field
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/dfs/Referral.java
public final String getNode() { return this.node; } /** * Gets the special name for this referral. * * @return the specialName */ public final String getSpecialName() { return this.specialName; } /** * Gets the expanded names array for this referral. * * @return the expandedNames */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/SmbShareInfoTest.java
void testWithSpecialCharacters() { String specialName = "Share$\\Special/Name:*?"; String specialRemark = "Remark with\nnewline\tand\rtabs"; SmbShareInfo info = new SmbShareInfo(specialName, 0, specialRemark); assertEquals(specialName, info.getName()); String str = info.toString(); assertTrue(str.contains(specialName)); assertTrue(str.contains(specialRemark)); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/SearchRenderDataTest.java
assertEquals("5", searchRenderData.getPageNumberList().get(4)); // Test with list containing special values List<String> specialPages = Arrays.asList("...", "10", "11", "12", "..."); searchRenderData.setPageNumberList(specialPages); assertEquals(specialPages, searchRenderData.getPageNumberList()); } public void test_setAndIsPartialResults() { // Test with false
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/ReferralTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 22K bytes - Viewed (0)