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

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java611 String sig = new String(chars);
613 FileAnalyzerFactory a = magics.get(sig);
618 if (sig.startsWith(entry.getKey())) {
648 * @param sig a sequence of bytes from which to remove the BOM
653 public static String stripBOM(byte[] sig) throws IOException { argument
657 if (sig.length > bom.length) {
659 while (i < bom.length && sig[i] == bom[i]) {
665 sig,
667 sig.length - bom.length, // length
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 12 milliseconds