- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for JP (0.01 sec)
-
osdd.xml
L2:<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> L3: <ShortName>Fess</ShortName> L4: <Description>Full Text Search for Your Documents.</Description> L5: <Tags>Full Text Search</Tags> L6: <Contact>fess-user@lists.sourceforge.jp</Contact> L7: <SearchForm>http://localhost:8080/fess/</SearchForm> L8: <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/> L9: <InputEncoding>UTF-8</InputEncoding> L10: <OutputEncoding>UTF-8</OutputEncoding> L11...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Dec 10 02:26:02 UTC 2015 535 bytes -
web.xml
L29: <init-param> L30: <param-name>encoding</param-name> L31: <param-value>UTF-8</param-value> L32: </init-param> L33: <init-param> L34: <param-name>encodingRules</param-name> L35: <param-value>sjis:Shift_JIS,eucjp:EUC-JP</param-value> L36: </init-param> L37: </filter> L38: L39: <filter> L40: <filter-name>corsFilter</filter-name> L41: <filter-class>org.codelibs.fess.filter.CorsFilter</filter-class> L42: </filter> L43: L44: <filter> L45: <filter-name>...github.com/codelibs/fess/src/main/webapp/WEB-IN...Mon Jul 29 02:54:01 UTC 2024 7.1K bytes -
osdd.xml
L2:<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> L3: <ShortName>Fess</ShortName> L4: <Description>Full Text Search for Your Documents.</Description> L5: <Tags>Full Text Search</Tags> L6: <Contact>fess-user@lists.sourceforge.jp</Contact> L7: <SearchForm>http://localhost:8080/fess/</SearchForm> L8: <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/> L9: <InputEncoding>UTF-8</InputEncoding> L10: <OutputEncoding>UTF-8</OutputEncoding> L11...github.com/codelibs/fess/src/test/resources/osd...Thu Feb 08 05:17:08 UTC 2024 535 bytes -
EncodingFilterTest.java
filter.parseQueryString("a=%E3%83%86%E3%82%B9%E3%83%88", "UTF-8"); L79: assertEquals(1, paramMap.size()); L80: assertEquals("テスト", paramMap.get("a")[0]); L81: L82: paramMap = filter.parseQueryString("a=%A5%C6%A5%B9%A5%C8", "EUC-JP"); L83: assertEquals(1, paramMap.size()); L84: assertEquals("テスト", paramMap.get("a")[0]); L85: L86: paramMap = filter.parseQueryString("a=%83e%83X%83g", "Shift_JIS"); L87: assertEquals(1, paramMap.size()); L88: assertEquals("テスト",...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.3K bytes -
EncodingFilter.java
L55: L56: encoding = config.getInitParameter(LastaPrepareFilter.ENCODING_KEY); L57: if (encoding == null) { L58: encoding = LastaPrepareFilter.DEFAULT_ENCODING; L59: } L60: L61: // ex. sjis:Shift_JIS,eucjp:EUC-JP L62: final String value = config.getInitParameter(ENCODING_MAP); L63: if (StringUtil.isNotBlank(value)) { L64: final String[] encodingPairs = value.split(","); L65: for (final String pair : encodingPairs) { L66: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 6.9K bytes -
OsddHelperTest.java
<ShortName>Fess</ShortName> L85: <Description>Full Text Search for Your Documents.</Description> L86: <Tags>Full Text Search</Tags> L87: <Contact>fess-user@lists.sourceforge.jp</Contact> L88: <SearchForm>http://localhost:8080/fess/</SearchForm> L89: <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/> L90: <InputEnco...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 5.8K bytes