- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 234 for 80 (0.04 sec)
-
common-protos/k8s.io/api/core/v1/generated.proto
// FallbackToLogsOnError will use the last chunk of container log output if the termination // message file is empty and the container exited with an error. // The log output is limited to 2048 bytes or 80 lines, whichever is smaller. // Defaults to File. // Cannot be updated. // +optional optional string terminationMessagePolicy = 20; // Image pull policy. // One of Always, Never, IfNotPresent.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 255.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
- [Downloads for v1.9.0-alpha.2](#downloads-for-v190-alpha2) - [Client Binaries](#client-binaries-15) - [Server Binaries](#server-binaries-15) - [Node Binaries](#node-binaries-15) - [Changelog since v1.8.0](#changelog-since-v180) - [Action Required](#action-required-6) - [Other notable changes](#other-notable-changes-14) - [v1.9.0-alpha.1](#v190-alpha1) - [Downloads for v1.9.0-alpha.1](#downloads-for-v190-alpha1)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.4.md
- [stable] New volume plugin for the Quobyte Distributed File System ([docs](http://kubernetes.io/docs/user-guide/volumes/#quobyte)) ([kubernetes/features#80](https://github.com/kubernetes/enhancements/issues/80)) - [stable] New volume plugin for Azure Data Disk ([docs](http://kubernetes.io/docs/user-guide/volumes/#azurediskvolume)) ([kubernetes/features#79](https://github.com/kubernetes/enhancements/issues/79))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
api/go1.5.txt
pkg debug/elf, const R_PPC64_GOT_TLSGD16_HA R_PPC64 pkg debug/elf, const R_PPC64_GOT_TLSGD16_HI = 81 pkg debug/elf, const R_PPC64_GOT_TLSGD16_HI R_PPC64 pkg debug/elf, const R_PPC64_GOT_TLSGD16_LO = 80 pkg debug/elf, const R_PPC64_GOT_TLSGD16_LO R_PPC64 pkg debug/elf, const R_PPC64_GOT_TLSLD16 = 83 pkg debug/elf, const R_PPC64_GOT_TLSLD16 R_PPC64 pkg debug/elf, const R_PPC64_GOT_TLSLD16_HA = 86
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.24.md
- golang.org/x/mod: 86c51ed → v0.8.0 - golang.org/x/net: v0.7.0 → v0.8.0 - golang.org/x/sync: 886fb93 → v0.1.0 - golang.org/x/sys: v0.5.0 → v0.6.0 - golang.org/x/term: v0.5.0 → v0.6.0 - golang.org/x/text: v0.7.0 → v0.8.0 - golang.org/x/tools: v0.1.12 → v0.6.0 - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.36 → v0.0.37
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
src/bufio/bufio_test.go
t.Fatalf("Available() = %v, want %v", w.Available(), cap(b)) } // While not recommended, it is valid to append to a shifted buffer. // This forces Write to copy the input. if rn.Intn(8) == 0 && cap(b) > 0 { b = b[1:1:cap(b)] } // Append a random integer of varying width. n := int64(rn.Intn(1 << rn.Intn(30))) want = append(strconv.AppendInt(want, n, 10), ' ')
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Nov 01 21:52:12 UTC 2024 - 51.6K bytes - Viewed (0) -
src/main/webapp/css/bootstrap.min.css.map
margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align:...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 04:21:06 UTC 2020 - 626.8K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<sub-class-of type="application/xml"/> <_comment>TMX Translation Memory</_comment> <tika:link>https://www.gala-global.org/tmx-14b</tika:link> <acronym>TMX</acronym> <magic priority="80"> <match value="<tmx" type="string" offset="0:256"/> </magic> <glob pattern="*.tmx"/> </mime-type> <mime-type type="application/vnd.trid.tpt"> <glob pattern="*.tpt"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (1) -
src/bytes/bytes_test.go
sep := []byte("hello") for i := 0; i < b.N; i++ { SplitN(benchInputHard, sep, 10) } } func BenchmarkRepeat(b *testing.B) { for i := 0; i < b.N; i++ { Repeat([]byte("-"), 80) } } func BenchmarkRepeatLarge(b *testing.B) { s := Repeat([]byte("@"), 8*1024) for j := 8; j <= 30; j++ { for _, k := range []int{1, 16, 4097} { s := s[:k] n := (1 << j) / k
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Aug 19 19:09:04 UTC 2024 - 61.2K bytes - Viewed (0) -
RELEASE.md
`tf.estimator.Estimator.export_savedmodel` to pass raw tensors to model functions. ## Deprecations * TensorFlow 1.7 may be the last time we support Cuda versions below 8.0. Starting with TensorFlow 1.8 release, 8.0 will be the minimum supported version. * TensorFlow 1.7 may be the last time we support cuDNN versions below 6.0. Starting with TensorFlow 1.8 release, 6.0 will be the minimum supported
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0)