- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 296 for owner (1.38 sec)
-
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 Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 27.9K 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 Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K 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 Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Apr 27 21:07:00 UTC 2023 - 15.1K 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 Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
api/go1.txt
pkg syscall (darwin-386), type Statfs_t struct, Mntfromname [1024]int8 pkg syscall (darwin-386), type Statfs_t struct, Mntonname [1024]int8 pkg syscall (darwin-386), type Statfs_t struct, Owner uint32 pkg syscall (darwin-386), type Statfs_t struct, Reserved [8]uint32 pkg syscall (darwin-386), type Statfs_t struct, Type uint32 pkg syscall (darwin-386), type SysProcAttr struct, Chroot string
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java
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 Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 26.5K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.cc
if (input_arg.number_attr().empty()) { status->status = tensorflow::errors::NotFound( op_name, " does not have number_attr() defined."); return nullptr; } // The returned string is owned by OpRegistry, so liveness is not a concern. return input_arg.number_attr().c_str(); } int TF_OpIsStateful(const char* op_type, TF_Status* status) { const tensorflow::OpRegistrationData* op_reg_data;
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Oct 04 05:55:32 UTC 2025 - 29.4K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [88]int8 pkg syscall (freebsd-386-cgo), type Statfs_t struct, Namemax uint32 pkg syscall (freebsd-386-cgo), type Statfs_t struct, Owner uint32 pkg syscall (freebsd-386-cgo), type Statfs_t struct, Spare [10]uint64 pkg syscall (freebsd-386-cgo), type Statfs_t struct, Syncreads uint64 pkg syscall (freebsd-386-cgo), type Statfs_t struct, Syncwrites uint64
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (1) -
okhttp/src/jvmTest/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 // Protonet GmbH : http://protonet.io
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 309.7K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.22.md
- Updating kubelet permissions check for Windows nodes to see if process is elevated instead of checking if process owner is in Administrators group ([#111078](https://github.com/kubernetes/kubernetes/pull/111078), [@marosset](https://github.com/marosset)) [SIG Node and Windows] ## Dependencies ### Added _Nothing has changed._
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0)