Searched defs:sig (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java507 String sig = new String(chars);
509 FileAnalyzerFactory a = magics.get(sig);
514 if (sig.startsWith(entry.getKey())) {
541 * @param sig a sequence of bytes from which to remove the BOM
546 public static String stripBOM(byte[] sig) throws IOException { argument
550 if (sig.length > bom.length) {
552 while (i < bom.length && sig[i] == bom[i]) {
558 sig,
560 sig.length - bom.length, // length
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 12 milliseconds