- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 38 for featureset (0.06 seconds)
-
src/main/java/org/codelibs/fess/opensearch/query/StoredLtrQueryBuilder.java
return this; } /** * Gets the name of the featureset. * * @return The featureset name. */ public String featureSetName() { return featureSetName; } /** * Sets the name of the featureset. * * @param featureSetName The featureset name. * @return This query builder. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.6K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/AbstractVersionsUpdateTask.kt
DocumentBuilderFactory.newInstance().apply { setFeature("http://apache.org/xml/features/disallow-doctype-decl", true) setFeature("http://xml.org/sax/features/external-general-entities", false) setFeature("http://xml.org/sax/features/external-parameter-entities", false) setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false) isExpandEntityReferences = false
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Oct 24 09:10:28 GMT 2025 - 3.4K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
Examples of properties in this category: * `org.gradle.configuration-cache.parallel` ### Properties of stable features Properties of stable features MUST start with `org.gradle.<feature-name>.` The qualifier is absent for these properties, making the name more concise. This is a sensible default, as the majority of features are of this nature. These properties MUST be stable.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
.teamcity/subprojects.json
"crossVersionTests": false }, { "name": "project-features", "path": "platforms/core-configuration/project-features", "unitTests": false, "functionalTests": true, "crossVersionTests": false }, { "name": "project-features-api", "path": "platforms/core-configuration/project-features-api", "unitTests": false, "functionalTests": false,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
CONTRIBUTING.md
* Why is this change done? What's the use case? * For user-facing features, what will the API look like? * What test cases should it have? What could go wrong? * How will it roughly be implemented? We'll happily provide code pointers to save you time. We may ask you to answer these questions directly in the GitHub issue or (for large changes) in a shared Google Doc.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
architecture/standards/0007-java-pre-requisite.md
In addition, some of these discussions included proposals for having a single Java version supported by the Gradle Launcher and Daemon. However, this would limit the ability of the Gradle ecosystem plugin authors to take advantage of new Java features and improvements. One example is when one of the most popular plugins started requiring Java 17 because the underlying framework behind the plugin began requiring 17, and code from the framework was used in the plugin itself.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.2K bytes - Click Count (0) -
.teamcity/scripts/CheckBadMerge.java
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0) -
MIGRATION.md
**Web Crawling**: - **Admin Path**: Crawler > Web - **Supports**: HTTP/HTTPS websites - **Features**: JavaScript rendering, authentication, custom headers **File Crawling**: - **Admin Path**: Crawler > File - **Supports**: SMB, FTP, local file systems - **Features**: Access control, file type filtering **Data Store Crawling**: - **Admin Path**: Crawler > Data Store
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 12:40:11 GMT 2025 - 23.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
val crossVersionTests: List<OsAwareBaseGradleBuildType> val docsTestTriggers: List<OsAwareBaseGradleBuildType> val flakyTestQuarantineTriggers: List<OsAwareBaseGradleBuildType> init { features { buildReportTab("Problems Report", "problems-report.html") if (stage.specificBuilds.contains(SpecificBuild.SanityCheck)) { buildReportTab( "API Compatibility Report",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 12.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/BuildLogicTest.kt
) : OsAwareBaseGradleBuildType(os = Os.LINUX, stage = stage, init = { id(buildTypeId(model)) name = "Build-logic checks" description = "Run check on all build-logic builds" features { publishBuildStatusToGithub(model) } applyDefaults( model, this, "checkBuildLogic", extraParameters = listOf(
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 30 04:30:54 GMT 2025 - 1.1K bytes - Click Count (0)