- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 113 for unor (0.03 sec)
-
docs/es/docs/benchmarks.md
Pero al comprobar benchmarks y comparaciones debes tener en cuenta lo siguiente.
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Wed Feb 07 11:39:50 UTC 2024 - 3.9K bytes - Viewed (0) -
ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh
wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 --tries=5 "http://old-releases.ubuntu.com/ubuntu/pool/main/g/gcc-4.8/libstdc++6_4.8.1-10ubuntu8_arm64.deb" && \ unar "libstdc++6_4.8.1-10ubuntu8_arm64.deb" && \ tar -C "${TARGET}" -xvzf "libstdc++6_4.8.1-10ubuntu8_arm64/data.tar.gz" "./usr/lib/aarch64-linux-gnu/libstdc++.so.6.0.18" && \
Registered: Tue Oct 29 12:39:09 UTC 2024 - Last Modified: Fri Sep 29 00:26:34 UTC 2023 - 6.1K bytes - Viewed (0) -
cni/pkg/util/podutil.go
if !(namespace.GetLabels()[label.IoIstioDataplaneMode.Name] == constants.DataplaneModeAmbient || pod.GetLabels()[label.IoIstioDataplaneMode.Name] == constants.DataplaneModeAmbient) { // Neither namespace nor pod has ambient mode enabled return false } if podHasSidecar(pod) { // Ztunnel and sidecar for a single pod is currently not supported; opt out. return false }
Registered: Wed Oct 30 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 4.7K bytes - Viewed (0) -
internal/crypto/sse-s3.go
// on success. If the metadata contains both, a KMS master key ID and a sealed // KMS data key it returns both. If the metadata does not contain neither a // KMS master key ID nor a sealed KMS data key it returns an empty keyID and // KMS data key. Otherwise, it returns an error. func (sses3) ParseMetadata(metadata map[string]string) (keyID string, kmsKey []byte, sealedKey SealedKey, err error) {
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Tue May 07 23:55:37 UTC 2024 - 7.6K bytes - Viewed (0) -
cmd/batch-rotate.go
return nil } sseKMS := crypto.S3KMS.IsEncrypted(objInfo.UserDefined) sseS3 := crypto.S3.IsEncrypted(objInfo.UserDefined) if !sseKMS && !sseS3 { // neither sse-s3 nor sse-kms disallowed return errInvalidEncryptionParameters } if sseKMS && r.Encryption.Type == sses3 { // previously encrypted with sse-kms, now sse-s3 disallowed return errInvalidEncryptionParameters }
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Wed Sep 18 17:59:03 UTC 2024 - 14.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/ppc64.s
VNAND V1, V2, V3 // 10611584 VOR V1, V2, V3 // 10611484 VORC V1, V2, V3 // 10611544 VXOR V1, V2, V3 // 106114c4 VNOR V1, V2, V3 // 10611504 VEQV V1, V2, V3 // 10611684 VADDUBM V1, V2, V3 // 10611000 VADDUHM V1, V2, V3 // 10611040 VADDUWM V1, V2, V3 // 10611080
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Mon Oct 21 14:11:44 UTC 2024 - 50.2K bytes - Viewed (0) -
docs/en/docs/tutorial/path-params-numeric-validations.md
/// Here's a **small trick** that can be handy, but you won't need it often. If you want to: * declare the `q` query parameter without a `Query` nor any default value * declare the path parameter `item_id` using `Path` * have them in a different order * not use `Annotated` ...Python has a little special syntax for that.
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.8K bytes - Viewed (0) -
LICENSE
the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of Hamcrest nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
Registered: Wed Oct 30 11:36:09 UTC 2024 - Last Modified: Tue Jan 23 11:07:23 UTC 2024 - 23.1K bytes - Viewed (0) -
licenses/github.com/klauspost/compress/LICENSE
copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Registered: Wed Oct 30 22:53:10 UTC 2024 - Last Modified: Tue Nov 30 19:13:15 UTC 2021 - 16.3K bytes - Viewed (0) -
docs/es/docs/async.md
Pero en este caso, si pudieras traer a los 8 ex cajeros / cocineros / ahora limpiadores π¨βπ³π¨βπ³π¨βπ³π¨βπ³π¨βπ³π¨βπ³π¨βπ³π¨βπ³, y cada uno de ellos (y tΓΊ) podrΓa tomar una zona de la casa para limpiarla, podrΓa hacer todo el trabajo en **paralelo**, con la ayuda adicional y terminar mucho antes. En este escenario, cada uno de los limpiadores (incluido tΓΊ) serΓa un procesador, haciendo su parte del trabajo.
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Mon Aug 19 18:15:21 UTC 2024 - 24.9K bytes - Viewed (0)