Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 112 for fortune (0.27 sec)

  1. pkg/apis/discovery/v1beta1/zz_generated.conversion.go

    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*v1beta1.ForZone)(nil), (*discovery.ForZone)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1beta1_ForZone_To_discovery_ForZone(a.(*v1beta1.ForZone), b.(*discovery.ForZone), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*discovery.ForZone)(nil), (*v1beta1.ForZone)(nil), func(a, b interface{}, scope conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 15.3K bytes
    - Viewed (0)
  2. pkg/apis/discovery/zz_generated.deepcopy.go

    func (in *ForZone) DeepCopyInto(out *ForZone) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ForZone.
    func (in *ForZone) DeepCopy() *ForZone {
    	if in == nil {
    		return nil
    	}
    	out := new(ForZone)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 6.6K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/inspect/ManagedChildNodeCreatorStrategy.java

    import org.gradle.model.internal.core.NodeInitializer;
    import org.gradle.model.internal.core.NodeInitializerRegistry;
    import org.gradle.model.internal.type.ModelType;
    
    import static org.gradle.model.internal.core.NodeInitializerContext.forType;
    
    public class ManagedChildNodeCreatorStrategy<T> implements ChildNodeInitializerStrategy<T> {
    
        private final NodeInitializerRegistry nodeInitializerRegistry;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  4. refactorings/TraverserRewrite.java

            public Iterable<N> children(N node) {
              return getChildren(node);
            }
          }.preOrderTraversal(root);
        }
    
        @AfterTemplate
        Iterable<N> after(N root) {
          return Traverser.forTree((N node) -> getChildren(node)).depthFirstPreOrder(root);
        }
      }
    
      abstract class TreeTraverserPostOrder<N> {
        @Placeholder
        abstract Iterable<N> getChildren(N node);
    
        @BeforeTemplate
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 20 18:51:33 UTC 2020
    - 3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/discovery/v1/zz_generated.deepcopy.go

    func (in *ForZone) DeepCopyInto(out *ForZone) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ForZone.
    func (in *ForZone) DeepCopy() *ForZone {
    	if in == nil {
    		return nil
    	}
    	out := new(ForZone)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 6.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/discovery/v1beta1/zz_generated.deepcopy.go

    func (in *ForZone) DeepCopyInto(out *ForZone) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ForZone.
    func (in *ForZone) DeepCopy() *ForZone {
    	if in == nil {
    		return nil
    	}
    	out := new(ForZone)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 6.5K bytes
    - Viewed (0)
  7. pkg/apis/discovery/validation/validation.go

    		return allErrs
    	}
    
    	zoneNames := sets.String{}
    	for i, forZone := range endpointHints.ForZones {
    		zonePath := fzPath.Index(i).Child("name")
    		if zoneNames.Has(forZone.Name) {
    			allErrs = append(allErrs, field.Duplicate(zonePath, forZone.Name))
    		} else {
    			zoneNames.Insert(forZone.Name)
    		}
    
    		for _, msg := range validation.IsValidLabelValue(forZone.Name) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 18 08:49:15 UTC 2021
    - 7.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/discovery/v1beta1/generated.pb.go

    }
    
    var xxx_messageInfo_EndpointSliceList proto.InternalMessageInfo
    
    func (m *ForZone) Reset()      { *m = ForZone{} }
    func (*ForZone) ProtoMessage() {}
    func (*ForZone) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6555bad15de200e0, []int{6}
    }
    func (m *ForZone) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ForZone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  9. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/ValidateStepTest.groovy

      - ${validationProblem}"""
            }
            _ * work.validate(_ as WorkValidationContext) >> { WorkValidationContext validationContext ->
                validationContext.forType(JobType, true).visitTypeProblem {
                    it
                        .withAnnotationType(Object)
                        .id("test-problem", "Validation error", GradleCoreProblemGroup.validation())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:05 UTC 2024
    - 9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/tests/mlrt/rewrite_ifrt_load_variable.mlir

    // CHECK-NEXT:    [[HANDLE:%.*]] = "tf.VarHandleOp"()
    // CHECK-NEXT:    [[ARRAYKEY:%.*]], [[FURTURE:%.*]] = "tf_mlrt.tf_ifrt_load_variable"([[HANDLE]])
    // CHECK-SAME:       <{used_by_host = true}> : (tensor<!tf_type.resource<tensor<3x1xf32>>>) -> (tensor<!tf_type.string>, !mlrt.future)
    // CHECK-NEXT:    [[TENSOR:%.*]] = "tf_mlrt.tf_await"([[FURTURE]]) : (!mlrt.future) -> tensor<3x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:35:32 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top