Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 9$ (0.12 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      - message: Hostname value must only contain valid characters (matching
                          ^(\*\.)?[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$)
                        rule: 'self.type == ''Hostname'' ? self.value.matches(r"""^(\*\.)?[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$"""):
                          true'
                    maxItems: 16
                    type: array
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
                        type: string
                      kind:
                        description: kind is kind of the target resource.
                        maxLength: 63
                        minLength: 1
                        pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
                        type: string
                      name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                        pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
                        type: string
                      kind:
                        description: kind is kind of the target resource.
                        maxLength: 63
                        minLength: 1
                        pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
                        type: string
                      name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// cond: c%9 == 0 && isPowerOfTwo64(c/9)
    	// result: (ADDshiftLL a (ADDshiftLL <x.Type> x x [3]) [log64(c/9)])
    	for {
    		a := v_0
    		x := v_1
    		if v_2.Op != OpARM64MOVDconst {
    			break
    		}
    		c := auxIntToInt64(v_2.AuxInt)
    		if !(c%9 == 0 && isPowerOfTwo64(c/9)) {
    			break
    		}
    		v.reset(OpARM64ADDshiftLL)
    		v.AuxInt = int64ToAuxInt(log64(c / 9))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  5. RELEASE.md

    *   Updated docs for `tf.keras`: New Keras-based
        [get started](http://tensorflow.org/versions/r1.9/get_started), and
        [programmers guide page](http://tensorflow.org/versions/r1.9/programmers_guide/keras).
    *   Update `tf.keras` to the Keras 2.1.6 API.
    *   Added
        [`tf.keras.layers.CuDNNGRU`](https://www.tensorflow.org/versions/r1.9/api_docs/python/tf/keras/layers/CuDNNGRU)
        and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		},
    	}, {
    		name: "legal gates",
    		schedulingGates: []core.PodSchedulingGate{
    			{Name: "foo"},
    			{Name: "bar"},
    		},
    		wantFieldErrors: field.ErrorList{},
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    # max_diag_len can be shorter than the main diagonal.
    tf.matrix_diag_part(input, k = (-2, -1))
      ==> [[[5, 8],
            [9, 0]],
           [[1, 6],
            [5, 0]]]
    
    # padding_value = 9
    tf.matrix_diag_part(input, k = (1, 3), padding_value = 9)
      ==> [[[9, 9, 4],  # Output shape: (2, 3, 3)
            [9, 3, 8],
            [2, 7, 6]],
           [[9, 9, 2],
            [9, 3, 4],
            [4, 3, 8]]]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.instantiation.generator.AsmBackedClassGenerator$ClassBuilderImpl$9> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AsmBackedClassGenerator.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top