Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for somme (0.19 sec)

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

    very fine Hairs, or _Capillamenta_, which grow out of the sides of the
    grosser lateral Branches or Fibres of those Feathers. And to the same
    purpose it is, that the Webs of some Spiders, by being spun very fine,
    have appeared colour'd, as some have observ'd, and that the colour'd
    Fibres of some Silks, by varying the Position of the Eye, do vary their
    Colour. Also the Colours of Silks, Cloths, and other Substances, which
    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. pkg/apis/core/validation/validation_test.go

    					LocalObjectReference: core.LocalObjectReference{
    						Name: "some-secret",
    					},
    					Key: "secret-key",
    				},
    			},
    		}, {
    			Name: "!\"#$%&'()",
    			ValueFrom: &core.EnvVarSource{
    				ConfigMapKeyRef: &core.ConfigMapKeySelector{
    					LocalObjectReference: core.LocalObjectReference{
    						Name: "some-config-map",
    					},
    					Key: "some-key",
    				},
    			},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      "outside of the Gateway", that traffic bound for this Gateway will use.
                      This could be the IP address or hostname of an external load balancer or
                      other networking infrastructure, or some other address that traffic will
                      be sent to.
    
    
                      If no Addresses are specified, the implementation MAY schedule the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. RELEASE.md

            for all the RNG in Keras. We plan to switch on the new code path by
            default in tf 2.8, and the behavior change will likely to cause some
            breakage on user side (eg if the test is checking against some golden
            number). These 3 APIs will allow user to disable and switch back to
            legacy behavior if they prefer. In future (eg TF 2.10), we expect to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

      - [Changelog since v1.19.9](#changelog-since-v1199)
      - [Important Security Information](#important-security-information-1)
        - [CVE-2021-25735: Validating Admission Webhook does not observe some previous fields](#cve-2021-25735-validating-admission-webhook-does-not-observe-some-previous-fields)
      - [Changes by Kind](#changes-by-kind-6)
        - [API Change](#api-change-1)
        - [Feature](#feature-4)
        - [Bug or Regression](#bug-or-regression-5)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                ],
                "default": {},
                "description": "The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
              }
            },
            "type": "object",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          height = height_pad - crop_top - crop_bottom
          width = width_pad - crop_left - crop_right
    
    The attr `block_size` must be greater than one. It indicates the block size.
    
    Some examples:
    
    (1) For the following input of shape `[4, 1, 1, 1]` and block_size of 2:
    
    ```
    [[[[1]]], [[[2]]], [[[3]]], [[[4]]]]
    ```
    
    The output tensor has shape `[1, 2, 2, 1]` and value:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  }
                ],
                "description": "If this object was created from some other resource, then this links back to that resource. This field is used to find the in-tree representation of the claim parameters when the parameter reference of the claim refers to some unknown type."
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/bootstrap.min.css.map

    padding: 0;\n    @include font-size(100%);\n    font-weight: $nested-kbd-font-weight;\n    @include box-shadow(none);\n  }\n}\n\n// Blocks of code\npre {\n  display: block;\n  @include font-size($code-font-size);\n  color: $pre-color;\n\n  // Account for some code outputs that place code tags in pre tags\n  code {\n    @include font-size(inherit);\n    color: inherit;\n    word-break: normal;\n  }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n  max-height: $pre-scrollable-max-height;\n ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  10. src/main/webapp/css/bootstrap.min.css.map

    padding: 0;\n    @include font-size(100%);\n    font-weight: $nested-kbd-font-weight;\n    @include box-shadow(none);\n  }\n}\n\n// Blocks of code\npre {\n  display: block;\n  @include font-size($code-font-size);\n  color: $pre-color;\n\n  // Account for some code outputs that place code tags in pre tags\n  code {\n    @include font-size(inherit);\n    color: inherit;\n    word-break: normal;\n  }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n  max-height: $pre-scrollable-max-height;\n ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top