- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 304 for 24 (0.04 sec)
-
api/go1.5.txt
pkg go/types, const UntypedNil = 25 pkg go/types, const UntypedNil BasicKind pkg go/types, const UntypedRune = 21 pkg go/types, const UntypedRune BasicKind pkg go/types, const UntypedString = 24 pkg go/types, const UntypedString BasicKind pkg go/types, func AssertableTo(*Interface, Type) bool pkg go/types, func AssignableTo(Type, Type) bool pkg go/types, func Comparable(Type) bool
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
cmd/xl-storage-format-v2.go
// will allow to detect the exact version later. xlVersionMinor = 3 ) func init() { binary.LittleEndian.PutUint16(xlVersionCurrent[0:2], xlVersionMajor) binary.LittleEndian.PutUint16(xlVersionCurrent[2:4], xlVersionMinor) } // The []journal contains all the different versions of the object. // // This array can have 3 kinds of objects: //
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 64K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.18.md
- [v1.18.0-alpha.3](#v1180-alpha3) - [Downloads for v1.18.0-alpha.3](#downloads-for-v1180-alpha3) - [Client Binaries](#client-binaries-24) - [Server Binaries](#server-binaries-24) - [Node Binaries](#node-binaries-24) - [Changelog since v1.18.0-alpha.2](#changelog-since-v1180-alpha2) - [Deprecation](#deprecation-4) - [API Change](#api-change-11) - [Feature](#feature-9)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<magic priority="50"> <match value="LASF" type="string" offset="0"> <!-- version 1.1 --> <match value="\x01\x01" type="string" offset="24"/> <!-- version 1.2 --> <match value="\x01\x02" type="string" offset="24"/> </match> </magic> <glob pattern="*.las"/> <glob pattern="*.laz"/> </mime-type> <mime-type type="application/x-authorware-bin">
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
src/bytes/bytes_test.go
{"\xc0a\xc0", isValidRune, 1, 1}, {"\xc0a\xc0", not(isValidRune), 0, 2}, {"\xc0☺\xc0", not(isValidRune), 0, 4}, {"\xc0☺\xc0\xc0", not(isValidRune), 0, 5}, {"ab\xc0a\xc0cd", not(isValidRune), 2, 4}, {"a\xe0\x80cd", not(isValidRune), 1, 2}, } func TestIndexFunc(t *testing.T) { for _, tc := range indexFuncTests { first := IndexFunc([]byte(tc.in), tc.f.f) if first != tc.first {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Aug 19 19:09:04 UTC 2024 - 61.2K bytes - Viewed (0) -
internal/s3select/csv/testdata/testdata.zip
4073700,I,QN17,Forest Hills,4108,2054,645,4,Queens,064500,4064500,I,QN17,Forest Hills,4108^3389391,2,2014-03-10 04:24:55,2014-03-10 04:39:00,N,1,-73.844253540039062,40.720935821533203,-73.780479431152344,40.683425903320312,5,6.20,19.5,0.5,0.5,4,0,,,24.5,1,1,95,10,green,0.00,1.2,0.0,51,36,5.37,1293,737,4,Queens,073700,4073700,I,QN17,Forest Hills,4108,839,284,4,Queens,028400,4028400,I,QN76,Baisley Park,4112^3389392,2,2014-03-18 19:11:04,2014-03-18 19:21:46,N,1,-73.844245910644531,40.72094345092773...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 01 21:59:40 UTC 2021 - 111.6K bytes - Viewed (0) -
doc/go_spec.html
Polar = polar // Polar and polar denote identical types ) </pre> <p> If the alias declaration specifies <a href="#Type_parameter_declarations">type parameters</a> [<a href="#Go_1.24">Go 1.24</a>], the type name denotes a <i>generic alias</i>. Generic aliases must be <a href="#Instantiations">instantiated</a> when they are used. </p> <pre> type set[P comparable] = map[P]bool </pre>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
RELEASE.md
* Code that uses `tf.map_fn`/`tf.cond`/`tf.while_loop`/control flow as op layers and happens to work before TF 2.4. These will explicitly be unsupported now. Converting these ops to Functional API op layers was unreliable before TF 2.4, and prone to erroring incomprehensibly or being silently buggy. * Code that directly asserts on a Keras symbolic value in cases where ops
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.13.md
* [fluentd-gcp addon] Bump fluentd-gcp-scaler to v0.5.1 to pick up security fixes. * [fluentd-gcp addon] Bump event-exporter to v0.2.4 to pick up security fixes. * [fluentd-gcp addon] Bump prometheus-to-sd to v0.5.0 to pick up security fixes. * [metatada-proxy addon] Bump prometheus-to-sd v0.5.0 to pick up security fixes.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
doc/go1.17_spec.html
a := [5]int{1, 2, 3, 4, 5} s := a[1:4] </pre> <p> the slice <code>s</code> has type <code>[]int</code>, length 3, capacity 4, and elements </p> <pre> s[0] == 2 s[1] == 3 s[2] == 4 </pre> <p> For convenience, any of the indices may be omitted. A missing <code>low</code> index defaults to zero; a missing <code>high</code> index defaults to the length of the sliced operand: </p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)