Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for Sort (0.22 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    through the Space MQ, and another sort of those Rays through the Space
    MR, and a third sort of them through the Space MS, the same sorts of
    Rays coming from the lower Prism, ought to illuminate the remaining
    Spaces QN, RN, SN, respectively. And the same is to be understood of all
    the other sorts of Rays. For thus the Rays of every sort will be
    scattered uniformly and evenly through the whole Space MN, and so being
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        port:
                          description: The port associated with the listener.
                          properties:
                            name:
                              description: Label assigned to the port.
                              type: string
                            number:
                              description: A valid non-negative integer port number.
    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

                        port:
                          description: The port associated with the listener.
                          properties:
                            name:
                              description: Label assigned to the port.
                              type: string
                            number:
                              description: A valid non-negative integer port number.
    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. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        port:
                          description: The port associated with the listener.
                          properties:
                            name:
                              description: Label assigned to the port.
                              type: string
                            number:
                              description: A valid non-negative integer port number.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MinFunc", Func, 21},
    		{"Replace", Func, 21},
    		{"Reverse", Func, 21},
    		{"Sort", Func, 21},
    		{"SortFunc", Func, 21},
    		{"SortStableFunc", Func, 21},
    	},
    	"sort": {
    		{"(Float64Slice).Len", Method, 0},
    		{"(Float64Slice).Less", Method, 0},
    		{"(Float64Slice).Search", Method, 0},
    		{"(Float64Slice).Sort", Method, 0},
    		{"(Float64Slice).Swap", Method, 0},
    		{"(IntSlice).Len", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_XlaKeyValueSortOp : TF_Op<"XlaKeyValueSort", [Pure, TF_NoConstantFold]> {
      let summary = "Wraps the XLA Sort operator, documented at";
    
      let description = [{
    https://www.tensorflow.org/performance/xla/operation_semantics#sort
    .
    
    Sorts a tensor. Currently only sorts in ascending order are supported.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        == '')) || ( has(p1.sectionName) && has(p2.sectionName) && p1.sectionName
                        == p2.sectionName)) && (((!has(p1.port) || p1.port == 0) && (!has(p2.port)
                        || p2.port == 0)) || (has(p1.port) && has(p2.port) && p1.port
                        == p2.port))))
                  rules:
                    description: Rules are a list of GRPC matchers, filters and actions.
                    items:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    		{HTTPGet: &core.HTTPGetAction{Path: "/", Port: intstr.FromInt32(1), Host: "", Scheme: "HTTP"}},
    		{HTTPGet: &core.HTTPGetAction{Path: "/foo", Port: intstr.FromInt32(65535), Host: "host", Scheme: "HTTP"}},
    		{HTTPGet: &core.HTTPGetAction{Path: "/", Port: intstr.FromString("port"), Host: "", Scheme: "HTTP"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "ports": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.19.md

      - `spec.backend` -> `spec.defaultBackend`
      - `serviceName` -> `service.name`
      - `servicePort` -> `service.port.name` (for string values)
      - `servicePort` -> `service.port.number` (for numeric values)
      - `pathType` no longer has a default value in v1; "Exact", "Prefix", or "ImplementationSpecific" must be specified
    
      Other Ingress API updates:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top