Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 50 for myProp (0.41 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/RuleTaskExecutionIntegrationTest.groovy

                ${ruleBasedTasks()}
                model {
                    tasks {
                        create("t1") {
                            group = "mygroup"
                        }
                        create("t2", BrokenTask) {
                            group = "mygroup"
                        }
                    }
                }
            """
    
            then:
            createdTasksFor("t1") == [":t1"]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/scalehandler_test.go

    			groupVersion: schema.GroupVersion{Group: "mygroup", Version: "v1"},
    			mappings: ResourcePathMappings{
    				"mygroup/v1": fieldpath.MakePathOrDie("spec", "the-replicas"),
    				"mygroup/v2": nil,
    			},
    			parent: []metav1.ManagedFieldsEntry{
    				{
    					Manager:    "test",
    					Operation:  metav1.ManagedFieldsOperationApply,
    					APIVersion: "mygroup/v1",
    					FieldsType: "FieldsV1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/build_output.txt

    [!GOOS:windows] env NONEXE='.exe'
    [GOOS:windows] env NONEXE=''
    
    env GOBIN=$WORK/tmp/bin
    go install m/isarchive &
    
    go build x.go
    exists -exec x$GOEXE
    rm x$GOEXE
    ! exists x$NONEXE
    
    go build -o myprog x.go
    ! exists x
    ! exists x.exe
    exists -exec myprog
    ! exists myprogr.exe
    
    ! exists bin
    go build -o bin/x x.go
    exists -exec bin/x
    rm bin
    
    ! exists bin
    go build -o bin/ x.go
    exists -exec bin/x$GOEXE
    rm bin
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/sparse_test.go

    	metav1.ObjectMeta
    }
    
    func (*FakeV2DifferentObj) DeepCopyObject() runtime.Object {
    	panic("not supported")
    }
    func TestSparse(t *testing.T) {
    	v1 := schema.GroupVersion{Group: "mygroup", Version: "v1"}
    	v2 := schema.GroupVersion{Group: "mygroup", Version: "v2"}
    
    	scheme := runtime.NewScheme()
    	scheme.AddKnownTypes(v1, &FakeV1Obj{})
    	scheme.AddKnownTypes(v2, &FakeV2DifferentObj{})
    	codecs := NewCodecFactory(scheme)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  5. platforms/core-runtime/cli/src/main/java/org/gradle/cli/ProjectPropertiesCommandLineConverter.java

        protected String getPropertyOptionDetailed() {
            return "project-prop";
        }
    
        @Override
        protected String getPropertyOptionDescription() {
            return "Set project property for the build script (e.g. -Pmyprop=myvalue).";
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 19:00:19 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. platforms/core-runtime/cli/src/main/java/org/gradle/cli/SystemPropertiesCommandLineConverter.java

        protected String getPropertyOptionDetailed() {
            return "system-prop";
        }
    
        @Override
        protected String getPropertyOptionDescription() {
            return "Set system property of the JVM (e.g. -Dmyprop=myvalue).";
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:00:57 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r23/GradleProjectCrossVersionSpec.groovy

    class GradleProjectCrossVersionSpec extends ToolingApiSpecification {
    
        def "populate isPublic field on tasks from GradleProject"() {
            file("build.gradle") << """
    task publicTask {
      group = 'myGroup'
    }
    task privateTask {
    }
    """
    
            when:
            def gradleProject = withConnection { ProjectConnection connection ->
                connection.getModel(GradleProject.class)
            }
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  8. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/idea/IdeaIntegrationTest.groovy

        void canHandleCircularModuleDependencies() {
            def repoDir = file("repo")
            def artifact1 = maven(repoDir).module("myGroup", "myArtifact1").dependsOnModules("myArtifact2").publish().artifactFile
            def artifact2 = maven(repoDir).module("myGroup", "myArtifact2").dependsOnModules("myArtifact1").publish().artifactFile
    
            runIdeaTask """
    apply plugin: "java"
    apply plugin: "idea"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/subresources_test.go

    	return []*apiextensionsv1.CustomResourceDefinition{
    		// CRD that uses per-version subresources
    		{
    			ObjectMeta: metav1.ObjectMeta{Name: "noxus.mygroup.example.com"},
    			Spec: apiextensionsv1.CustomResourceDefinitionSpec{
    				Group: "mygroup.example.com",
    				Names: apiextensionsv1.CustomResourceDefinitionNames{
    					Plural:     "noxus",
    					Singular:   "nonenglishnoxu",
    					Kind:       "WishIHadChosenNoxu",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:35:34 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  10. pkg/config/schema/collection/schemas_test.go

    		ProtoPackage: "github.com/gogo/protobuf/types",
    		Proto:        "google.protobuf.Empty",
    		Group:        "mygroup",
    		Kind:         "Empty",
    		Plural:       "empties",
    		Version:      "v1",
    	}.MustBuild()
    
    	schemas := collection.SchemasFor(s)
    
    	s2, found := schemas.FindByGroupVersionKind(config.GroupVersionKind{
    		Group:   "mygroup",
    		Version: "v1",
    		Kind:    "Empty",
    	})
    	g.Expect(found).To(BeTrue())
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top