Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 152 for ast1 (0.2 sec)

  1. src/crypto/x509/pkix/pkix.go

    type TBSCertificateList struct {
    	Raw                 asn1.RawContent
    	Version             int `asn1:"optional,default:0"`
    	Signature           AlgorithmIdentifier
    	Issuer              RDNSequence
    	ThisUpdate          time.Time
    	NextUpdate          time.Time            `asn1:"optional"`
    	RevokedCertificates []RevokedCertificate `asn1:"optional"`
    	Extensions          []Extension          `asn1:"tag:0,optional,explicit"`
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  2. security/pkg/pki/util/san_test.go

    			found: false,
    		},
    		"An extensions with wrong OID": {
    			exts: []pkix.Extension{
    				{Id: asn1.ObjectIdentifier{1, 2, 3}},
    			},
    			found: false,
    		},
    		"Correct SAN extension": {
    			exts: []pkix.Extension{
    				{Id: asn1.ObjectIdentifier{1, 2, 3}},
    				{Id: asn1.ObjectIdentifier{2, 5, 29, 17}},
    				{Id: asn1.ObjectIdentifier{3, 2, 1}},
    			},
    			found: true,
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 17:36:33 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. src/encoding/asn1/marshal_test.go

    type optionalRawValueTest struct {
    	A RawValue `asn1:"optional"`
    }
    
    type omitEmptyTest struct {
    	A []string `asn1:"omitempty"`
    }
    
    type defaultTest struct {
    	A int `asn1:"optional,default:1"`
    }
    
    type applicationTest struct {
    	A int `asn1:"application,tag:0"`
    	B int `asn1:"application,tag:1,explicit"`
    }
    
    type privateTest struct {
    	A int `asn1:"private,tag:0"`
    	B int `asn1:"private,tag:1,explicit"`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 10K bytes
    - Viewed (0)
  4. src/crypto/x509/parser_test.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package x509
    
    import (
    	"encoding/asn1"
    	"testing"
    
    	cryptobyte_asn1 "golang.org/x/crypto/cryptobyte/asn1"
    )
    
    func TestParseASN1String(t *testing.T) {
    	tests := []struct {
    		name        string
    		tag         cryptobyte_asn1.Tag
    		value       []byte
    		expected    string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 13 17:18:21 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  5. src/html/escape.go

    		// No-op.
    	} else if x := entity[string(entityName)]; x != 0 {
    		return dst + utf8.EncodeRune(b[dst:], x), src + i
    	} else if x := entity2[string(entityName)]; x[0] != 0 {
    		dst1 := dst + utf8.EncodeRune(b[dst:], x[0])
    		return dst1 + utf8.EncodeRune(b[dst1:], x[1]), src + i
    	} else if !attribute {
    		maxLen := len(entityName) - 1
    		if maxLen > longestEntityWithoutSemicolon {
    			maxLen = longestEntityWithoutSemicolon
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 13 07:00:18 UTC 2020
    - 5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize-inplaceupdate.mlir

    // CHECK-DAG: %[[CST0:.*]] = stablehlo.constant dense<1> : tensor<i32>
    // CHECK-DAG: %[[CST1:.*]] = stablehlo.constant dense<0> : tensor<i32>
    // CHECK-DAG: %[[CST2:.*]] = stablehlo.constant dense<2.000000e+00> : tensor<1x1x2xf32>
    // CHECK: %[[RES:.*]] = stablehlo.dynamic_update_slice %arg0, %[[CST2]], %[[CST0]], %[[CST1]], %[[CST1]] : (tensor<2x1x2xf32>, tensor<1x1x2xf32>, tensor<i32>, tensor<i32>, tensor<i32>) -> tensor<2x1x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 16 05:09:09 UTC 2022
    - 993 bytes
    - Viewed (0)
  7. test/fixedbugs/issue5470.dir/a.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package a
    
    type Foo interface {
    	Hi() string
    }
    
    func Test1() Foo { return make(tst1) }
    
    type tst1 map[string]bool
    
    func (r tst1) Hi() string { return "Hi!" }
    
    func Test2() Foo { return make(tst2, 0) }
    
    type tst2 []string
    
    func (r tst2) Hi() string { return "Hi!" }
    
    func Test3() Foo { return make(tst3) }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 07:01:43 UTC 2013
    - 532 bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

    oud.google.com/artifacts/docker/k8s-artifacts-prod/southamerica-east1/images/conformance) | [amd64](https://console.cloud.google.com/artifacts/docker/k8s-artifacts-prod/southamerica-east1/images/conformance-amd64), [arm64](https://console.cloud.google.com/artifacts/docker/k8s-artifacts-prod/southamerica-east1/images/conformance-arm64), [ppc64le](https://console.cloud.google.com/artifacts/docker/k8s-artifacts-prod/southamerica-east1/images/conformance-ppc64le), [s390x](https://console.cloud.googl...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. src/image/draw/bench_test.go

    	var dst Image
    	switch dcm {
    	case color.RGBAModel:
    		dst1 := image.NewRGBA(image.Rect(0, 0, dstw, dsth))
    		for y := 0; y < dsth; y++ {
    			for x := 0; x < dstw; x++ {
    				dst1.SetRGBA(x, y, color.RGBA{
    					uint8(5 * x % 0x100),
    					uint8(7 * y % 0x100),
    					uint8((7*x + 5*y) % 0x100),
    					0xff,
    				})
    			}
    		}
    		dst = dst1
    	case color.RGBA64Model:
    		dst1 := image.NewRGBA64(image.Rect(0, 0, dstw, dsth))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      // CHECK-DAG: %[[CST1:.*]] = arith.constant dense<1> : tensor<4xi32>
      // CHECK-DAG: %[[cst_1:.*]] = arith.constant dense<[1, 2, 3, 1]> : tensor<4xi32>
      // CHECK: %0 = "tf.Reshape"(%arg0, %[[cst_1]]) : (tensor<2x3xf32>, tensor<4xi32>) -> tensor<1x2x3x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
Back to top