- Sort Score
- Result 10 results
- Languages All
Results 301 - 310 of 378 for 15 (0.04 sec)
-
ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch
- \ - /* This `switch' statement will be removed at compile-time. */ \ - switch ((unsigned int) (n)) \ - { \ - case 15: \ - __u->__ui = __c * 0x01010101; \ - __u = __extension__ ((void *) __u + 4); \ - case 11: \ - __u->__ui = __c * 0x01010101; \
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Sep 18 14:52:45 UTC 2023 - 42.9K bytes - Viewed (0) -
docs/en/data/people.yml
url: https://github.com/OzgunCaglarArslan - login: pedabraham count: 15 avatarUrl: https://avatars.githubusercontent.com/u/16860088?u=abf922a7b920bf8fdb7867d8b43e091f1e796178&v=4 url: https://github.com/pedabraham - login: delhi09 count: 15 avatarUrl: https://avatars.githubusercontent.com/u/63476957?u=6c86e59b48e0394d4db230f37fc9ad4d7e2c27c7&v=4
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jun 03 01:09:53 UTC 2024 - 55.4K bytes - Viewed (0) -
cmd/object-api-putobject_test.go
// With no metadata 14: {bucketName: bucket, objName: object, inputData: data, inputDataSize: int64(len(data)), expectedMd5: getMD5Hash(data)}, 15: {bucketName: bucket, objName: object, inputData: nilBytes, inputDataSize: int64(len(nilBytes)), expectedMd5: getMD5Hash(nilBytes)},
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Feb 22 06:26:06 UTC 2024 - 25.8K bytes - Viewed (0) -
tensorflow/c/c_api_function_test.cc
// check the data type. typedef std::pair<string, DataType> IOSpec; const char* kFeedStackToString = "File \"feed.cc\", line 10, in alpha"; const char* kNegStackToString = "File \"neg.cc\", line 15, in beta"; std::vector<IOSpec> M(const std::initializer_list<string>& names) { std::vector<IOSpec> v; for (const string& name : names) { v.push_back(IOSpec(name, DT_INVALID)); } return v; }
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Jul 20 22:08:54 UTC 2023 - 63.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
- [Source Code](#source-code-15) - [Client Binaries](#client-binaries-15) - [Server Binaries](#server-binaries-15) - [Node Binaries](#node-binaries-15) - [Container Images](#container-images-15) - [Changelog since v1.27.0](#changelog-since-v1270) - [Changes by Kind](#changes-by-kind-15) - [Bug or Regression](#bug-or-regression-15) - [Dependencies](#dependencies-15)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (1) -
docs/ru/docs/tutorial/query-params-str-validations.md
//// //// tab | Python 3.9+ ```Python hl_lines="14" {!> ../../docs_src/query_params_str_validations/tutorial008_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="15" {!> ../../docs_src/query_params_str_validations/tutorial008_an.py!} ``` //// //// tab | Python 3.10+ без Annotated /// tip | "Подсказка"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 37.5K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const AF_E164 ideal-int pkg syscall (netbsd-arm64-cgo), const AF_ECMA = 8 pkg syscall (netbsd-arm64-cgo), const AF_ECMA ideal-int pkg syscall (netbsd-arm64-cgo), const AF_HYLINK = 15 pkg syscall (netbsd-arm64-cgo), const AF_HYLINK ideal-int pkg syscall (netbsd-arm64-cgo), const AF_IEEE80211 = 32 pkg syscall (netbsd-arm64-cgo), const AF_IEEE80211 ideal-int pkg syscall (netbsd-arm64-cgo), const AF_IMPLINK = 3
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const AF_E164 ideal-int pkg syscall (darwin-arm64), const AF_ECMA = 8 pkg syscall (darwin-arm64), const AF_ECMA ideal-int pkg syscall (darwin-arm64), const AF_HYLINK = 15 pkg syscall (darwin-arm64), const AF_HYLINK ideal-int pkg syscall (darwin-arm64), const AF_IEEE80211 = 37 pkg syscall (darwin-arm64), const AF_IEEE80211 ideal-int pkg syscall (darwin-arm64), const AF_IMPLINK = 3
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
internal/grid/msg_gen.go
} // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *connectResp) Msgsize() (s int) { s = 1 + 3 + msgp.ArrayHeaderSize + (16 * (msgp.ByteSize)) + 9 + msgp.BoolSize + 15 + msgp.StringPrefixSize + len(z.RejectedReason) return } // DecodeMsg implements msgp.Decodable func (z *message) DecodeMsg(dc *msgp.Reader) (err error) { var zb0001 uint32 zb0001, err = dc.ReadArrayHeader()
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jul 25 21:07:21 UTC 2024 - 22.4K bytes - Viewed (0) -
guava/src/com/google/common/base/Ascii.java
/** * Shift In: A control character indicating that the code combinations which follow shall be * interpreted according to the standard code table. * * @since 8.0 */ public static final byte SI = 15; /** * Data Link Escape: A communication control character which will change the meaning of a limited * number of contiguously following characters. It is used exclusively to provide supplementary
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Aug 02 13:50:22 UTC 2024 - 21.7K bytes - Viewed (0)