Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 17 for highlight3 (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java

            String[] fields = { "highlight1", "highlight2", "highlight3" };
            queryFieldConfig.setHighlightedFields(fields);
    
            String[] result = queryFieldConfig.getHighlightedFields();
            assertSame(fields, result);
        }
    
        @Test
        public void test_setHighlightedFields() {
            String[] fields = { "highlight1", "highlight2", "highlight3" };
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 33.6K bytes
    - Click Count (0)
  2. src/main/resources/fess_config.properties

    query.highlight.encoder=default
    # Whether to force source for query highlighting.
    query.highlight.force.source=false
    # Fragmenter type for query highlighting.
    query.highlight.fragmenter=span
    # Offset for query highlight fragments.
    query.highlight.fragment.offset=-1
    # Size for no-match query highlight.
    query.highlight.no.match.size=0
    # Order for query highlight fragments.
    query.highlight.order=score
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  3. 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 target
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 21.1K bytes
    - Click Count (0)
  4. src/test/java/org/codelibs/fess/helper/ViewHelperTest.java

        @Test
        public void test_removeHighlightTag() {
            ViewHelper viewHelper = new ViewHelper();
            viewHelper.init();
    
            String text = "highlighted text";
            String result = viewHelper.removeHighlightTag(text);
            assertEquals("highlighted text", result);
    
            text = "normal text";
            result = viewHelper.removeHighlightTag(text);
            assertEquals("normal text", result);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 27.8K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. <strong> */
        String QUERY_HIGHLIGHT_TAG_PRE = "query.highlight.tag.pre";
    
        /** The key of the configuration. e.g. </strong> */
        String QUERY_HIGHLIGHT_TAG_POST = "query.highlight.tag.post";
    
        /** The key of the configuration. e.g. u0009u000Au0013u0020 */
        String QUERY_HIGHLIGHT_BOUNDARY_CHARS = "query.highlight.boundary.chars";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
  6. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java

                        "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/highlight.min.js\"></script>" +
                        "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/languages/xml.min.js\"></script>" +
                        "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/languages/kotlin.min.js\"></script>" +
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Sun Mar 01 05:52:34 GMT 2026
    - 11.6K bytes
    - Click Count (0)
  7. 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)
  8. build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java

                .attr("rel", "stylesheet")
                .attr("href", "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/stackoverflow-light.min.css");
    
            head.appendElement("script")
                .attr("src", "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/highlight.min.js");
    
            head.appendElement("script")
                .append("hljs.highlightAll();");
        }
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Mar 03 01:59:51 GMT 2026
    - 11.3K bytes
    - Click Count (0)
  9. build-logic/documentation/build.gradle.kts

        implementation(projects.buildUpdateUtils)
    
        implementation(buildLibs.gradleGuidesPlugin)
        implementation(buildLibs.javaParserCore)
        implementation(buildLibs.guava)
        implementation(buildLibs.jhighlight) {
            exclude(module = "servlet-api")
        }
        implementation(buildLibs.flexmark)
        implementation(buildLibs.gson)
        implementation(buildLibs.commonsLang3)
        implementation(buildLibs.asciidoctor)
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 22:33:18 GMT 2026
    - 1.1K bytes
    - Click Count (0)
  10. README.md

    - **Newsletter**: Subscribe to the [Gradle Newsletter](https://newsletter.gradle.org) for news, tutorials, and community highlights.
    
    > **Quick Tip**: New contributors to Gradle projects are encouraged to ask questions in the Slack `#community-support` channel.
    
    ---
    
    ### 🌱 **Contributing to Gradle**
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Feb 12 18:58:41 GMT 2026
    - 7.8K bytes
    - Click Count (0)
Back to Top