- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 459 for owner (0.04 sec)
-
api/go1.16.txt
pkg syscall (darwin-arm64), type Statfs_t struct, Mntfromname [1024]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Mntonname [1024]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Owner uint32 pkg syscall (darwin-arm64), type Statfs_t struct, Reserved [8]uint32 pkg syscall (darwin-arm64), type Statfs_t struct, Type uint32 pkg syscall (darwin-arm64), type SysProcAttr struct, Chroot string
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.7.md
* Extending the gc admission plugin so that a user who doesn't have delete permission of the *owner* cannot modify blockOwnerDeletion field of existing ownerReferences, or add new ownerReference with blockOwnerDeletion=true ([#43876](https://github.com/kubernetes/kubernetes/pull/43876), [@caesarxuchao](https://github.com/caesarxuchao))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1) -
android/guava/src/com/google/common/net/InternetDomainName.java
* * <p>Public suffixes are a proper superset of {@linkplain #isRegistrySuffix() registry suffixes}. * The list of public suffixes additionally contains privately owned domain names under which * Internet users can register subdomains. An example of a public suffix that is not a registry * suffix is {@code blogspot.com}. Note that it is true that all public suffixes <i>have</i>
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Feb 05 20:47:23 UTC 2024 - 28K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.h
// "fifo_queue_enqueue_<tensor_id>", to be executed by this API call. It reads // from a placeholder node "arg_tensor_enqueue_<tensor_id>". // // `tensor` is still owned by the caller. This call will be blocked if the queue // has reached its capacity, and will be unblocked when the queued tensors again // drop below the capacity due to dequeuing. //
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Apr 27 21:07:00 UTC 2023 - 15.1K bytes - Viewed (0) -
okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
httpbin.org //prequalifyme.today : https://prequalifyme.today //Submitted by DeepakTiwari ******@****.*** prequalifyme.today // prgmr.com : https://prgmr.com/ // Submitted by Sarah Newman <owner@prgmr.com> xen.prgmr.com // priv.at : http://www.nic.priv.at/ // Submitted by registry <******@****.***> priv.at // privacytools.io : https://www.privacytools.io/
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Dec 20 23:27:07 UTC 2023 - 240.3K bytes - Viewed (0) -
cmd/object-api-errors.go
} // BucketAlreadyOwnedByYou already owned by you. type BucketAlreadyOwnedByYou GenericError func (e BucketAlreadyOwnedByYou) Error() string { return "Bucket already owned by you: " + e.Bucket } // BucketNotEmpty bucket is not empty. type BucketNotEmpty GenericError func (e BucketNotEmpty) Error() string {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Aug 09 02:05:14 UTC 2024 - 22.1K bytes - Viewed (0) -
cni/pkg/install/install.go
// need to watch it, and writing non-shared stuff to that location creates churn for other node agents. // Only our plugin consumes this kubeconfig, and it resides in our owned rundir on the host node, // so we are good to simply write it out if our watched svcacct token changes. if err := writeKubeConfigFile(in.cfg); err != nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 09 21:33:51 UTC 2024 - 13.5K bytes - Viewed (0) -
tensorflow/c/c_api.h
// Fetches the return outputs requested via // TF_ImportGraphDefOptionsAddReturnOutput(). The number of fetched outputs is // returned in `num_outputs`. The array of return outputs is returned in // `outputs`. `*outputs` is owned by and has the lifetime of `results`. TF_CAPI_EXPORT extern void TF_ImportGraphDefResultsReturnOutputs( TF_ImportGraphDefResults* results, int* num_outputs, TF_Output** outputs);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type Statfs_t struct, Mntonname [1024]int8 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Namemax uint32 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Owner uint32 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Spare [10]uint64 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Syncreads uint64 #53466
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java
final AtomicBoolean interrupted = new AtomicBoolean(); // we need to use another thread because it will be interrupted and thus using // the current one, owned by JUnit, would make the test fail Thread thread = new Thread( new Runnable() { @Override public void run() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 28.1K bytes - Viewed (0)