e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 200 (0.242 seconds)
Class: org.apache.catalina.ssi.SSIServletRequestUtil  ©, Rating: 0% of 0, C1

65 * @param path Path to be normalized 66 */ 67 public static String normalize(String path) { 68 if (path == null) 69 return null;

Class: org.apache.tools.ant.util.PackageNameMapperTest  ©, Rating: 0% of 0, C1

35 36 private String fixupPath(String file) { 37 return file.replace('/', File.separatorChar); 38 } 39 }

Class: org.apache.tools.ant.util.UnPackageNameMapperTest  ©, Rating: 0% of 0, C1

35 36 private String fixupPath(String file) { 37 return file.replace('/', File.separatorChar); 38 } 39 }

Class: org.apache.jmeter.gui.action.LookAndFeelCommand  ©, Rating: 0% of 0, C1

65 try 66 { 67 String className = 68 ev.getActionCommand().substring(4).replace('/', '.'); 69 UIManager.setLookAndFeel(className);

Class: org.apache.tools.ant.util.PackageNameMapper  ©, Rating: 0% of 0, C1

40 String var = name.substring(prefixLength, 41 name.length() - postfixLength); 42 return var.replace(File.separatorChar, '.'); 43 } 44 }

Class: org.apache.tomcat.util.http.ContentType  ©, Rating: 0% of 0, C2

47 // and charset values can't contain quotes. Just convert any quote 48 // chars into spaces and let trim clean things up. 49 afterCharset = afterCharset.replace('"', ' '); 50 String encoding = afterCharset.trim(); 51 return encoding;

Class: org.apache.tools.ant.util.UnPackageNameMapper  ©, Rating: 0% of 0, C1

42 String var = name.substring(prefixLength, 43 name.length() - postfixLength); 44 return var.replace('.', File.separatorChar); 45 } 46 }

Class: org.htmlparser.visitors.TextExtractingVisitor  ©, Rating: 0% of 0, C1

084 private String replaceNonBreakingSpaceWithOrdinarySpace(String text) 085 { 086 return text.replace('\u00a0', ' '); 087 } 088

Class: org.apache.tools.ant.taskdefs.optional.depend.ClassFileUtils  ©, Rating: 0% of 0, C1

45 */ 46 public static String convertDotName(String dotName) { 47 return dotName.replace('.', '/'); 48 } 49 }

Class: org.apache.tools.ant.taskdefs.optional.depend.ClassFileUtils  ©, Rating: 0% of 0, C1

34 */ 35 public static String convertSlashName(String name) { 36 return name.replace('\\', '.').replace('/', '.'); 37 } 38

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next