Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 157 for snippets (0.52 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBadMultiLangSnippets.java

         */
        private void flagIfReversed(File file, Map<File, List<Error>> errors, List<Snippet> snippets) {
            List<Snippet> pair = snippets.stream()
                .filter(s -> s.lang != Language.UNKNOWN)
                .limit(2)
                .toList();
    
            if (pair.size() == 2 &&
                pair.get(0).lang == Language.GROOVY &&
                pair.get(1).lang == Language.KOTLIN) {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Aug 29 10:12:17 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  2. docs/en/docs/_llm-test.md

    The tests:
    
    ## Code snippets { #code-snippets }
    
    //// tab | Test
    
    This is a code snippet: `foo`. And this is another code snippet: `bar`. And another one: `baz quux`.
    
    ////
    
    //// tab | Info
    
    Content of code snippets should be left as is.
    
    See section `### Content of code snippets` in the general prompt in `scripts/translate.py`.
    
    ////
    
    ## Quotes { #quotes }
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 14:48:47 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  3. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java

                });
    
                // From the snippets and the samples, filter out files generated if the build contained was ever executed
                task.from(extension.getUserManual().getSnippets(), sub -> {
                    sub.into("snippets");
                    sub.exclude("**/.gradle/**");
                    sub.exclude("**/build/**");
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Dec 04 14:26:28 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  4. impl/maven-core/src/test/projects/lifecycle-executor/project-with-multiple-executions/src/main/mdo/supplemental-model.mdo

          <fields>
            <field xml.listStyle="flat">
              <name>supplement</name>
              <version>1.0.0</version>
              <description>Snippets of POM xml files used to supplement the data model.</description>
              <association>
                <type>Supplement</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. docs/pt/docs/_llm-test.md

    Os testes:
    
    ## Trechos de código { #code-snippets }
    
    //// tab | Teste
    
    Este é um trecho de código: `foo`. E este é outro trecho de código: `bar`. E mais um: `baz quux`.
    
    ////
    
    //// tab | Informações
    
    O conteúdo dos trechos de código deve ser deixado como está.
    
    Veja a seção `### Content of code snippets` no prompt geral em `scripts/translate.py`.
    
    ////
    
    ## Citações { #quotes }
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:17:03 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  6. docs/ru/docs/_llm-test.md

    Тесты:
    
    ## Фрагменты кода { #code-snippets }
    
    //// tab | Тест
    
    Это фрагмент кода: `foo`. А это ещё один фрагмент кода: `bar`. И ещё один: `baz quux`.
    
    ////
    
    //// tab | Информация
    
    Содержимое фрагментов кода должно оставаться как есть.
    
    См. раздел `### Content of code snippets` в общем промпте в `scripts/translate.py`.
    
    ////
    
    ## Кавычки { #quotes }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 21:25:03 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/entity/HighlightInfo.java

     * This class manages highlighting parameters such as fragment size, number of fragments,
     * and highlighting type for displaying search query matches in result snippets.
     */
    public class HighlightInfo {
        /** The highlighting type (e.g., plain, html). */
        private String type;
        /** The size of each highlighted fragment in characters. */
        private int fragmentSize;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. docs/de/docs/_llm-test.md

    Die Tests:
    
    ## Codeschnipsel { #code-snippets }
    
    //// tab | Test
    
    Dies ist ein Codeschnipsel: `foo`. Und dies ist ein weiteres Codeschnipsel: `bar`. Und noch eins: `baz quux`.
    
    ////
    
    //// tab | Info
    
    Der Inhalt von Codeschnipseln sollte unverändert bleiben.
    
    Siehe Abschnitt `### Content of code snippets` im allgemeinen Prompt in `scripts/translate.py`.
    
    ////
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 07:17:04 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  9. docs/es/docs/_llm-test.md

    Las pruebas:
    
    ## Fragmentos de código { #code-snippets }
    
    //// tab | Prueba
    
    Este es un fragmento de código: `foo`. Y este es otro fragmento de código: `bar`. Y otro más: `baz quux`.
    
    ////
    
    //// tab | Información
    
    El contenido de los fragmentos de código debe dejarse tal cual.
    
    Consulta la sección `### Content of code snippets` en el prompt general en `scripts/translate.py`.
    
    ////
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:16:35 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  10. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/extension/IntegrationTestExtension.kt

    
    abstract class IntegrationTestExtension {
        /**
         * If enabled, there will be a `GenerateAutoTestedSamplesTestTask` task
         * that generates a subclass of `AbstractAutoTestedSamplesTest` to
         * test all snippets embedded in javadoc with `class='autoTested'`.
         */
        abstract val generateDefaultAutoTestedSamplesTest: Property<Boolean>
        abstract val testJvmXmx: Property<String>
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Jun 27 08:23:32 UTC 2025
    - 1.1K bytes
    - Viewed (0)
Back to top