Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 482 for Required (0.31 sec)

  1. pkg/apis/certificates/validation/validation_test.go

    			},
    			errs: field.ErrorList{
    				field.Required(specPath.Child("usages"), ""),
    			},
    		},
    		"CSR with no signerName set should fail": {
    			csr: capi.CertificateSigningRequest{
    				ObjectMeta: validObjectMeta,
    				Spec: capi.CertificateSigningRequestSpec{
    					Usages:  validUsages,
    					Request: newCSRPEM(t),
    				},
    			},
    			errs: field.ErrorList{
    				field.Required(specPath.Child("signerName"), ""),
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/zz_generated.conversion.go

    			}
    		}
    	} else {
    		out.Enum = nil
    	}
    	out.MaxProperties = (*int64)(unsafe.Pointer(in.MaxProperties))
    	out.MinProperties = (*int64)(unsafe.Pointer(in.MinProperties))
    	out.Required = *(*[]string)(unsafe.Pointer(&in.Required))
    	if in.Items != nil {
    		in, out := &in.Items, &out.Items
    		*out = new(apiextensions.JSONSchemaPropsOrArray)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 71.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_386.go

    	9:   "bad file descriptor",
    	10:  "no child processes",
    	11:  "resource temporarily unavailable",
    	12:  "cannot allocate memory",
    	13:  "permission denied",
    	14:  "bad address",
    	15:  "block device required",
    	16:  "device or resource busy",
    	17:  "file exists",
    	18:  "invalid cross-device link",
    	19:  "no such device",
    	20:  "not a directory",
    	21:  "is a directory",
    	22:  "invalid argument",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_amd64.go

    	9:   "bad file descriptor",
    	10:  "no child processes",
    	11:  "resource temporarily unavailable",
    	12:  "cannot allocate memory",
    	13:  "permission denied",
    	14:  "bad address",
    	15:  "block device required",
    	16:  "device or resource busy",
    	17:  "file exists",
    	18:  "invalid cross-device link",
    	19:  "no such device",
    	20:  "not a directory",
    	21:  "is a directory",
    	22:  "invalid argument",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  5. pkg/proxy/winkernel/proxier.go

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

      * If using JUnit 5, an explicit `runtimeOnly` dependency on `junit-platform-launcher` is required
      in addition to the existing `implementation` dependency on the test engine.
      * If using JUnit 4, only the existing `implementation` dependency on `junit` 4 is required.
      * If using JUnit 3, a test `runtimeOnly` dependency on `junit` 4 is required in addition to a
      `compileOnly` dependency on `junit` 3.
    
    =====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ppc64/ssa.go

    			ld = ppc64.ALWAR
    			st = ppc64.ASTWCCC
    		}
    		r0 := v.Args[0].Reg()
    		r1 := v.Args[1].Reg()
    		// LWSYNC - Assuming shared data not write-through-required nor
    		// caching-inhibited. See Appendix B.2.2.2 in the ISA 2.07b.
    		plwsync := s.Prog(ppc64.ALWSYNC)
    		plwsync.To.Type = obj.TYPE_NONE
    		// LBAR or LWAR
    		p := s.Prog(ld)
    		p.From.Type = obj.TYPE_MEM
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_arm.go

    	9:   "bad file descriptor",
    	10:  "no child processes",
    	11:  "resource temporarily unavailable",
    	12:  "cannot allocate memory",
    	13:  "permission denied",
    	14:  "bad address",
    	15:  "block device required",
    	16:  "device or resource busy",
    	17:  "file exists",
    	18:  "invalid cross-device link",
    	19:  "no such device",
    	20:  "not a directory",
    	21:  "is a directory",
    	22:  "invalid argument",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modload/buildlist.go

    					reqs, _ := rootsFromModFile(m, MainModules.ModFile(m), omitToolchainRoot)
    					mg.g.Require(m, append(reqs, vendorMod))
    				}
    				mg.g.Require(vendorMod, vendorList)
    
    			} else {
    				mainModule := MainModules.mustGetSingleMainModule()
    				mg.g.Require(mainModule, append(rs.rootModules, vendorMod))
    				mg.g.Require(vendorMod, vendorList)
    			}
    		}
    
    		rs.graph.Store(&cachedGraph{mg, nil})
    	})
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top