- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 53 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) -
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/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) -
docs/tr/docs/_llm-test.md
Testler: ## Code snippets { #code-snippets } //// tab | Test Bu bir code snippet: `foo`. Bu da başka bir code snippet: `bar`. Bir tane daha: `baz quux`. //// //// tab | Bilgi Code snippet'lerin içeriği olduğu gibi bırakılmalıdır. `scripts/translate.py` içindeki genel prompt'ta `### Content of code snippets` bölümüne bakın. //// ## Alıntılar { #quotes }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.1K bytes - Click Count (0) -
docs/ru/docs/_llm-test.md
Тесты: ## Фрагменты кода { #code-snippets } //// tab | Тест Это фрагмент кода: `foo`. А это ещё один фрагмент кода: `bar`. И ещё один: `baz quux`. //// //// tab | Информация Содержимое фрагментов кода должно оставаться как есть. См. раздел `### Content of code snippets` в общем промпте в `scripts/translate.py`. //// ## Кавычки { #quotes }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 17.2K bytes - Click Count (0) -
docs/uk/docs/_llm-test.md
Тести: ## Фрагменти коду { #code-snippets } //// tab | Тест Це фрагмент коду: `foo`. А це ще один фрагмент коду: `bar`. І ще один: `baz quux`. //// //// tab | Інформація Вміст фрагментів коду слід залишати без змін. Див. розділ `### Content of code snippets` в загальній підсказці в `scripts/translate.py`. //// ## Цитати { #quotes }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 17K bytes - Click Count (0)