- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for Triple (0.04 seconds)
-
scripts/tests/test_translation_fixer/test_complex_doc/data/en_doc.md
The following code block has triple backticks in the original document, but quadruple backticks in the translated document. It will be fixed by the fixer tool (will convert to triple backticks). ```Python # Some Python code ``` ### Triple backticks inside quadruple backticks { #triple-backticks-inside-quadruple-backticks }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 7.6K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/AbstractCheckOrUpdateContributorsInReleaseNotes.kt
.toSet() } /** * Parses the release notes file and returns the triple: (linesBeforeContributors, contributorLines, linesAfterContributors) */ protected fun parseReleaseNotes(): Triple<List<String>, List<String>, List<String>> { val releaseNotesLines: List<String> = releaseNotes.asFile.get().readLines()
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jun 24 07:54:08 GMT 2025 - 5.7K bytes - Click Count (0)