- Sort Score
- Result 10 results
- Languages All
Results 111 - 116 of 116 for Descriptors (0.05 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
aces[ai].sid.origin_auth = auth; } } } /** * Return an array of Access Control Entry (ACE) objects representing * the security descriptor associated with this file or directory. * If no DACL is present, null is returned. If the DACL is empty, an array with 0 elements is returned. * @param resolveSids Attempt to resolve the SIDs within each ACE from
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
doc/go_spec.html
var s2 = s1 // s2 stores the slice descriptor of s1 s1 = s1[:1] // s1's length is 1 but it still shares its underlying array with s2 s2[0] = 42 // setting s2[0] changes s1[0] as well fmt.Println(s1, s2) // prints [42] [42 2 3] var m1 = make(map[string]int) var m2 = m1 // m2 stores the map descriptor of m1
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
([#27885](https://github.com/kubernetes/kubernetes/issues/27885)). The issue can be identified by using the node problem detector. - File descriptor leak on init/control. ([#275](https://github.com/containerd/containerd/issues/275)) - Additional memory overhead per container.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
- Kubelet's Node Grace Shutdown will terminate probes when shutting down ([#105215](https://github.com/kubernetes/kubernetes/pull/105215), [@rphillips](https://github.com/rphillips)) - Kubelet: fixes a file descriptor leak in log rotation ([#106382](https://github.com/kubernetes/kubernetes/pull/106382), [@rphillips](https://github.com/rphillips)) [SIG Node]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
* Move config local to controllers in kube-controller-manager ([#72800](https://github.com/kubernetes/kubernetes/pull/72800), [@stewart-yu](https://github.com/stewart-yu)) * Fix some potential deadlocks and file descriptor leaking for inotify watches. ([#75376](https://github.com/kubernetes/kubernetes/pull/75376), [@cpuguy83](https://github.com/cpuguy83))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
RELEASE.md
and [CVE-2020-15358](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15358). * Fixes #41630 by including `max_seq_length` in CuDNN descriptor cache key * Pins `numpy` to 1.18.5 to prevent ABI breakage when compiling code that uses both NumPy and TensorFlow headers. # Release 2.3.0 ## Major Features and Improvements
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1)