- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 114 for snippets (0.06 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java
}); // From the snippets, 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/**");Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 22:33:18 GMT 2026 - 17.8K bytes - Click Count (0) -
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 }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 11K bytes - Click Count (0) -
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;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 05 10:17:07 GMT 2026 - 5.2K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/UserManual.java
public abstract class UserManual { /** * The root of the user manual documentation. This is the source of the adoc files. */ public abstract DirectoryProperty getRoot(); /** * Source of snippets that can be inserted into the user manual */ public abstract DirectoryProperty getSnippets(); /** * Working directory for staging directory for intermediate user manual files */Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 22:33:18 GMT 2026 - 1.6K bytes - Click Count (0) -
.gitignore
# Gradle # ------ .gradle /build /*/build /*/*/build /*/*/*/build /*/*/*/*/*/build /**/docs/src/samples/**/build /**/docs/src/snippets/**/build /*/internal-android-performance-testing/build-android-libs test-splits/ /gradle/verification-keyring.gpg # Kotlin # ------ .kotlin # IDEA # ---- !/.idea /.idea/*
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 16:15:24 GMT 2026 - 1.8K bytes - Click Count (0) -
docs/fr/llm-prompt.md
others... More to come... ``` Result (French): ``` ... comme prévu. ... cela fonctionnerait : ... etc. D'autres ... La suite ... ``` - This does not apply in URLs, code blocks, and code snippets. Do not remove or add spaces there. ### Headings - Prefer translating headings using the infinitive form (as is common in the existing French docs): `Créer…`, `Utiliser…`, `Ajouter…`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Jan 16 11:57:08 GMT 2026 - 3.6K bytes - Click Count (0) -
docs/ja/docs/_llm-test.md
テスト内容: ## コードスニペット { #code-snippets } //// tab | テスト これはコードスニペットです: `foo`。そしてこれもコードスニペットです: `bar`。さらにもう一つ: `baz quux`。 //// //// tab | 情報 コードスニペットの内容はそのままにしておく必要があります。 `scripts/translate.py` の general プロンプト内「### Content of code snippets」の節を参照してください。 //// ## 引用 { #quotes } //// tab | テストCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 13.5K bytes - Click Count (0) -
.github/CODEOWNERS
platforms/ide/problems/ @gradle/bt-tide platforms/ide/ide-native/ @gradle/bt-tide @gradle/bt-jvm # Documentation platforms/documentation/ @gradle/bt-docs-reviewers platforms/documentation/docs/src/snippets/kotlinDsl/ @gradle/bt-docs-reviewers @gradle/bt-tide
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 10.8K bytes - Click Count (0) -
scripts/general-llm-prompt.md
### Technical terms in English For technical terms in English that don't have a common translation term, use the original term in English. ### Content of code snippets Do not translate the content of code snippets, keep the original in English. For example, `list`, `dict`, keep them as is. ### Content of code blocks
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Mar 18 10:55:36 GMT 2026 - 14.6K bytes - Click Count (0) -
CONTRIBUTING.md
- Scripts critical to builds, CI, or deployment (e.g., `.kts`, `.groovy`). - Auto-generated files (e.g., by code generators). - Minor configuration files (e.g., `.gitignore`). - Documentation samples and code snippets (e.g., `.java`, `.kt`, `.groovy`, `.kts`). - Release notes (e.g., `.md`). - READMEs (e.g., `.md`). #### Copyright Header for Source Files: ``` /*
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0)