Searched refs:symbols (Results 1 - 10 of 10) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DDefinitions.java55 private final Map<String, Set<Integer>> symbols; field in class:Definitions
60 symbols = new HashMap<String, Set<Integer>>();
66 * Get all symbols used in definitions.
67 * @return a set containing all the symbols
70 return symbols.keySet();
79 return symbols.containsKey(symbol);
90 Set<Integer> lines = symbols.get(symbol);
119 Set<Integer> lines = symbols.get(symbol);
124 * Return the number of distinct symbols.
125 * @return number of distinct symbols
[all...]
H A DHash2TokenStream.java37 public Hash2TokenStream(Set<String> symbols){ argument
38 keys = symbols.iterator();
H A DJFlexXref.java348 Map<String, SortedSet<Tag>> symbols =
354 SortedSet<Tag> tags = symbols.get(style.name);
357 symbols.put(style.name, tags);
368 SortedSet<Tag> tags = symbols.get(style.name);
/opengrok-jel/web/static/
H A Dopengrok-symbols-panel.js23 YUI.add('symbols-panel', function(Y) {
242 + "<div id='symbols' class='yui3-widget-bd'>";
246 var symbols = symbol_class[2];
248 for ( var j = 0; j < symbols.length; j++) {
249 contents += "<li><a href='#" + symbols[j][1]
251 + Escape.html(symbols[j][0]) + "</a></li>";
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchive.java168 protected Map symbols = new TreeMap(); field in class:Archive
377 symbols.put(sym, vernum);
381 * Returns a Map of the symbols (tags) associated with each revision.
382 * The symbols are the keys and the revision numbers are the values.
388 return symbols;
721 s.append("symbols");
722 for (Iterator i = symbols.entrySet().iterator(); i.hasNext();)
H A DArchiveParser.java120 symbols(arc);
210 final public void symbols(Archive arc) throws ParseException { method in class:ArchiveParser
/opengrok-jel/web/static/default/
H A Dstyle.css825 #symbols { /* the body */
830 #symbols h4 { /* symbols section titles */
833 #symbols h4:first-child { /* first symbols section title */
836 #symbols ul { /* a list of symols */
841 #symbols a { /* entries aka symbols */
/opengrok-jel/web/static/offwhite/
H A Dstyle.css870 #symbols { /* the body */
875 #symbols h4 { /* symbols section titles */
878 #symbols h4:first-child { /* first symbols section title */
881 #symbols ul { /* a list of symbols */
886 #symbols a { /* entries aka symbols */
/opengrok-jel/web/static/polished/
H A Dstyle.css915 #symbols { /* the body */
920 #symbols h4 { /* symbols section titles */
923 #symbols h4:first-child { /* first symbols section title */
926 #symbols ul { /* a list of symbols */
931 #symbols a { /* entries aka symbols */
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 214 milliseconds