Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for rowlines (0.03 seconds)

  1. src/main/webapp/js/purify.min.js

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 22.7K bytes
    - Click Count (0)
  2. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt

            val blockContents = listOf("// Auto-generated by `:checkTargetRuntimes --fix`") + newTargetRuntimes
    
            val newLines = lines.subList(0, start + 1) +
                blockContents.map { " ".repeat(8) + it } +
                lines.subList(end, lines.size)
    
            return BuildFileMutation.Success(newLines.joinToString("\n"))
        }
    
        private fun computeExtraDetails(
            declared: Set<TargetRuntime>,
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:40:18 GMT 2026
    - 13.8K bytes
    - Click Count (0)
Back to Top