Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 3000 (0.08 sec)

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

    			tweakSvc: func(oldSvc, newSvc *core.Service) {
    				oldSvc.Spec.Ports = []core.ServicePort{{Name: "a", Port: 443, TargetPort: intstr.FromInt32(3000), Protocol: "TCP"}}
    				newSvc.Spec.Ports = []core.ServicePort{{Name: "a", Port: 443, TargetPort: intstr.FromInt32(3000), Protocol: "TCP", AppProtocol: utilpointer.String("https")}}
    			},
    			numErrs: 0,
    		}, {
    			name: "update to invalid app protocol",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    3318          ; mapped                 ; 30B0 30E9 30E0 #1.1  SQUARE GURAMU
    3319          ; mapped                 ; 30B0 30E9 30E0 30C8 30F3 #1.1 SQUARE GURAMUTON
    331A          ; mapped                 ; 30AF 30EB 30BC 30A4 30ED #1.1 SQUARE KURUZEIRO
    331B          ; mapped                 ; 30AF 30ED 30FC 30CD #1.1 SQUARE KUROONE
    331C          ; mapped                 ; 30B1 30FC 30B9 #1.1  SQUARE KEESU
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

                      [2, 1, 1]]
    
    # `condition` tensor is [[[1.5 + 0.0j, 0.0  + 0.0j]
    #                     [0.0 + 0.5j, 0.0  + 0.0j]]
    #                    [[0.0 + 0.0j, 0.25 + 1.5j]
    #                     [0.0 + 0.0j, 0.75 + 0.0j]]
    #                    [[0.0 + 0.0j, 0.0  + 0.0j]
    #                     [0.0 + 0.0j, 0.01 + 0.0j]]]
    # 'input' has 5 nonzero magnitude values, so output has 5 coordinates.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    <decimalExponent> | <decimalSI> <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei\n\n\t(International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n\n<decimalSI>       ::= m | \"\" | k | M | G | T | P | E\n\n\t(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. RELEASE.md

        *   The `TextVectorization` layer now accounts for the mask_token as part of
            the vocabulary size when output_mode='int'. This means that, if you have
            a max_tokens value of 5000, your output will have 5000 unique values
            (not 5001 as before).
        *   Change the return value of `TextVectorization.get_vocabulary()` from
            `byte` to `string`. Users who previously were calling 'decode' on the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top