Searched refs:num (Results 1 - 12 of 12) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DVersion.java103 * @param num an array of Integers
105 public Version(Integer[] num) argument
107 numbers = new int[num.length];
108 for (int i = 0; i < num.length; i++)
110 numbers[i] = num[i].intValue();
116 * @param num an array of int
118 public Version(int[] num) argument
120 numbers = num.clone();
H A DArchiveParser.java457 n = num();
468 n = num();
478 n[0] = num();
480 n[1] = num();
482 n[2] = num();
484 n[3] = num();
486 n[4] = num();
488 n[5] = num();
494 final public int num() throws ParseException { method in class:ArchiveParser
H A DArchiveParser.jj340 String num() : { Token num; } { num = <NUM> { return num.image; } }
349 ( word = id() | word = num() | word = string() | <COLON> { word = ":"; } )
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DPlainLineTokenizer.lex201 String num = String.valueOf(lineNo);
202 out.write(num);
204 out.write(num);
282 String num = String.valueOf(markedLine);
283 out.write(num);
285 out.write(num);
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DEftarFile.java105 public FNode(long hash, long offset, int childOffset, int num, int tagOffset) { argument
109 this.numChildren = num;
H A DEftarFileReader.java67 //System.err.println("offset " + offset + " num children " + numChildren + " tagOff " + tagOffset);
70 public FNode(long hash, long offset, int childOffset, int num, int tagOffset) { argument
74 this.numChildren = num;
134 return "H[" + hash + "] num = " + numChildren + " tag = " + tagString;
H A DUtil.java412 * @param num size to convert.
415 public static String readableSize(long num) { argument
416 float l = num;
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java419 * @param num linenumber to print
422 private final void writeAnnotationInfos(int num) throws IOException { argument
423 String r = annotation.getRevision(num);
437 String a = annotation.getAuthor(num);
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java586 int num = Runtime.getRuntime().availableProcessors() * 2;
591 num = Integer.parseInt(total, 10);
598 ExecutorService executor = Executors.newFixedThreadPool(num);
H A DJDBCHistoryCache.java465 * possibly just a part of it (only the {@code num} first elements will
469 * @param num the number of elements to use when reconstructing the path
472 private static String unsplitPath(String[] pathElts, int num) { argument
474 for (int i = 0; i < num; i++) {
/opengrok-jel/web/static/
H A Dopengrok.js200 var num = O.lines || Y.one('#lines').get('childNodes.length');
207 for (var i=1; i <= num; i++) {
209 // works, but style a single num becomes tricky :(
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 481 milliseconds