Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for INTERNAL (0.23 sec)

  1. pkg/apis/core/validation/validation.go

    // (e.g. Deployments).
    func validatePodHostNetworkDeps(spec *core.PodSpec, fldPath *field.Path, opts PodValidationOptions) field.ErrorList {
    	// For <reasons> we keep `.HostNetwork` in .SecurityContext on the internal
    	// version of Pod.
    	hostNetwork := false
    	if spec.SecurityContext != nil {
    		hostNetwork = spec.SecurityContext.HostNetwork
    	}
    
    	allErrors := field.ErrorList{}
    
    	if hostNetwork {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.22.md

    - Kube-apiserver: resolved a regression that treated `304 Not Modified` responses from aggregated API servers as internal errors ([#112530](https://github.com/kubernetes/kubernetes/pull/112530), [@liggitt](https://github.com/liggitt)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritePPC64.go

    // Code generated from _gen/PPC64.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "internal/buildcfg"
    import "math"
    import "cmd/compile/internal/types"
    
    func rewriteValuePPC64(v *Value) bool {
    	switch v.Op {
    	case OpAbs:
    		v.Op = OpPPC64FABS
    		return true
    	case OpAdd16:
    		v.Op = OpPPC64ADD
    		return true
    	case OpAdd32:
    		v.Op = OpPPC64ADD
    		return true
    	case OpAdd32F:
    		v.Op = OpPPC64FADDS
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewriteS390X.go

    // Code generated from _gen/S390X.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "math"
    import "cmd/compile/internal/types"
    import "cmd/internal/obj/s390x"
    
    func rewriteValueS390X(v *Value) bool {
    	switch v.Op {
    	case OpAdd16:
    		v.Op = OpS390XADDW
    		return true
    	case OpAdd32:
    		v.Op = OpS390XADDW
    		return true
    	case OpAdd32F:
    		return rewriteValueS390X_OpAdd32F(v)
    	case OpAdd64:
    		v.Op = OpS390XADD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // range for all other dimensions. Each slice is then reshaped to drop the
    // dimension to unpack (which is always of size 1).
    // TODO(antiagainst): consider changing this into a TF internal lowering pass.
    class ConvertUnpackOp : public OpRewritePattern<TF::UnpackOp> {
     public:
      using OpRewritePattern::OpRewritePattern;
    
      LogicalResult matchAndRewrite(TF::UnpackOp op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteARM.go

    // Code generated from _gen/ARM.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "internal/buildcfg"
    import "cmd/compile/internal/types"
    
    func rewriteValueARM(v *Value) bool {
    	switch v.Op {
    	case OpARMADC:
    		return rewriteValueARM_OpARMADC(v)
    	case OpARMADCconst:
    		return rewriteValueARM_OpARMADCconst(v)
    	case OpARMADCshiftLL:
    		return rewriteValueARM_OpARMADCshiftLL(v)
    	case OpARMADCshiftLLreg:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  7. pkg/registry/core/service/storage/storage_test.go

    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    	expected := []string{"all"}
    	registrytest.AssertCategories(t, storage, expected)
    }
    
    //
    // Tests of internal functions
    //
    
    func TestNormalizeClusterIPs(t *testing.T) {
    	makeServiceWithClusterIp := func(clusterIP string, clusterIPs []string) *api.Service {
    		return &api.Service{
    			Spec: api.ServiceSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewrite386.go

    // Code generated from _gen/386.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "math"
    import "cmd/compile/internal/types"
    
    func rewriteValue386(v *Value) bool {
    	switch v.Op {
    	case Op386ADCL:
    		return rewriteValue386_Op386ADCL(v)
    	case Op386ADDL:
    		return rewriteValue386_Op386ADDL(v)
    	case Op386ADDLcarry:
    		return rewriteValue386_Op386ADDLcarry(v)
    	case Op386ADDLconst:
    		return rewriteValue386_Op386ADDLconst(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  9. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <!-- The priority is 60, as .webarchive files often contain
             (X)HTML content. The bplist magic must trump the XHTML
             magics further within the file. This must also be
             independent of the internal ordering of patterns within
             MimeTypes -->
        <magic priority="60">
          <match value="bplist" type="string" offset="0"/>
        </magic>
      </mime-type>
    
      <mime-type type="application/x-plist">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  10. doc/go_spec.html

    complex, or string constant.
    </p>
    
    <p>
    Implementation restriction: Although numeric constants have arbitrary
    precision in the language, a compiler may implement them using an
    internal representation with limited precision.  That said, every
    implementation must:
    </p>
    
    <ul>
    	<li>Represent integer constants with at least 256 bits.</li>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
Back to top