- Sort Score
- Num 10 results
- Language All
Results 161 - 170 of 337 for alla (0.02 seconds)
-
src/main/java/org/codelibs/fess/app/pager/WebConfigPager.java
*/ public String versionNo; /** * Search criteria: configuration description. */ public String description; /** * Clears all pager data and search criteria. */ public void clear() { allRecordCount = 0; allPageCount = 0; existPrePage = false; existNextPage = false;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.1K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/tasks/PackageListGenerator.kt
import java.util.zip.ZipEntry import java.util.zip.ZipInputStream /** * This task will generate the list of relocated packages into a file that will in turn be used when generating the runtime shaded jars. All we need is a list of packages that need to be relocated, so * we'll make sure to filter the list of packages before generating the file. *
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Apr 11 15:53:18 GMT 2025 - 7.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.java
assertEquals(1, result.length); assertEquals("\"value with \"\"escaped\"\" quotes\"", result[0]); // Multiple escaped quotes - NONE get unquoted because they all contain internal quotes value = "\"\"\"start\"\"\",\"\"\"middle\"\"\",\"\"\"end\"\"\""; result = KuromojiCSVUtil.parse(value); assertEquals(3, result.length);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 18.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlog/AdminSearchlogAction.java
return asHtml(path_AdminSearchlog_AdminSearchlogJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Resets the search criteria and displays all search log entries. * * @param form the search form to reset * @return HTML response with the reset search log list */ @Execute @Secured({ ROLE, ROLE + VIEW })
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 9.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/FacetQueryView.java
// Default constructor } /** * Initializes the facet query view with default file type queries. * This method is called after dependency injection to set up file type facets * and register all queries with the FacetInfo component. */ @PostConstruct public void init() { final String filetypeField = ComponentUtil.getFessConfig().getIndexFieldFiletype();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 4.4K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateInitPluginTemplateVersionFile.kt
@Suppress("SpreadOperator") val templateVersionConfiguration = project.configurations.detachedConfiguration(*libDependencies) templateVersionConfiguration.resolutionStrategy.componentSelection.all { devSuffixes.forEach { if (it.containsMatchIn(candidate.version)) { reject("don't use snapshots") return@forEach } }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Nov 24 20:45:41 GMT 2025 - 5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/DocMap.java
return parent.remove(key); } /** * Copies all of the mappings from the specified map to this map. * * @param m the mappings to be stored in this map */ @Override public void putAll(final Map<? extends String, ? extends Object> m) { parent.putAll(m); } /** * Removes all of the mappings from this map. */ @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.7K bytes - Click Count (0) -
src/main/resources/suggest_indices/_aws/suggest_analyzer.json
}, "swedish_stop": { "type": "stop", "stopwords": "_swedish_" }, "swedish_keywords": { "type": "keyword_marker", "keywords": ["Hallå", "material", "sök"] }, "swedish_stemmer": { "type": "stemmer", "language": "swedish" }, "turkish_stop": { "type": "stop",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Mar 24 12:55:37 GMT 2021 - 57.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/BucketExtensions.kt
while (restCapacity > 0 && list.isNotEmpty() && buckets.size < maxNumberInBucket) { val smallestElement = list.findLast { searched -> buckets.all { canRunTogether(it, searched) } } ?: break list.remove(smallestElement) buckets.add(smallestElement) restCapacity -= toIntFunction(smallestElement) }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 5.7K bytes - Click Count (0) -
LICENSE
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause theCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 16:29:02 GMT 2026 - 9.9K bytes - Click Count (0)