- Sort Score
- Num 10 results
- Language All
Results 541 - 550 of 561 for web3 (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" \n" + " referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen> \n" + " </iframe> \n" + " </div> \n" + " </div> \n" +Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 03 01:59:51 GMT 2026 - 11.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebConfig.java
} } } } @Override public String getConfigId() { return ConfigType.WEB.getConfigId(getId()); } @Override public CrawlerClientFactory initializeClientFactory(final Supplier<CrawlerClientFactory> creator) { if (crawlerClientFactory != null) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:38:30 GMT 2026 - 10.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java
assertEquals("session123", crawlingInfoHelper.getCanonicalSessionId("session123")); assertEquals("session123", crawlingInfoHelper.getCanonicalSessionId("session123-456")); assertEquals("web", crawlingInfoHelper.getCanonicalSessionId("web-config-789")); assertEquals("", crawlingInfoHelper.getCanonicalSessionId("-suffix")); assertEquals("prefix", crawlingInfoHelper.getCanonicalSessionId("prefix-"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 28.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/QueryCommand.java
import org.codelibs.fess.entity.QueryContext; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.optional.OptionalThing; import org.lastaflute.web.util.LaRequestUtil; import org.opensearch.index.query.BoolQueryBuilder; import org.opensearch.index.query.DisMaxQueryBuilder; import org.opensearch.index.query.QueryBuilder; import org.opensearch.index.query.QueryBuilders;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Nov 23 11:39:05 GMT 2025 - 11.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/parser/QueryParser.java
import org.apache.lucene.search.Query; import org.apache.lucene.search.TermQuery; import org.codelibs.fess.Constants; import org.codelibs.fess.exception.QueryParseException; import org.lastaflute.web.util.LaRequestUtil; import jakarta.annotation.PostConstruct; /** * A query parser that processes search queries and converts them to Lucene Query objects.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 10.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.util.HashSet; import java.util.Set; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; import org.lastaflute.web.response.next.HtmlNext; public class FessHtmlPathTest extends UnitFessTestCase { @Test public void test_allPathsInitialized() throws Exception { // Get all public static final fields of HtmlNext typeCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.mylasta.action; import org.lastaflute.web.response.next.HtmlNext; /** * The path definition of HTML. * @author FreeGen */ public interface FessHtmlPath { /** The path of the HTML: /admin/accesstoken/admin_accesstoken.jsp */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 26.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticatorTest.java
import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicReference; import org.codelibs.core.misc.Pair; import org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; public class EntraIdAuthenticatorTest extends UnitFessTestCase { @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 19.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
import org.codelibs.core.lang.StringUtil; import org.codelibs.core.timer.TimeoutManager; import org.codelibs.core.timer.TimeoutTask; import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.web.LastaWebKey; import org.lastaflute.web.util.LaRequestUtil; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import jakarta.servlet.http.HttpSession; /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/api/chat/ChatApiManagerTest.java
@Test public void test_accessType_constantValues() { assertEquals("json", Constants.SEARCH_LOG_ACCESS_TYPE_JSON); assertEquals("gsa", Constants.SEARCH_LOG_ACCESS_TYPE_GSA); assertEquals("web", Constants.SEARCH_LOG_ACCESS_TYPE_WEB); assertEquals("admin", Constants.SEARCH_LOG_ACCESS_TYPE_ADMIN); assertEquals("other", Constants.SEARCH_LOG_ACCESS_TYPE_OTHER); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 14 01:39:16 GMT 2026 - 35K bytes - Click Count (0)