Searched refs:encode (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java180 private final String encode(String s, String newline) { method in class:Annotation.Desc
228 html = "changeset: " + encode(changeset, EOL) + EOL
229 + "summary: " + encode(msg, EOL) + EOL
230 + "user: " + encode(user, EOL) + EOL
239 "<b>Changeset</b>: " + encode(changeset, BR) + BR
240 + "<b>Summary</b>: " + encode(msg, BR) + BR
241 + "<b>User</b>: " + encode(user, BR) + BR
/opengrok-jel/test/org/opensolaris/opengrok/analysis/
H A DTextAnalyzerTest.java77 final ByteBuffer utf16str = Charset.forName("UTF-16").encode("hello");
91 final ByteBuffer utf16str = Charset.forName("UTF-16").encode("hello");
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java472 * encode file pathes which use the same delimiter for path components.
475 * attributes, we encode '&' (38) as well.
498 * of the form $name['='[$value]] delimited by '&'. So no need to encode '='
552 * Tries to URI encode a URL. Difference to {@link #uriEncodePath(String)}
557 * @param url URL to encode
608 .encode(CharBuffer.wrap(url, i, url.length()));
642 * URI encode the given path using UTF-8 encoding for non-ASCII characters.
644 * but not '/'. This method should not be used to encode query strings - for
650 * @param path path to encode.
665 * URI encode th
[all...]
/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 13 milliseconds