- Sort Score
- Result 10 results
- Languages All
Results 401 - 410 of 419 for Spec (0.04 sec)
-
android/guava/src/com/google/common/collect/Sets.java
* * @return a reference to {@code set}, for convenience */ // Note: S should logically extend Set<? super E> but can't due to either // some javac bug or some weirdness in the spec, not sure which. @CanIgnoreReturnValue public <S extends Set<E>> S copyInto(S set) { set.addAll(this); return set; } /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 14:28:19 UTC 2024 - 78.8K bytes - Viewed (0) -
cmd/bucket-handlers.go
// Ignore errors here to preserve the S3 error behavior of GetBucketInfo() checkRequestAuthType(ctx, r, policy.DeleteObjectAction, bucket, "") deleteObjectsFn := objectAPI.DeleteObjects // Return Malformed XML as S3 spec if the number of objects is empty if len(deleteObjectsReq.Objects) == 0 || len(deleteObjectsReq.Objects) > maxDeleteList { writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrMalformedXML), r.URL) return }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 12 12:24:04 UTC 2024 - 63.4K bytes - Viewed (0) -
common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto
// +optional optional ListMeta metadata = 1; // Status of the operation. // One of: "Success" or "Failure". // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status // +optional optional string status = 2; // A human-readable description of the status of this operation. // +optional optional string message = 3;
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 53.3K bytes - Viewed (0) -
src/cmd/cgo/gcc.go
// TODO: Handle types defined within function. for _, d := range p.Decl { gd, ok := d.(*ast.GenDecl) if !ok || gd.Tok != token.TYPE { continue } for _, spec := range gd.Specs { ts, ok := spec.(*ast.TypeSpec) if !ok { continue } if ts.Name.Name == t.Name { return p.hasPointer(f, ts.Type, top) } } }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="application/vnd.etsi.asic-e+zip"> <acronym>ASiC-E</acronym> <_comment>Extended Associated Signature Container</_comment> <sub-class-of type="application/zip"/> <!-- Spec says the Mimetype entry should be the first in the zip --> <magic priority="60"> <match value="PK\003\004" type="string" offset="0">
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
doc/go1.17_spec.html
<!--{ "Title": "The Go Programming Language Specification", "Subtitle": "Language version go1.17 (Oct 15, 2021)", "Path": "/ref/spec" }--> <h2 id="Introduction">Introduction</h2> <p> This is the reference manual for the Go programming language as it was for language version 1.17, in October 2021, before the introduction of generics. It is provided for historical interest.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
RELEASE.md
* Tensorflow will continue to support NumPy 1.26 until 2025, aligning with community standard deprecation timeline [here](https://scientific-python.org/specs/spec-0000/). * Hermetic CUDA support is added.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
doc/go_spec.html
<!--{ "Title": "The Go Programming Language Specification", "Subtitle": "Language version go1.23 (Oct 1, 2024)", "Path": "/ref/spec" }--> <h2 id="Introduction">Introduction</h2> <p> This is the reference manual for the Go programming language. The pre-Go1.18 version, without generics, can be found <a href="/doc/go1.17_spec.html">here</a>. For more information and other documents, see <a href="/">go.dev</a>. </p> <p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/lv/stopwords.txt
aiz ap ar apakš ārpus augšpus bez caur dēļ gar iekš iz kopš labad lejpus līdz no otrpus pa par pār pēc pie pirms pret priekš starp šaipus uz viņpus virs virspus zem apakšpus # Conjunctions un bet jo ja ka lai tomēr tikko turpretī arī kaut gan
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jul 19 06:31:02 UTC 2018 - 1.2K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
javax.sound.sampled,\ javax.sound.sampled.spi,\ javax.transaction,\ org.omg.CORBA_2_3,\ org.omg.CORBA_2_3.portable,\ org.omg.SendingContext,\ org.omg.stub.java.rmi J2SE-1.4.extends = J2SE-1.3 J2SE-1.4.pkglist = \ javax.crypto,\ javax.crypto.interfaces,\ javax.crypto.spec,\ javax.imageio,\ javax.imageio.event,\ javax.imageio.metadata,\ javax.imageio.plugins.jpeg,\ javax.imageio.spi,\ javax.imageio.stream,\ javax.net,\ javax.net.ssl,\ javax.print,\ javax.print.attribute,\ javax.print.attribute.standard,\ javax.print.event,\...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)