Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 55 for Highlight (0.41 seconds)

  1. src/main/webapp/css/admin/bootstrap.min.css.map

    4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box; // 1\n}\n\nhtml {\n  font-family: sans-serif; // 2\n  line-height: 1.15; // 3\n  -webkit-text-size-adjust: 100%; // 4\n  -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n//...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 639.3K bytes
    - Click Count (1)
  2. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ReleaseToolsPlugin.java

                );
    
                task.setReleaseHighlightsTemplate(projectDirectory.file(RESOURCES + "templates/release-highlights.asciidoc"));
                task.setReleaseHighlightsFile(projectDirectory.file("docs/reference/release-notes/highlights.asciidoc"));
    
                task.setBreakingChangesTemplate(projectDirectory.file(RESOURCES + "templates/breaking-changes.asciidoc"));
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 10:57:02 GMT 2021
    - 4.8K bytes
    - Click Count (0)
  3. 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)
  4. build-tools-internal/src/main/resources/templates/breaking-changes.asciidoc

    ++++
    <titleabbrev>${majorDotMinor}</titleabbrev>
    ++++
    
    This section discusses the changes that you need to be aware of when migrating
    your application to {es} ${majorDotMinor}.
    
    See also <<release-highlights>> and <<es-release-notes>>.
    <% if (isElasticsearchSnapshot) { %>
    coming[${version}]
    <% } %>
    //NOTE: The notable-breaking-changes tagged regions are re-used in the
    //Installation and Upgrade Guide
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 28 11:09:58 GMT 2021
    - 2.9K bytes
    - Click Count (0)
  5. src/main/webapp/css/admin/adminlte.min.css

    Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 1.3M bytes
    - Click Count (0)
  6. docs/en/docs/advanced/generate-clients.md

    FastAPI automatically generates **OpenAPI 3.1** specifications, so any tool you use must support this version.
    
    ///
    
    ## SDK Generators from FastAPI Sponsors { #sdk-generators-from-fastapi-sponsors }
    
    This section highlights **venture-backed** and **company-supported** solutions from companies that sponsor FastAPI. These products provide **additional features** and **integrations** on top of high-quality generated SDKs.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 9.7K bytes
    - Click Count (1)
  7. 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)
  8. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/GenerateReleaseNotesTask.java

                this.releaseNotesTemplate.get().getAsFile(),
                this.releaseNotesFile.get().getAsFile(),
                changelogsByVersion
            );
    
            LOGGER.info("Generating release highlights...");
            ReleaseHighlightsGenerator.update(
                this.releaseHighlightsTemplate.get().getAsFile(),
                this.releaseHighlightsFile.get().getAsFile(),
                entries
            );
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 06:25:29 GMT 2021
    - 12.9K bytes
    - Click Count (0)
  9. src/main/webapp/css/admin/adminlte.min.css.map

    4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box; // 1\n}\n\nhtml {\n  font-family: sans-serif; // 2\n  line-height: 1.15; // 3\n  -webkit-text-size-adjust: 100%; // 4\n  -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n//...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 3.7M bytes
    - Click Count (3)
  10. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

            assertEquals("additional query", queryHelper.getAdditionalQuery());
        }
    
        @Test
        public void test_setHighlightPrefix() {
            queryHelper.setHighlightPrefix("highlight_");
            assertEquals("highlight_", queryHelper.getHighlightPrefix());
        }
    
        @Test
        public void test_getHighlightPrefix() {
            assertEquals("hl_", queryHelper.getHighlightPrefix());
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 53.2K bytes
    - Click Count (0)
Back to Top