- Sort Score
- Num 10 results
- Language All
Results 201 - 210 of 373 for snippet (0.15 seconds)
-
docs/zh/docs/_llm-test.md
测试如下: ## 代码片段 { #code-snippets } //// tab | 测试 这是一个代码片段:`foo`。这是另一个代码片段:`bar`。还有一个:`baz quux`。 //// //// tab | 信息 代码片段的内容应保持不变。 参见 `scripts/translate.py` 中通用提示的 `### Content of code snippets` 部分。 //// ## 引号 { #quotes } //// tab | 测试Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 10.7K bytes - Click Count (0) -
build-tools-internal/src/main/resources/checkstyle.xml
<property name="message" value="Empty javadoc comments are forbidden" /> </module> <!-- We include snippets that are wrapped in `// tag` and `// end` into the docs, stripping the leading spaces. If the context is wider than 76 characters then it'll need to scroll. This fails the build if it sees such snippets. --> <module name="org.elasticsearch.gradle.internal.checkstyle.SnippetLengthCheck">
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 13 12:48:46 GMT 2021 - 6K 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) -
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ção 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 }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 12.1K bytes - Click Count (0) -
docs/zh-hant/docs/_llm-test.md
測試: ## 程式碼片段 { #code-snippets } //// tab | 測試 這是一個程式碼片段:`foo`。這是另一個程式碼片段:`bar`。還有一個:`baz quux`。 //// //// tab | 資訊 程式碼片段內的內容應保持原樣。 請見 `scripts/translate.py` 中通用提示的 `### Content of code snippets` 小節。 //// ## 引號 { #quotes } //// tab | 測試Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10K bytes - Click Count (0) -
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 | Info 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`. ////Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 12.2K bytes - Click Count (0) -
docs/fr/docs/_llm-test.md
Les tests : ## Extraits de code { #code-snippets } //// tab | Test Ceci est un extrait de code : `foo`. Et ceci est un autre extrait de code : `bar`. Et encore un autre : `baz quux`. //// //// tab | Info Le contenu des extraits de code doit être laissé tel quel. Voir la section `### Content of code snippets` dans l’invite générale dans `scripts/translate.py`. ////Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.8K bytes - Click Count (0) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy
result.task(":yamlRestTestV${compatibleVersion}CompatTest").outcome == TaskOutcome.SKIPPED result.task(':copyRestCompatApiTask').outcome == TaskOutcome.SKIPPED result.task(':copyRestCompatTestTask').outcome == TaskOutcome.SKIPPED result.task(transformTask).outcome == TaskOutcome.SKIPPED } def "transform task executes and works as configured"() { given:
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 30 16:30:48 GMT 2021 - 16.4K bytes - Click Count (0) -
tests/gaussdb_test.go
"github.com/google/uuid" "github.com/lib/pq" "gorm.io/gorm" "gorm.io/gorm/clause" . "gorm.io/gorm/utils/tests" ) func TestGaussDBReturningIDWhichHasStringType(t *testing.T) { t.Skipf("This test case skipped, because of gaussdb not support pgcrypto extension and gen_random_uuid() function") if DB.Dialector.Name() != "gaussdb" { t.Skip() } type Yasuo struct { // TODO: function gen_random_uuid() does not exist
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Mon Jul 21 02:46:58 GMT 2025 - 6.6K bytes - Click Count (0) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/InternalYamlRestTestPluginFuncTest.groovy
when: def result = gradleRunner("yamlRestTest", "printYamlRestTestClasspath").build() then: result.task(':yamlRestTest').outcome == TaskOutcome.SKIPPED result.task(':copyRestApiSpecsTask').outcome == TaskOutcome.SUCCESS result.task(':copyYamlTestsTask').outcome == TaskOutcome.NO_SOURCECreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 03 10:22:28 GMT 2021 - 3.1K bytes - Click Count (0)