- Sort Score
- Num 10 results
- Language All
Results 671 - 680 of 784 for web3 (0.02 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/DataConfig.java
private static final long serialVersionUID = 1L; private static final Logger logger = LogManager.getLogger(DataConfig.class); private static final String CRAWLER_WEB_PREFIX = "crawler.web."; private static final String CRAWLER_WEB_HEADER_PREFIX = CRAWLER_WEB_PREFIX + "header."; private static final String CRAWLER_WEB_AUTH = CRAWLER_WEB_PREFIX + "auth";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 17.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
import org.dbflute.optional.OptionalThing; import org.lastaflute.taglib.function.LaFunctions; import org.lastaflute.web.response.ActionResponse; import org.lastaflute.web.response.StreamResponse; import org.lastaflute.web.ruts.process.ActionRuntime; import org.lastaflute.web.util.LaRequestUtil; import org.lastaflute.web.util.LaServletContextUtil; import org.opensearch.core.common.text.Text;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistActionTest.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.searchlist; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.codelibs.fess.app.web.CrudMode; import org.codelibs.fess.mylasta.action.FessMessages; import org.codelibs.fess.mylasta.direction.FessConfig;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 34.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/VirtualHostHelperTest.java
import org.codelibs.fess.util.ComponentUtil; import org.dbflute.utflute.mocklet.MockletHttpServletRequest; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; import org.lastaflute.web.response.next.HtmlNext; public class VirtualHostHelperTest extends UnitFessTestCase { private VirtualHostHelper virtualHostHelper; @Override protected void setUp(TestInfo testInfo) throws Exception {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.8K bytes - Click Count (0) -
guava/src/com/google/common/annotations/GwtIncompatible.java
import java.lang.annotation.Target; /** * The presence of this annotation on an API indicates that the method may not be used with * the <a href="http://www.gwtproject.org/">Google Web Toolkit</a> (GWT). * * <p>This annotation behaves identically to <a href= * "http://www.gwtproject.org/javadoc/latest/com/google/gwt/core/shared/GwtIncompatible.html">the * {@code @GwtIncompatible} annotation in GWT itself</a>.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 19 16:29:08 GMT 2017 - 1.9K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
key="labels.crawler_configuration"/></title> <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include> </head> <body class="hold-transition sidebar-mini"> <div class="wrapper"> <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include> <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> <jsp:param name="menuCategoryType" value="system"/>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 83.1K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/CompressionInterceptor.kt
* * If [algorithms] is empty this interceptor has no effect. To disable compression set * a specific "Accept-Encoding: identity" or similar. * * See https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept-Encoding */ open class CompressionInterceptor( vararg val algorithms: DecompressionAlgorithm, ) : Interceptor { internal val acceptEncoding = algorithms .map {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Oct 07 15:15:28 GMT 2025 - 2.9K bytes - Click Count (1) -
CHANGELOG.md
* Fix: Don't close a `Deflater` while we're still using it to compress a web socket message. We had a severe bug where web sockets were closed on the wrong thread, which caused `NullPointerException` crashes in `Deflater`. * Fix: Don't crash after a web socket fails its connection upgrade. We incorrectly released the web socket's connections back to the pool before their resources were cleaned up.
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 15 11:57:47 GMT 2026 - 36.2K bytes - Click Count (2) -
src/main/java/org/codelibs/fess/filter/LoadControlFilter.java
import jakarta.servlet.http.HttpServletResponse; /** * Filter for CPU load-based request control. * Returns HTTP 429 (Too Many Requests) when CPU usage exceeds configurable thresholds. * Web and API requests have independent threshold settings. */ public class LoadControlFilter implements Filter { private static final Logger logger = LogManager.getLogger(LoadControlFilter.class);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 4.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/WebFsIndexHelperTest.java
@Override public List<WebConfig> getWebConfigListByIds(List<String> webConfigIdList) { // In run all mode, this should return all web configs return Collections.emptyList(); } @Override public List<FileConfig> getFileConfigListByIds(List<String> fileConfigIdList) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 15.6K bytes - Click Count (0)