- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for specialNames (0.1 seconds)
-
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 fieldCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 12.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/net/HttpHeadersTest.java
} return builder.build(); } private static String upperToHttpHeaderName( String constantName, ImmutableBiMap<String, String> specialCases, ImmutableSet<String> uppercaseAcronyms) { if (specialCases.containsKey(constantName)) { return specialCases.get(constantName); } List<String> parts = new ArrayList<>(); for (String part : Splitter.on('_').split(constantName)) {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 3.9K bytes - Click Count (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 */
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 7.1K bytes - Click Count (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)); }
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 12.3K bytes - Click Count (0) -
src/test/java/jcifs/internal/dfs/ReferralTest.java
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 22K bytes - Click Count (0)