Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for descendant (0.14 sec)

  1. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/SubprojectsInfo.kt

                subprojectDir.hasDescendantDir("src/integTest"),
                subprojectDir.hasDescendantDir("src/crossVersionTest")
            )
        }
    
        private
        fun File.hasDescendantDir(descendant: String) = resolve(descendant).isDirectory
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Thu Apr 04 07:21:38 GMT 2024
    - 2.9K bytes
    - Viewed (0)
  2. .cm/plugins/filters/summaryTable/index.js

    /**
     * @module summaryTable
     * @description Create a string containing an HTML table describing the given summary statistics.
     *
     * The table should be in descending order of the number of lines changed, and should only include platforms with non-0 changes.
     *
     * @param {[Object]} statistics - list of summary data objects from computeStatistics
     * @param {String} title - description of how data is grouped
     * @returns {String} Returns the formatted HTMl table string.
    JavaScript
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 3.2K bytes
    - Viewed (0)
Back to top