Searched refs:uid (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/lib/
H A Dswing-layout-0.9.jar ... .swing.JComponent component int width int height String uid int baseline private static java.awt.Insets rotateInsets ...
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java366 uidIter = reader.terms(new Term("u", startuid)); // init uid iterator
839 // construct uid for doc
840 String uid = Util.path2uid(path, DateTools
845 && uidIter.term().text().compareTo(uid) < 0)
853 && uidIter.term().text().compareTo(uid) == 0)
959 iter = ireader.terms(new Term("u", "")); // init uid iterator
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java442 * the unmangled path from the given uid.
443 * @param uid uid to unmangle.
446 public static String uid2url(String uid) { argument
447 String url = uid.replace('\u0000', '/');

Completed in 682 milliseconds