Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for retain (0.34 sec)

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

    Sensation of the Coal in the several Places of that Circle remains
    impress'd on the Sensorium, until the Coal return again to the same
    Place. And so in a quick Consecution of the Colours the Impression of
    every Colour remains in the Sensorium, until a Revolution of all the
    Colours be compleated, and that first Colour return again. The
    Impressions therefore of all the successive Colours are at once in the
    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

    		} else if len(err) == 0 && !item.success {
    			t.Errorf("expected failure for input %q", item.input)
    			for i := range err {
    				detail := err[i].Detail
    				if detail != "" && !strings.Contains(detail, item.expect) {
    					t.Errorf("%d: expected error detail either empty or %s, got %s", k, item.expect, detail)
    				}
    			}
    		}
    	}
    }
    
    func getResourceList(cpu, memory string) core.ResourceList {
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

    should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. RELEASE.md

    and modulus operators (/, //, %) now match Python (flooring) semantics. This
    applies to `tf.div` and `tf.mod` as well. To obtain forced integer truncation
    based behaviors you can use `tf.truncatediv` and `tf.truncatemod`. *
    `tf.divide()` is now the recommended division function. `tf.div()` will remain,
    but its semantics do not respond to Python 3 or `from future` mechanisms. *
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        SmallVector<unsigned, 4> GetLayoutDependentArgs() { return {0}; }
        SmallVector<unsigned, 4> GetLayoutDependentResults() { return {0}; }
        StringRef GetOptimalLayout(const RuntimeDevices& devices);
        LogicalResult UpdateDataFormat(StringRef data_format);
        // InferTypeOpInterface:
        static bool isCompatibleReturnTypes(TypeRange l, TypeRange r) {
          return ArraysAreCastCompatible(l, r);
        }
      }];
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    - If we set parameter cgroupPerQos=false and cgroupRoot=/docker,this function will retrun  nodeAllocatableRoot=/docker/kubepods, it is not right, the correct return should be /docker.
      cm.NodeAllocatableRoot(s.CgroupRoot, s.CgroupDriver)
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            AND the Route has a valid ParentRef selecting the whole Gateway
                            resource or a specific Listener as a parent resource (more detail on
                            attachment semantics can be found in the documentation on the various
                            Route kinds ParentRefs fields). Listener or Route status does not impact
    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. src/main/webapp/css/admin/bootstrap.min.css.map

    $figure-caption-color;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n\n@mixin img-fluid() {\n  // Part 1: Set a maximum relative to the parent\n  max-width: 100%;\n  // Part 2: Override the height to auto, otherwise images will be stretched\n  // when setting a width and height attribute on the img element.\n  height: auto;\n}\n\n\n// Retina image\n//\n// Short retina mixin for setting background-image...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  9. src/main/webapp/css/bootstrap.min.css.map

    $figure-caption-color;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n\n@mixin img-fluid() {\n  // Part 1: Set a maximum relative to the parent\n  max-width: 100%;\n  // Part 2: Override the height to auto, otherwise images will be stretched\n  // when setting a width and height attribute on the img element.\n  height: auto;\n}\n\n\n// Retina image\n//\n// Short retina mixin for setting background-image...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Certificate.UnknownExtKeyUsage", Field, 0},
    		{"Certificate.Version", Field, 0},
    		{"CertificateInvalidError", Type, 0},
    		{"CertificateInvalidError.Cert", Field, 0},
    		{"CertificateInvalidError.Detail", Field, 10},
    		{"CertificateInvalidError.Reason", Field, 0},
    		{"CertificateRequest", Type, 3},
    		{"CertificateRequest.Attributes", Field, 3},
    		{"CertificateRequest.DNSNames", Field, 3},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top