Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for adts (0.38 sec)

  1. CREDITS

       8. Limitation of Liability. In no event and under no legal theory,
          whether in tort (including negligence), contract, or otherwise,
          unless required by applicable law (such as deliberate and grossly
          negligent acts) or agreed to in writing, shall any Contributor be
          liable to You for damages, including any direct, indirect, special,
          incidental, or consequential damages of any character arising as a
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    func schema_k8sio_api_core_v1_Capabilities(ref common.ReferenceCallback) common.OpenAPIDefinition {
    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "Adds and removes POSIX capabilities from running containers.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"add": {
    						VendorExtensible: spec.VendorExtensible{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "object"
            }
          },
          "required": [
            "driver"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.Capabilities": {
          "description": "Adds and removes POSIX capabilities from running containers.",
          "properties": {
            "add": {
              "description": "Added capabilities",
              "items": {
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

              "type": "object"
            }
          },
          "required": [
            "driver"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.Capabilities": {
          "description": "Adds and removes POSIX capabilities from running containers.",
          "properties": {
            "add": {
              "description": "Added capabilities",
              "items": {
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

              }
            },
            "required": [
              "driver"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.Capabilities": {
            "description": "Adds and removes POSIX capabilities from running containers.",
            "properties": {
              "add": {
                "description": "Added capabilities",
                "items": {
                  "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. test-site/activator-launch-1.3.2.jar

    exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "object"
            }
          },
          "required": [
            "driver"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.Capabilities": {
          "description": "Adds and removes POSIX capabilities from running containers.",
          "properties": {
            "add": {
              "description": "Added capabilities",
              "items": {
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/opGen.go

    				{1, 1}, // R0
    			},
    			clobbers: 20492, // R2 R3 R12 R14
    			outputs: []outputInfo{
    				{0, 1}, // R0
    				{1, 2}, // R1
    			},
    		},
    	},
    	{
    		name:        "ADDS",
    		argLen:      2,
    		commutative: true,
    		asm:         arm.AADD,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{0, 22527}, // R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 g R12 R14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/adminlte.min.css.map

    `text-align`.\n  text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n  // Allow labels to use `margin` for spacing.\n  display: inline-block;\n  margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n  // stylelint-disable-next-line property-blacklist\n  border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 2M bytes
    - Viewed (0)
Back to top