Lines Matching defs:name
15 * information: Portions Copyright [yyyy] [name of copyright owner]
87 final String name;
89 * Class name used by the style sheets when rendering the xref.
101 Style(String name, String ssClass, String title) {
102 this.name = name;
236 * array containing the name of the definition type, the CSS class name for
250 // Order by symbol name, and then by line number if multiple
251 // definitions use the same symbol name
266 SortedSet<Tag> tags = symbols.get(style.name);
269 symbols.put(style.name, tags);
280 SortedSet<Tag> tags = symbols.get(style.name);
321 if (type.startsWith(style.name)) {
388 // the same name.)
391 out.append("\" name=\"");