Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gc1 (0.06 sec)

  1. test/gc1.go

    Rob Pike <******@****.***> 1329622133 +1100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 19 03:28:53 UTC 2012
    - 303 bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/ManagedModelMapIntegrationTest.groovy

                    @Mutate
                    void addChildren(@Path("parent.children") children) {
                        children.create("c1") {
                            it.children.create { gc ->
                                gc.name = "gc1"
                            }
                        }
                    }
                }
    
                apply type: Rules
    
                model {
                    parent {
                        name = "parent"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 13.5K bytes
    - Viewed (0)
Back to top