- Sort Score
- Result 10 results
- Languages All
Results 611 - 620 of 643 for os (0.04 sec)
-
tensorflow/BUILD
"cpu": "mips64", }, visibility = ["//visibility:public"], ) # TODO(jakeharmon8): Remove in favor of TSL version config_setting( name = "windows", # Internal builds query the target OS. constraint_values = if_google( ["//third_party/bazel_platforms/os:windows"], [], ), # OSS builds query the CPU type. values = if_oss( {"cpu": "x64_windows"},
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K bytes - Viewed (0) -
api/go1.20.txt
pkg math/bits (freebsd-riscv64-cgo), const UintSize = 64 #53466 pkg os (freebsd-riscv64), const DevNull = "/dev/null" #53466 pkg os (freebsd-riscv64), const O_APPEND = 8 #53466 pkg os (freebsd-riscv64), const O_CREATE = 512 #53466 pkg os (freebsd-riscv64), const O_EXCL = 2048 #53466 pkg os (freebsd-riscv64), const O_SYNC = 128 #53466 pkg os (freebsd-riscv64), const O_TRUNC = 1024 #53466 pkg os (freebsd-riscv64), const PathListSeparator = 58 #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) -
api/go1.14.txt
pkg math/bits (freebsd-arm64-cgo), const UintSize = 64 pkg os (freebsd-arm64), const DevNull = "/dev/null" pkg os (freebsd-arm64), const O_APPEND = 8 pkg os (freebsd-arm64), const O_CREATE = 512 pkg os (freebsd-arm64), const O_EXCL = 2048 pkg os (freebsd-arm64), const O_SYNC = 128 pkg os (freebsd-arm64), const O_TRUNC = 1024 pkg os (freebsd-arm64), const PathListSeparator = 58 pkg os (freebsd-arm64), const PathSeparator = 47
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
src/archive/tar/reader.go
// io.CopyN done shortly afterwards to trigger any IO errors. var seekSkipped int64 // Number of bytes skipped via Seek if sr, ok := r.(io.Seeker); ok && n > 1 { // Not all io.Seeker can actually Seek. For example, os.Stdin implements // io.Seeker, but calling Seek always returns an error and performs // no action. Thus, we try an innocent seek to the current position // to see if Seek is really supported.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Mar 08 01:59:14 UTC 2024 - 26.8K bytes - Viewed (0) -
okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
// Submitted by Frederik Braun <******@****.***> 0e.vc // Freebox : http://www.freebox.fr // Submitted by Romain Fliedel <******@****.***> freebox-os.com freeboxos.com fbx-os.fr fbxos.fr freebox-os.fr freeboxos.fr // freedesktop.org : https://www.freedesktop.org // Submitted by Daniel Stone <******@****.***> freedesktop.org
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/storage-rest-server.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "bufio" "context" "encoding/binary" "encoding/hex" "errors" "fmt" "io" "net/http" "os/user" "path" "runtime/debug" "strconv" "strings" "sync" "time" "github.com/minio/minio/internal/grid" "github.com/tinylib/msgp/msgp" jwtreq "github.com/golang-jwt/jwt/v4/request"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 14 17:11:51 UTC 2024 - 45.7K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
@Override protected Activation.Builder transformActivation_Os( Supplier<? extends Activation.Builder> creator, Activation.Builder builder, Activation target) { stk.push(nextFrame("os", Activation::getOs)); try { return super.transformActivation_Os(creator, builder, target); } finally { stk.pop(); } }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 77.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.2.md
* don't sync deployment when pod selector is empty ([#23467](https://github.com/kubernetes/kubernetes/pull/23467), [@mikedanese](https://github.com/mikedanese)) * Support differentiation of OS distro in e2e tests ([#23466](https://github.com/kubernetes/kubernetes/pull/23466), [@andyzheng0831](https://github.com/andyzheng0831))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0) -
doc/asm.html
through the value of an otherwise unused (as far as Go is concerned) register in the MMU. In the runtime package, assembly code can include <code>go_tls.h</code>, which defines an OS- and architecture-dependent macro <code>get_tls</code> for accessing this register. The <code>get_tls</code> macro takes one argument, which is the register to load the <code>g</code> pointer into. </p> <p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.17.md
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Jan 28 10:44:33 UTC 2021 - 346.2K bytes - Viewed (1)