Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for Lateral (0.22 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

                   "literal": {
                    "value": "v1"
                   }
                  },
                  {
                   "tag": "istio.canonical_service",
                   "literal": {
                    "value": "httpbin"
                   }
                  },
                  {
                   "tag": "istio.mesh_id",
                   "literal": {
                    "value": "cluster.local"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  2. doc/go1.17_spec.html

    <p>
    An imaginary literal represents the imaginary part of a
    <a href="#Constants">complex constant</a>.
    It consists of an <a href="#Integer_literals">integer</a> or
    <a href="#Floating-point_literals">floating-point</a> literal
    followed by the lower-case letter <code>i</code>.
    The value of an imaginary literal is the value of the respective
    integer or floating-point literal multiplied by the imaginary unit <i>i</i>.
    </p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    adventitious Light, the distance between the Places of the Paper will not be so great. This distance in the second Experiment, where the Colours of natural Bodies were made use of, was but an Inch and an half, by reason of the Imperfection of those Colours. Here in the Colours of the Prism, which are manifestly more full, intense, and lively than those of natural Bodies, the distance is two Inches and three quarters. And were the Colours still more full, I question not but that the distance would be considerably...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    // CHECK-SAME: %[[ARG0:.+]]: tensor<3x6x!quant.uniform<i8:f32, 2.000000e+00:-1>>
    // CHECK: %[[START:.+]] = arith.constant
    // CHECK{LITERAL}: dense<[0, 2]> : tensor<2xi32>
    // CHECK: %[[SIZE:.+]] = arith.constant
    // CHECK{LITERAL}: dense<[3, 4]> : tensor<2xi32>
    // CHECK: %[[STRIDE:.+]] = arith.constant
    // CHECK{LITERAL}: dense<[2, 3]> : tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				float64(10.0), // val4, number type, parsed from decimal literal
    				float64(10.0), // val5, float type, parsed from decimal literal
    				float64(10.0), // val6, double type, parsed from decimal literal
    				int64(10),     // val7, number type, parsed from integer literal
    				int64(10),     // val8, float type, parsed from integer literal
    				int64(10),     // val9, double type, parsed from integer literal
    			),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	}
    	return fmt.Sprintf("%*s%sNew:\n%s\n%s\n%s\n%s", indent, "", field,
    		n.Op.goString(indent+2, "Op: "), place,
    		n.Type.goString(indent+2, "Type: "), ini)
    }
    
    // Literal is a literal in an expression.
    type Literal struct {
    	Type AST
    	Val  string
    	Neg  bool
    }
    
    // Suffixes to use for constants of the given integer type.
    var builtinTypeSuffix = map[string]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          }
        },
        "node_modules/natural-compare": {
          "version": "1.4.0",
          "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
          "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
          "dev": true
        },
        "node_modules/natural-compare-lite": {
          "version": "1.4.0",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (1)
  8. android/guava/src/com/google/common/collect/Maps.java

      }
    
      /**
       * Computes the difference between two sorted maps, using the comparator of the left map, or
       * {@code Ordering.natural()} if the left map uses the natural ordering of its elements. This
       * difference is an immutable snapshot of the state of the maps at the time this method is called.
       * It will never change, even if the maps change at a later time.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/Maps.java

      }
    
      /**
       * Computes the difference between two sorted maps, using the comparator of the left map, or
       * {@code Ordering.natural()} if the left map uses the natural ordering of its elements. This
       * difference is an immutable snapshot of the state of the maps at the time this method is called.
       * It will never change, even if the maps change at a later time.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  10. src/cmd/go/internal/load/pkg.go

    	// MainOnly is true if the caller only wants to load main packages.
    	// For a literal argument matching a non-main package, a stub may be returned
    	// with an error. For a non-literal argument (with "..."), non-main packages
    	// are not be matched, and their dependencies may not be loaded. A warning
    	// may be printed for non-literal arguments that match no main packages.
    	MainOnly bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top