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

/opengrok/src/org/opensolaris/opengrok/web/
H A DUtil.java437 public static String encode(String s) { method in class:Util
662 * @see URLEncoder#encode(String, String)
666 return q == null ? "" : URLEncoder.encode(q, "UTF-8");
670 Level.WARNING, "Failed to URL-encode UTF-8: ", e);
696 * URI encode the given path.
698 * @param path path to encode.
704 // encode the paths. We're aware of the following two methods:
706 // 1) URLEncoder.encode() - this method however transforms space to +
714 // For now, encode manually the way we want it.
953 out.write(Util.encode(
[all...]
/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 13 milliseconds