- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 414 for 32 (0.02 sec)
-
docs/es/docs/advanced/openapi-callbacks.md
* Y también podría tener una declaración del response que debería devolver, por ejemplo `response_model=InvoiceEventReceived`. {* ../../docs_src/openapi_callbacks/tutorial001.py hl[16:18,21:22,28:32] *} Hay 2 diferencias principales respecto a una *path operation* normal:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 8K bytes - Viewed (0) -
go.mod
github.com/go-openapi/validate v0.24.0 // indirect github.com/gobwas/httphead v0.1.0 // indirect github.com/gobwas/pool v0.2.1 // indirect github.com/goccy/go-json v0.10.5 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang-jwt/jwt/v5 v5.2.2 // indirect github.com/golang/protobuf v1.5.4 // indirect github.com/golang/snappy v1.0.0 // indirect github.com/google/go-tpm v0.9.3 // indirect
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 12.3K bytes - Viewed (0) -
api/go1.7.txt
pkg debug/elf, const R_390_GOTPLT20 = 59 pkg debug/elf, const R_390_GOTPLT20 R_390 pkg debug/elf, const R_390_GOTPLT32 = 31 pkg debug/elf, const R_390_GOTPLT32 R_390 pkg debug/elf, const R_390_GOTPLT64 = 32 pkg debug/elf, const R_390_GOTPLT64 R_390 pkg debug/elf, const R_390_GOTPLTENT = 33 pkg debug/elf, const R_390_GOTPLTENT R_390 pkg debug/elf, const R_390_GOTPLTOFF16 = 34 pkg debug/elf, const R_390_GOTPLTOFF16 R_390
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jun 28 15:08:11 UTC 2016 - 13.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/hash/HashCodeTest.java
byte[] mutated = hash.asBytes(); mutated[0]++; assertTrue(Arrays.equals(original, hash.asBytes())); } private static void assertReadableBytes(HashCode hashCode) { assertTrue(hashCode.bits() >= 32); // sanity byte[] hashBytes = hashCode.asBytes(); int totalBytes = hashCode.bits() / 8; for (int bytes = 0; bytes < totalBytes; bytes++) { byte[] bb = new byte[bytes];
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 13.1K bytes - Viewed (0) -
src/main/java/jcifs/util/SecureCredentialStorage.java
private static final int KEY_SIZE = 256; private static final int GCM_TAG_SIZE = 128; private static final int GCM_IV_SIZE = 12; private static final int SALT_SIZE = 32; private static final int PBKDF2_ITERATIONS = 100_000; private final SecureRandom secureRandom = new SecureRandom(); private volatile SecretKey masterKey; private volatile byte[] salt;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12.7K bytes - Viewed (0) -
docs/en/docs/advanced/openapi-callbacks.md
* And it could also have a declaration of the response it should return, e.g. `response_model=InvoiceEventReceived`. {* ../../docs_src/openapi_callbacks/tutorial001.py hl[16:18,21:22,28:32] *} There are 2 main differences from a normal *path operation*:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.9K bytes - Viewed (0) -
docs/pt/docs/advanced/openapi-callbacks.md
* E também deveria ter uma declaração de um código de status de resposta, por exemplo. `response_model=InvoiceEventReceived`. {* ../../docs_src/openapi_callbacks/tutorial001.py hl[16:18,21:22,28:32] *} Há 2 diferenças principais de uma *operação de rota* normal:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.1K bytes - Viewed (0) -
api/go1.5.txt
pkg crypto/sha512, const Size224 ideal-int pkg crypto/sha512, const Size256 = 32 pkg crypto/sha512, const Size256 ideal-int pkg crypto/sha512, func New512_224() hash.Hash pkg crypto/sha512, func New512_256() hash.Hash pkg crypto/sha512, func Sum512_224([]uint8) [28]uint8 pkg crypto/sha512, func Sum512_256([]uint8) [32]uint8 pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 49196
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_ARM_ALU_PCREL_15_8 R_ARM pkg debug/elf, const R_ARM_ALU_PCREL_23_15 = 34 pkg debug/elf, const R_ARM_ALU_PCREL_23_15 R_ARM pkg debug/elf, const R_ARM_ALU_PCREL_7_0 = 32 pkg debug/elf, const R_ARM_ALU_PCREL_7_0 R_ARM pkg debug/elf, const R_ARM_ALU_PC_G0 = 58 pkg debug/elf, const R_ARM_ALU_PC_G0 R_ARM pkg debug/elf, const R_ARM_ALU_PC_G0_NC = 57 pkg debug/elf, const R_ARM_ALU_PC_G0_NC R_ARM
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvPipePeekResponseTest.java
@Test @DisplayName("Test decode preserves data integrity") void testDecodeDataIntegrity() throws SMBProtocolDecodingException { // Prepare buffer with specific pattern byte[] buffer = new byte[32]; byte[] expectedData = new byte[16]; // Fill data section with pattern for (int i = 0; i < 16; i++) { expectedData[i] = (byte) (0xA0 + i);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.9K bytes - Viewed (0)