Searched refs:URIEncodePath (Results 1 - 8 of 8) sorted by relevance

/opengrok/test/org/opensolaris/opengrok/web/
H A DUtilTest.java162 public void URIEncodePath() { method in class:UtilTest
163 assertEquals("", Util.URIEncodePath(""));
164 assertEquals("/", Util.URIEncodePath("/"));
165 assertEquals("a", Util.URIEncodePath("a"));
166 assertEquals("%09", Util.URIEncodePath("\t"));
167 assertEquals("a%2Bb", Util.URIEncodePath("a+b"));
168 assertEquals("a%20b", Util.URIEncodePath("a b"));
170 Util.URIEncodePath("/a//x/yz/##/ / ?"));
172 Util.URIEncodePath("foo::bar::test.js"));
174 Util.URIEncodePath("b
[all...]
/opengrok/src/org/opensolaris/opengrok/search/context/
H A DContext.java150 (urlPrefix == null) ? "" : Util.URIEncodePath(urlPrefix);
151 String pathE = Util.URIEncodePath(path);
302 out.write("<a href=\"" + Util.URIEncodePath(morePrefix) + pathE + "?" + queryAsURI + "\">[all...]</a>");
/opengrok/src/org/opensolaris/opengrok/search/
H A DResults.java153 String ctxE = Util.URIEncodePath(sh.contextPath);
164 out.write(Util.URIEncodePath(parent));
185 String rpathE = Util.URIEncodePath(rpath);
/opengrok/src/org/opensolaris/opengrok/web/
H A DDirectoryListing.java170 out.write(Util.URIEncodePath(file));
H A DSearchHelper.java348 + Util.URIEncodePath(searcher.doc(hits[0].doc).get(QueryBuilder.PATH))
H A DUtil.java275 pwd.append(URIEncodePath(pnames[i]));
702 public static String URIEncodePath(String path) { method in class:Util
H A DPageConfig.java1174 uriEncodedPath = Util.URIEncodePath(getPath());
/opengrok/src/org/opensolaris/opengrok/analysis/executables/
H A DJavaClassAnalyzer.java142 .append(Util.URIEncodePath(path)).append(AHREFT_END)

Completed in 1605 milliseconds