Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 182 for descriptor (0.16 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapter.java

                return new DefaultTaskOperationDescriptor(descriptor, parent, descriptor.getTaskPath(), dependencies, originPlugin);
            }
            return new DefaultTaskOperationDescriptor(descriptor, parent, descriptor.getTaskPath());
        }
    
        private WorkItemOperationDescriptor toWorkItemDescriptor(InternalWorkItemDescriptor descriptor) {
            OperationDescriptor parent = getParentDescriptor(descriptor.getParentId());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

            given:
            registry.register("foo") { it.descriptor("create foo as Integer").unmanaged(12.toInteger()) }
            registry.mutate { it.path "foo" type Integer descriptor "mutate foo as Integer" node mutatorAction }
            mutatorAction.execute(_) >> { MutableModelNode node ->
                node.addLink("foo.bar") { it.descriptor("create foo.bar as String").unmanaged("12") }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

    import org.apache.ivy.core.module.descriptor.DependencyArtifactDescriptor;
    import org.apache.ivy.core.module.descriptor.DependencyDescriptor;
    import org.apache.ivy.core.module.descriptor.ExcludeRule;
    import org.apache.ivy.core.module.descriptor.ExtraInfoHolder;
    import org.apache.ivy.core.module.descriptor.IncludeRule;
    import org.apache.ivy.core.module.descriptor.License;
    import org.apache.ivy.core.module.descriptor.ModuleDescriptor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
  4. pkg/workloadapi/workload.pb.go

    	p := new(WorkloadStatus)
    	*p = x
    	return p
    }
    
    func (x WorkloadStatus) String() string {
    	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    }
    
    func (WorkloadStatus) Descriptor() protoreflect.EnumDescriptor {
    	return file_workloadapi_workload_proto_enumTypes[0].Descriptor()
    }
    
    func (WorkloadStatus) Type() protoreflect.EnumType {
    	return &file_workloadapi_workload_proto_enumTypes[0]
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	return winHeapSD.copySelfRelativeSecurityDescriptor(), nil
    }
    
    // BuildSecurityDescriptor makes a new security descriptor using the input trustees, explicit access lists, and
    // prior security descriptor to be merged, any of which can be nil, returning the self-relative security descriptor
    // result on the Go heap.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

                        }
                        expectResolve()
                    }
                }
            }
    
            then: "custom metadata rule prevented parsing of ivy descriptor"
            checkResolve "group:projectA:1.+": ["group:projectA:1.2", "didn't match version 2.0"],
                "group:projectB:latest.release": ["group:projectB:1.1", "didn't match version 2.2"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  7. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                   runtimeOnly "commons-io:commons-io:1.4"
                   testImplementation "junit:junit:4.13"
               }
    """
        }
    
        void "can publish jar and descriptor to ivy repository"() {
            requiresExternalDependencies = true
            given:
            createBuildScripts("""
                publishing {
                    publications {
                        ivy(IvyPublication) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/authentication/v1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *BoundObjectReference) Reset()      { *m = BoundObjectReference{} }
    func (*BoundObjectReference) ProtoMessage() {}
    func (*BoundObjectReference) Descriptor() ([]byte, []int) {
    	return fileDescriptor_d1237cbf54dccd53, []int{0}
    }
    func (m *BoundObjectReference) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 72K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *AggregationRule) Reset()      { *m = AggregationRule{} }
    func (*AggregationRule) ProtoMessage() {}
    func (*AggregationRule) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c8ba2e7dd472de66, []int{0}
    }
    func (m *AggregationRule) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/rbac/v1beta1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *AggregationRule) Reset()      { *m = AggregationRule{} }
    func (*AggregationRule) ProtoMessage() {}
    func (*AggregationRule) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c5bc2d145acd4e45, []int{0}
    }
    func (m *AggregationRule) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
Back to top