Searched refs:anchorize (Results 1 – 5 of 5) sorted by relevance
49 ….append("\t<div class='chit'><a name='" + FileUtilities.anchorize(title) + "' href='" + fileName +… in toString()110 baseFileName = FileUtilities.anchorize(title); in FormattedFileWriter()
157 …topLinksBuilder.append("<a href='" + FileUtilities.anchorize(xString) + ".html'>" + xString + "</a… in buildLinks()158 …topLinksBuilder.append(" (<a href='" + FileUtilities.anchorize(xString + " " + BY_PATH) + ".html'>… in buildLinks()317 String anchor = FileUtilities.anchorize(title); in FormattedFileWriter()
163 …new Subchart(name + " Subdivision Names", FileUtilities.anchorize(name), tablePrinter).writeChart(… in writeSubcharts()
222 …new Subchart(name + " Annotations", FileUtilities.anchorize(name), tablePrinter).writeChart(anchor… in writeSubcharts()
399 public static String anchorize(String source) { in anchorize() method in FileUtilities