- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 257 for encodings (0.04 sec)
-
src/main/webapp/WEB-INF/env/suggest/resources/my_creator.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Feb 12 13:38:57 UTC 2018 - 170 bytes - Viewed (0) -
src/main/webapp/WEB-INF/env/thumbnail/resources/my_creator.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Feb 12 13:38:57 UTC 2018 - 170 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/DocumentUtil.java
} return (T) Boolean.valueOf(value.toString()); } return null; } /** * Encodes a URL by encoding non-URL-safe characters. * Uses the request's character encoding if available, otherwise defaults to UTF-8. * Only encodes characters that are not considered URL-safe according to CharUtil. * * @param url the URL to encode
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
.addHeader("Transfer-encoding: chunked") .build(), ) getResponse(newRequest("/")).use { response -> assertContent("ABCDE", response) } } @Test fun missingChunkBody() { server.enqueue( MockResponse .Builder() .body("5") .clearHeaders() .addHeader("Transfer-encoding: chunked")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0) -
src/main/resources/fess_ldap.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="ldapManager" class="org.codelibs.fess.ldap.LdapManager"> </component>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 24 06:09:55 UTC 2015 - 259 bytes - Viewed (0) -
src/main/resources/fess_se.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="scriptEngineFactory" class="org.codelibs.fess.script.ScriptEngineFactory"> </component>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Oct 21 12:16:01 UTC 2024 - 279 bytes - Viewed (0) -
src/main/resources/crawler_es+crawlerThread.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components namespace="fessCrawler"> <!-- Crawler Thread --> <component name="crawlerThread" class="org.codelibs.fess.crawler.FessCrawlerThread" instance="prototype" > </component>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jan 28 04:42:09 UTC 2016 - 342 bytes - Viewed (0) -
src/main/resources/crawler/log.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components namespace="fessCrawler"> <include path="crawler/container.xml" /> <component name="logHelper" class="org.codelibs.fess.helper.CrawlerLogHelper"> </component>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Oct 11 06:51:14 UTC 2015 - 333 bytes - Viewed (0) -
src/test/resources/test_app.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <include path="convention.xml" /> <include path="lastaflute.xml" /> <!-- Register systemProperties for test environment --> <component name="systemProperties" class="org.codelibs.fess.unit.TestSystemProperties" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 390 bytes - Viewed (0) -
src/test/resources/org/codelibs/core/xml/include.xml
<?xml version="1.0" encoding="UTF-8"?> <foo xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include href="/included.xml"/>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sun Dec 28 09:01:06 UTC 2014 - 131 bytes - Viewed (0)