- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 347 for signer (0.05 sec)
-
src/test/java/jcifs/internal/smb2/lock/Smb2OplockBreakNotificationTest.java
} @ParameterizedTest @DisplayName("Should format different oplock levels correctly") @CsvSource({ "0, 0", "1, 1", "2, 2", "8, 8", "255, -1" // byte 255 is -1 when printed as signed }) void testToStringWithDifferentOplockLevels(int inputValue, String expectedDisplay) throws Exception { byte oplockLevel = (byte) inputValue;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2ResponseTest.java
assertFalse(response.isReceived()); } } @Nested @DisplayName("Signature Tests") class SignatureTests { @Test @DisplayName("Should detect signed packet") void testIsSigned() { response.setFlagsForTest(ServerMessageBlock2.SMB2_FLAGS_SIGNED); assertTrue(response.isSigned()); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.3K bytes - Viewed (0) -
docs/em/docs/tutorial/testing.md
/// ## ๐ ๐ฏ ๐ฐ ๐ธ, ๐ ๐ฒ ๐ โ๏ธ ๐ ๐ฏ ๐ ๐. & ๐ **FastAPI** ๐ธ 5๏ธโฃ๐ โ ๐ ๐/๐น, โ๏ธ. ### **FastAPI** ๐ฑ ๐ โก๏ธ ๐ฌ ๐ โ๏ธ ๐ ๐ ๐ฌ [๐ฆ ๐ธ](bigger-applications.md){.internal-link target=_blank}: ``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py ``` ๐ `main.py` ๐ โ๏ธ ๐ **FastAPI** ๐ฑ: {* ../../docs_src/app_testing/main.py *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.9K bytes - Viewed (0) -
docs/changelogs/changelog_4x.md
``` Get these strings with `HeldCertificate.certificatePem()` and `privateKeyPkcs8Pem()`. * Fix: Handshake now returns peer certificates in canonical order: each certificate is signed by the certificate that follows and the last certificate is signed by a trusted root. * Fix: Don't lose HTTP/2 flow control bytes when incoming data races with a stream close. If this happened enough then eventually the connection would stall.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Apr 17 13:25:31 UTC 2024 - 25.2K bytes - Viewed (0) -
cmd/signature-v4-parser_test.go
t.Errorf("Test %d: Parsed Signature field mismatch: Expected \"%s\", got \"%s\"", i+1, testCase.expectedAuthField.Signature, parsedAuthField.Signature) } // validating the extracted signed headers. if strings.Join(testCase.expectedAuthField.SignedHeaders, ",") != strings.Join(parsedAuthField.SignedHeaders, ",") {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 27.4K bytes - Viewed (0) -
docs/config/README.md
``` ~ mc admin config set alias/ scanner KEY:
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.1K bytes - Viewed (1) -
.github/DISCUSSION_TEMPLATE/questions.yml
Please add a self-contained, [minimal, reproducible, example](https://stackoverflow.com/help/minimal-reproducible-example) with your use case. If I (or someone) can copy it, run it, and see it right away, there's a much higher chance I (or someone) will be able to help you. placeholder: | from fastapi import FastAPI app = FastAPI() @app.get("/") def read_root():
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Aug 03 15:59:41 UTC 2023 - 5.8K bytes - Viewed (0) -
docs/zh/docs/advanced/async-tests.md
`TestClient` ๆฏๅบไบ <a href="https://www.python-httpx.org" class="external-link" target="_blank">HTTPX</a> ็ใๅนธ่ฟ็ๆฏ๏ผๆไปฌๅฏไปฅ็ดๆฅไฝฟ็จๅฎๆฅๆต่ฏAPIใ ## ็คบไพ ไธพไธช็ฎๅ็ไพๅญ๏ผ่ฎฉๆไปฌๆฅ็ไธไธช[ๆดๅคง็ๅบ็จ](../tutorial/bigger-applications.md){.internal-link target=_blank}ๅ[ๆต่ฏ](../tutorial/testing.md){.internal-link target=_blank}ไธญๆ่ฟฐ็็ฑปไผผๆไปถ็ปๆ๏ผ ``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py โย ย โโโ test_main.py ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 17 21:49:06 UTC 2024 - 3.9K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/Ints.java
} @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0; } /** * Parses the specified string as a signed decimal integer value. The ASCII character {@code '-'} * (<code>'\u002D'</code>) is recognized as the minus sign. * * <p>Unlike {@link Integer#parseInt(String)}, this method returns {@code null} instead of
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 31.4K bytes - Viewed (0) -
README.md
is widely used on most Java projects within Google, and widely used by many other companies as well. Guava comes in two flavors: * The JRE flavor requires JDK 1.8 or higher. * If you need support for Android, use [the Android flavor](https://github.com/google/guava/wiki/Android). You can find the Android Guava source in the [`android` directory].
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Aug 05 15:30:14 UTC 2025 - 6.2K bytes - Viewed (0)