- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 60 for snippets (0.05 sec)
-
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) -
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) -
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) -
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) -
.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/*
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 11 20:35:18 UTC 2025 - 1.7K bytes - Viewed (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(); /** * Source of samples that can be inserted into the user manual * */Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 1.7K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/DslReference.java
* The stylesheet directory used by the DSL reference documentation. */ public abstract DirectoryProperty getStylesheetDirectory(); /** * The stylesheet used by the DSL reference to highlight code snippets. */ public abstract RegularFileProperty getHighlightStylesheet(); /** * Resources to include with the generated documentation. */ public abstract ConfigurableFileCollection getResources();Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 1.9K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.distribution-testing.gradle.kts
// The actual daemon registry dir will be a subfolder using the name of the distribution. daemonRegistry = repoRoot().dir("build/daemon") gradleSnippetsDir = repoRoot().dir("platforms/documentation/docs/src/snippets") // TODO use dependency management distZipVersion = project.version.toString() } // Wire the different inputs for local distributions and repos that are declared by dependencies in the build scriptsRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 18:02:41 UTC 2025 - 3.8K bytes - Viewed (0) -
docs/fr/llm-prompt.md
««« ... comme prévu. ... cela fonctionnerait : ... etc. D'autres ... La suite ... »»» 2) This does not apply in URLs, code blocks, and code snippets. Do not remove or add spaces there. ### Headings 1) Prefer translating headings using the infinitive form (as is common in the existing French docs): «Créer…», «Utiliser…», «Ajouter…».Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:41:43 UTC 2025 - 4.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/providers/packaging/EarLifecycleMappingProvider.java
/** * {@code ear} packaging plugins bindings provider for {@code default} lifecycle. */ @Named("ear") @Singleton public final class EarLifecycleMappingProvider extends AbstractLifecycleMappingProvider { // START SNIPPET: ear private static final String[] BINDINGS = { "generate-resources", "org.apache.maven.plugins:maven-ear-plugin:" + EAR_PLUGIN_VERSION + ":generate-application-xml", "process-resources",Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.9K bytes - Viewed (0)