Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for transparent (0.21 sec)

  1. src/archive/zip/reader.go

    	return rc.f.Close()
    }
    
    // DataOffset returns the offset of the file's possibly-compressed
    // data, relative to the beginning of the zip file.
    //
    // Most callers should instead use [File.Open], which transparently
    // decompresses data and verifies checksums.
    func (f *File) DataOffset() (offset int64, err error) {
    	bodyOffset, err := f.findBodyOffset()
    	if err != nil {
    		return
    	}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
  2. RELEASE.md

            libraries and headers.
        *   TF code now resides in `tensorflow_core` and `tensorflow` is just a
            virtual pip package. No code changes are needed for projects using
            TensorFlow, the change is transparent
    *   XLA
        *   XLA HLO graphs can be inspected with interactive_graphviz tool now.
    *   Estimator
        *   Use tf.compat.v1.estimator.inputs instead of tf.estimator.inputs
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
  3. CHANGELOG/CHANGELOG-1.29.md

    - Previously, the pod name and namespace were eliminated in the event log message. This PR attempts to add the preemptor pod UID in the preemption event message logs for easier debugging and safer transparency. ([#119971](https://github.com/kubernetes/kubernetes/pull/119971), [@kwakubiney](https://github.com/kwakubiney)) [SIG Scheduling]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.17.md

    #### Removed
    - github.com/cloudflare/cfssl: 56268a6
    - github.com/coreos/bbolt: v1.3.3
    - github.com/coreos/rkt: v1.30.0
    - github.com/globalsign/mgo: eeefdec
    - github.com/google/certificate-transparency-go: v1.0.21
    - github.com/heketi/rest: aa6a652
    - github.com/heketi/utils: 435bc5b
    - github.com/pborman/uuid: v1.2.0
    
    # v1.17.0-rc.2
    
    [Documentation](https://docs.k8s.io)
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
Back to top