- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 55 for Highlight (0.09 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) -
src/test/java/org/codelibs/fess/util/PrunedTagTest.java
} @Test public void test_matches_withCss() { PrunedTag tag = new PrunedTag("div"); tag.setCss("highlight"); // Node with matching CSS class MockNode nodeWithClass = new MockNode("div"); nodeWithClass.addAttribute("class", "highlight"); assertTrue(tag.matches(nodeWithClass)); // Node with multiple classes including targetCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 21.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
protected String[] highlightedFields; /** Original highlight tag prefix */ protected String originalHighlightTagPre = ""; /** Original highlight tag suffix */ protected String originalHighlightTagPost = ""; /** Configured highlight tag prefix */ protected String highlightTagPre; /** Configured highlight tag suffix */ protected String highlightTagPost;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K 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) -
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
*/ public void setFacetResponse(final FacetResponse facetResponse) { this.facetResponse = facetResponse; } /** * Sets additional highlight parameters to append to URLs. * * @param appendHighlightParams The highlight parameters string */ public void setAppendHighlightParams(final String appendHighlightParams) { this.appendHighlightParams = appendHighlightParams; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 12.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
} /** * Sets the prefix used for highlight field names in search results. * * @param highlightPrefix the prefix string to use for highlight fields */ public void setHighlightPrefix(final String highlightPrefix) { this.highlightPrefix = highlightPrefix; } /** * Gets the current highlight prefix used for highlight field names. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 19.9K 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/test/java/org/codelibs/fess/query/WildcardQueryCommandTest.java
// Query was processed successfully } @Test public void test_convertWildcardQuery_emptyHighlight() throws Exception { // Test with only wildcards (no highlight text) QueryContext queryContext = new QueryContext("***", false); WildcardQuery wildcardQuery = new WildcardQuery(new Term(Constants.DEFAULT_FIELD, "***"));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) -
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 64.8K bytes - Click Count (0)