Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for myProp (0.11 sec)

  1. 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)
  2. hack/testdata/CRD/resource.yaml

    apiVersion: mygroup.example.com/v1alpha1
    kind: Kind
    metadata:
      name: myobj
    spec:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 15 15:33:06 UTC 2018
    - 94 bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. pkg/apis/abac/v0/conversion_test.go

    		},
    
    		// specifying a group is preserved (and no longer matches all users)
    		"group": {
    			old:      &v0.Policy{Group: "mygroup"},
    			expected: &abac.Policy{Spec: abac.PolicySpec{Group: "mygroup", Readonly: false, NonResourcePath: "*", Namespace: "*", Resource: "*", APIGroup: "*"}},
    		},
    
    		// specifying * for user or group maps to all authenticated subjects
    		"* user": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 18:54:02 UTC 2017
    - 3.4K bytes
    - Viewed (0)
  8. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/providedNotWar/some-thing/pom.xml

      <modelVersion>4.0.0</modelVersion>
      <groupId>myGroup</groupId>
      <artifactId>myThing</artifactId>
      <version>0.0.1-SNAPSHOT</version>
      <dependencies>
      	<dependency>
      		<groupId>junit</groupId>
      		<artifactId>junit</artifactId>
      		<version>4.13.1</version>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseWtpIntegrationTest.groovy

            """
        }
    
        private generateEclipseFilesForWebProject(myArtifactVersion = "1.0") {
            def repoDir = file("repo")
            maven(repoDir).module("mygroup", "myartifact", myArtifactVersion).dependsOnModules("myartifactdep").publish()
            maven(repoDir).module("mygroup", "myartifactdep").publish()
    
            file("settings.gradle") << """
    include("web")
    include("java1")
    include("java2")
    include("groovy")
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/utils/error_util_test.cc

      auto loc_filtered2 = FileLineColLoc::get(&context, id_filtered2, 0, 0);
      auto id_filtered3 =
          StringAttr::get(&context, "//tensorflow/python/something/my_op.py");
      auto loc_filtered3 = FileLineColLoc::get(&context, id_filtered3, 0, 0);
    
      // Build a small stack for each error; the MLIR diagnostic filtering will
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 03:47:51 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top