- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for asciidoc (0.04 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDslReferencePlugin.java
import gradlebuild.docs.dsl.source.ExtractDslMetaDataTask; /** * Generates DSL reference material using Docbook and some homegrown class parsing. * * TODO: It would be nice to replace the Docbook portion of this with Asciidoc so that it could be * generated in the same way as the user manual with cross-links between them. */ public class GradleDslReferencePlugin implements Plugin<Project> { @Override public void apply(Project project) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 5.7K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleReleaseNotesPlugin.java
import java.time.ZonedDateTime; import java.time.format.DateTimeFormatter; /** * Opinionated plugin that generates the release notes for a Gradle release. * * TODO: Maybe eventually convert this asciidoc too, so everything uses the same markup language. */ public class GradleReleaseNotesPlugin implements Plugin<Project> { @Override public void apply(Project project) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri May 16 18:26:52 UTC 2025 - 6.2K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBadMultiLangSnippets.java
gatherBadSnippetsInFile(file, errors); }); if (!errors.isEmpty()) { StringBuilder sb = new StringBuilder("Found reversed multi-language snippet order in AsciiDoc files:\n"); for (Map.Entry<File, List<Error>> e : errors.entrySet()) { sb.append(" - ").append(e.getKey().getPath()).append("\n"); for (Error err : e.getValue()) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Aug 29 10:12:17 UTC 2025 - 7.2K bytes - Viewed (0) -
CONTRIBUTING.md
including but not limited to: User Manual, DSL Reference and Javadoc. This information is used to generate documentation for each Gradle version on [docs.gradle.org](https://docs.gradle.org/). The documentation is mostly implemented in Asciidoc though we use GitHub-flavored Markdown for internal documentation too. You can generate docs by running `./gradlew :docs:docs`.
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 25 06:57:22 UTC 2025 - 19K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"video/x-sgi-movie", "application/x-matroska", "video/x-matroska", "audio/x-matroska", "video/webm", "x-conference/x-cooltalk", "application/x-fictionbook+xml", "text/x-asciidoc", "text/x-d", "text/x-haml", "text/x-haxe", "text/x-rsrc", "application/xquery" ]</arg> <arg>tikaExtractor</arg> </postConstruct>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<root-XML namespaceURI="http://www.gribuser.ru/xml/fictionbook/2.0" localName="FictionBook"/> <glob pattern="*.fb2"/> </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"/>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5)