- Sort Score
- Result 10 results
- Languages All
Results 11 - 14 of 14 for adHoc (0.03 sec)
-
build-logic/build-init-samples/src/main/kotlin/gradlebuild/samples/SamplesGenerator.kt
projectLayoutSetupRegistry.templateOperationFactory.newTemplateOperation() .withTemplate(templateFolder.template("$templateFragment.adoc")) .withTarget(settings.target.file("../README.adoc").asFile) .withBinding("language", descriptor.language.toString().replace("C++", "{cpp}")) .withBinding("languageLC", descriptor.language.getName().toLowerCase())
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 22 11:11:17 UTC 2024 - 13.5K bytes - Viewed (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/FindBrokenInternalLinksTest.groovy
private File sampleDoc private File linkErrors private setup() { docsRoot = new File(projectDir, "docsRoot") new File(docsRoot, 'javadoc').mkdirs() sampleDoc = new File(docsRoot, "sample.adoc") linkErrors = new File(projectDir, "build/reports/dead-internal-links.txt") new File(projectDir, "build.gradle") << """ plugins { id 'java' id 'checkstyle'
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Aug 21 08:08:05 UTC 2024 - 8.3K bytes - Viewed (0) -
CONTRIBUTING.md
Your code needs to run on [all versions of Java that Gradle supports](platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc) and across all supported operating systems (macOS, Windows, Linux). The [Gradle CI system](http://builds.gradle.org/) will verify this, but here are some pointers that will avoid surprises:
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Nov 05 15:15:33 UTC 2024 - 15.6K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</mime-type> <mime-type type="text/x-asciidoc"> <_comment>Asciidoc source code</_comment> <glob pattern="*.asciidoc"/> <glob pattern="*.adoc"/> <glob pattern="*.ad"/> <glob pattern="*.ad.txt"/> <glob pattern="*.adoc.txt"/> <sub-class-of type="text/plain"/> </mime-type> <mime-type type="text/x-d"> <_comment>D source code</_comment> <glob pattern="*.d"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0)