- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 255 for demais (0.04 seconds)
-
src/test/java/org/codelibs/fess/query/WildcardQueryCommandTest.java
queryCommand.setLowercaseWildcard(false); QueryBuilder queryBuilder2 = queryCommand.convertWildcardQuery(queryContext2, wildcardQuery2, 1.0f); assertNotNull(queryBuilder2); // The term should remain uppercase String queryString2 = queryBuilder2.toString(); assertTrue(queryString2.contains("TEST*") || queryString2.contains("TEST")); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.2K bytes - Click Count (0) -
architecture/standards/0003-avoid-introducing-Groovy-types-to-public-api.md
This has also forced plugins written in languages other than Groovy to use Groovy types for some APIs. When the Kotlin DSL was introduced, we made an effort to add non-Groovy equivalents for all APIs. This has been mostly done, but there remain a few holdouts (fixing these is out of scope). To keep the Groovy DSL ergonomic, we generate methods as necessary from the non-Groovy equivalents. Doing this provides the following specific benefits:
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 1.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/group/admin_group.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 4.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/role/admin_role.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 4.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
cookie.setSecure(isSearchParameterCookieSecure(req)); final String domain = fessConfig.getCookieSearchParameterDomain(); if (StringUtil.isNotBlank(domain)) { cookie.setDomain(domain); } final String path = fessConfig.getCookieSearchParameterPath();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 36.3K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/gl/stopwords.txt
á ben cando che co coa comigo con connosco contigo convosco coas cos cun cuns cunha cunhas da dalgunha dalgunhas dalgún dalgúns das de del dela delas deles desde deste do dos dun duns dunha dunhas e el ela elas eles en era eran esa esas ese eses esta estar estaba está están este
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 19 06:31:02 GMT 2018 - 932 bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/VirtualHostHelperTest.java
request.addHeader("Host", "example.com"); result = virtualHostHelper.getVirtualHostPath(page); assertEquals("/site1/search", result.getRoutingPath()); // The header remains for subsequent tests due to static request handling // Different matching header added to same request request.addHeader("X-Forwarded-Host", "test.com"); result = virtualHostHelper.getVirtualHostPath(page);
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) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/BlocksRenderer.java
parent.appendChild(detailsSection); Element title = document.createElement("title"); detailsSection.appendChild(title); title.appendChild(document.createTextNode("Script block details")); for (BlockDoc blockDoc : classDoc.getClassBlocks()) { blockDetailRenderer.renderTo(blockDoc, detailsSection); }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/30_contributor_regression.yml
validations: required: false - type: textarea id: environment attributes: label: Your Environment (optional) description: | Include as many relevant details about the environment you experienced the bug in validations:Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Sep 09 14:48:49 GMT 2024 - 2.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java
// Definition // ========== public static final String PATH = "es_status.dfmail"; // =================================================================================== // Entry PointCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 4.7K bytes - Click Count (0)