Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for highlighters (0.19 sec)

  1. src/main/resources/fess_config.properties

    query.additional.default.fields=
    query.additional.response.fields=
    query.additional.api.response.fields=
    query.additional.scroll.response.fields=
    query.additional.cache.response.fields=
    query.additional.highlighted.fields=
    query.additional.search.fields=
    query.additional.facet.fields=
    query.additional.sort.fields=
    query.additional.analyzed.fields=
    query.additional.not.analyzed.fields=
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/collect/OrderingTest.java

        // This correctly doesn't work:
        // Ordering<Object> m = numbers.compound(objects);
    
        // Sadly, the following works in javac 1.6, but at least it fails for
        // eclipse, and is *correctly* highlighted red in IDEA.
        // Ordering<Object> n = objects.compound(numbers);
      }
    
      public void testReverse() {
        Ordering<Number> reverseOrder = numberOrdering.reverse();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 07 18:34:03 UTC 2024
    - 42.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    This means all the paths in a file tree must have a shared parent directory.
    The following diagram highlights the distinction between file trees and file collections in the typical case of copying files:
    
    image::file-collection-vs-file-tree.png[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/performance.adoc

    image::performance/cache-performance.png[title="Inspecting the performance of the build cache for a build"]
    
    The _"Task execution"_ tab shows details about task cacheability.
    Click on a category to see a timeline screen that highlights tasks of that category.
    
    image::performance/task-execution-cacheable.png[title="A task oriented view of performance"]
    
    image::performance/timeline-not-cacheable.png[title="Timeline screen with 'not cacheable' tasks only"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/javadoc.css

        button.snippet-copy {
            top: 4px;
            right: 4px;
        }
    }
    pre.snippet .italic {
        font-style: italic;
    }
    pre.snippet .bold {
        font-weight: bold;
    }
    pre.snippet .highlighted {
        background-color: var(--snippet-highlight-color);
        border-radius: 10%;
    }
    
    
    /*
     * Custom changes
     */
    
    /*
     * Lato (normal, regular)
     */
     @font-face {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                                .fragmentOffset(fragmentOffset).noMatchSize(noMatchSize).order(order).phraseLimit(phraseLimit))
                        .encoder(encoder)));
                searchRequestBuilder.highlighter(highlightBuilder);
            }
    
            protected void buildSort(final QueryContext queryContext, final QueryFieldConfig queryFieldConfig, final FessConfig fessConfig) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    repositories {
        mavenCentral()
    }
    ```
    
    ==== Kotlin DSL IDE support now requires Kotlin IntelliJ Plugin >= 1.3.50
    
    With Kotlin IntelliJ plugin versions prior to 1.3.50, Kotlin DSL scripts will be wrongly highlighted when the _Gradle JVM_ is set to a version different from the one in _Project SDK_.
    Simply upgrade your IDE plugin to a version >= 1.3.50 to restore the correct Kotlin DSL script highlighting behavior.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    * 📝 Update usage of Token model in security docs. PR [#9313](https://github.com/tiangolo/fastapi/pull/9313) by [@piotrszacilowski](https://github.com/piotrszacilowski).
    * ✏️ Update highlighted line in `docs/en/docs/tutorial/bigger-applications.md`. PR [#5490](https://github.com/tiangolo/fastapi/pull/5490) by [@papb](https://github.com/papb).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/static/trace_viewer_full.html

    let highlights;highlights=extraHighlightsByLayerId[layer.layerId];if(highlights){this.appendHighlightQuadsForLayer_(quads,layer,layerQuad,highlights);}
    highlights=selectionHighlightsByLayerId[layer.layerId];if(highlights){this.appendHighlightQuadsForLayer_(quads,layer,layerQuad,highlights);}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (2)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'query.additional.highlighted.fields'. <br>
         * The value is, e.g.  <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryAdditionalHighlightedFields();
    
        /**
         * Get the value for the key 'query.additional.highlighted.fields' as {@link Integer}. <br>
         * The value is, e.g.  <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top