Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 035k (0.03 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		// Nonstandard but still parsable
    		{"1e14", decQuantity(1, 14, DecimalExponent)},
    		{"1e13", decQuantity(1, 13, DecimalExponent)},
    		{"1e3", decQuantity(1, 3, DecimalExponent)},
    		{"100.035k", decQuantity(100035, 0, DecimalSI)},
    
    		// Things that look like floating point
    		{"0.001", decQuantity(1, -3, DecimalSI)},
    		{"0.0005k", decQuantity(5, -1, DecimalSI)},
    		{"0.005", decQuantity(5, -3, DecimalSI)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  2. src/crypto/x509/x509.go

    //
    //	secp384r1 OBJECT IDENTIFIER ::= {
    //	  iso(1) identified-organization(3) certicom(132) curve(0) 34 }
    //
    //	secp521r1 OBJECT IDENTIFIER ::= {
    //	  iso(1) identified-organization(3) certicom(132) curve(0) 35 }
    //
    // NB: secp256r1 is equivalent to prime256v1
    var (
    	oidNamedCurveP224 = asn1.ObjectIdentifier{1, 3, 132, 0, 33}
    	oidNamedCurveP256 = asn1.ObjectIdentifier{1, 2, 840, 10045, 3, 1, 7}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
Back to top