- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for aaab (0.01 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java
assertEquals("test.txt", ftpInfo.getName()); assertEquals("ftp://123.123.123.123/", ftpInfo.toUrl("/")); assertEquals("ftp://123.123.123.123/aaa/bbb/ccc.txt", ftpInfo.toUrl("/aaa//bbb/ccc.txt")); assertEquals("ftp://123.123.123.123/ccc.txt", ftpInfo.toUrl("/aaa/../ccc.txt")); value = "ftp://123.123.123.123/test test.txt"; ftpInfo = new FtpClient.FtpInfo(value, Constants.UTF_8);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 18K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformerTest.java
assertEquals("http://hoge/index.html;jsessionid?a=1", htmlTransformer.normalizeUrl(url)); url = "http://hoge/aaa/../index.html"; assertEquals("http://hoge/index.html", htmlTransformer.normalizeUrl(url)); url = "http://hoge/aaa/bbb/../../index.html"; assertEquals("http://hoge/index.html", htmlTransformer.normalizeUrl(url)); url = "/../index.html";
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 13.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/SuggesterTest.java
} private SuggestItem[] getItemSet2() { List<SuggestItem> items = new ArrayList<>(); { String[][] readings = new String[2][]; readings[0] = new String[] { "-aaa" }; String[] tags = new String[] { "tag1", "tag2" }; String[] roles = new String[] { SuggestConstants.DEFAULT_ROLE, "role1", "role2", "role3" };Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 37.2K bytes - Viewed (0)