- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 21 for Highlight (0.27 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ChangelogEntry.java
return summary; } public void setSummary(String summary) { this.summary = summary; } public Highlight getHighlight() { return highlight; } public void setHighlight(Highlight highlight) { this.highlight = highlight; } public Breaking getBreaking() { return breaking; } public void setBreaking(Breaking breaking) {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 9.3K bytes - Click Count (0) -
build-tools-internal/src/main/resources/templates/release-highlights.asciidoc
if (notableHighlights.empty == false) { %> // tag::notable-highlights[] <% for (highlight in notableHighlights) { %> [discrete] [[${ highlight.anchor }]] === ${highlight.title} ${highlight.body.trim()} <% } %> // end::notable-highlights[] <% } %> <% for (highlight in nonNotableHighlights) { %> [discrete] [[${ highlight.anchor }]] === ${highlight.title} ${highlight.body.trim()}Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 848 bytes - Click Count (0) -
build-tools-internal/src/main/resources/changelog-schema.json
}, "highlight": { "$ref": "#/definitions/Highlight" }, "breaking": { "$ref": "#/definitions/Breaking" }, "deprecation": { "$ref": "#/definitions/Deprecation" } }, "required": [ "type", "summary" ] }, "Highlight": { "properties": {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 5K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ReleaseHighlightsGenerator.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 14:45:41 GMT 2021 - 2.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/cache/CacheForm.java
*/ public class CacheForm { /** Document ID for cache operations. */ @Required @Size(max = 100) public String docId; /** Highlight query parameters. */ public String[] hq; /** Search query parameter for error page. */ public String q; /** Number of results parameter for error page. */ public String num;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.6K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/DslReference.java
/** * The stylesheet directory used by the DSL reference documentation. */ public abstract DirectoryProperty getStylesheetDirectory(); /** * The stylesheet used by the DSL reference to highlight code snippets. */ public abstract RegularFileProperty getHighlightStylesheet(); /** * Resources to include with the generated documentation. */Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 1.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/SearchRequestParams.java
/** * Returns the facet info. * * @return The facet info. */ public abstract FacetInfo getFacetInfo(); /** * Returns the highlight info. * * @return The highlight info. */ public abstract HighlightInfo getHighlightInfo(); /** * Returns the sort. * * @return The sort. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDslReferencePlugin.java
dslRef.getStylesheetDirectory().convention(extension.getSourceRoot().dir("stylesheets")); dslRef.getHighlightStylesheet().convention(dslRef.getStylesheetDirectory().file("custom-highlight/custom-xslthl-config.xml")); dslRef.getStagingRoot().convention(extension.getStagingRoot().dir("dsl"));
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 5.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/cache/CacheAction.java
/** * Retrieves and displays cached content for a specific document. * * @param form the cache form containing document ID and highlight query * @return ActionResponse containing the cached document content or error redirect */ @Execute public ActionResponse index(final CacheForm form) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 3.9K bytes - Click Count (0) -
docs/en/docs/fastapi-people.md
...But here I want to show you the community. --- **FastAPI** receives a lot of support from the community. And I want to highlight their contributions. These are the people that: * [Help others with questions in GitHub](help-fastapi.md#help-others-with-questions-in-github). * [Create Pull Requests](help-fastapi.md#create-a-pull-request).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 9K bytes - Click Count (0)