- Sort Score
- Result 10 results
- Languages All
Results 1041 - 1050 of 1,462 for operationId (0.08 sec)
-
docs/em/docs/tutorial/metadata.md
/// ### โ๏ธ ๐ ๐ โ๏ธ `tags` ๐ข โฎ๏ธ ๐ *โก ๐ ๏ธ* (& `APIRouter`โ) ๐ ๏ธ ๐ซ ๐ ๐: {* ../../docs_src/metadata/tutorial004.py hl[21,26] *} /// info โ ๐ ๐ ๐ [โก ๐ ๏ธ ๐ณ](path-operation-configuration.md#_3){.internal-link target=_blank}. /// ### โ ๐ฉบ ๐, ๐ฅ ๐ โ ๐ฉบ, ๐ซ ๐ ๐ฆ ๐ ๐ ๐: <img src="/img/tutorial/metadata/image02.png"> ### โ ๐ โ ๐ ๐ ๐ ๐ ๐ฌ โ ๐ฆ ๐ฉบ ๐.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.1K bytes - Viewed (0) -
cmd/sts-errors.go
HTTPStatusCode: http.StatusServiceUnavailable, }, ErrSTSUpstreamError: { Code: "InternalError", Description: "An upstream service required for this operation failed - please try again or contact an administrator.", HTTPStatusCode: http.StatusInternalServerError, }, ErrSTSInternalError: { Code: "InternalError",
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Feb 05 00:29:41 UTC 2025 - 6K bytes - Viewed (1) -
src/main/java/jcifs/util/Crypto.java
import jcifs.CIFSUnsupportedCryptoException; /** * Cryptographic utility class providing encryption and decryption functionality for jCIFS. * Handles security provider initialization and cryptographic operations for SMB authentication. * * @author mbechler */ public final class Crypto { private static Provider provider = null; /** * */ private Crypto() { } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/TransWaitNamedPipeTest.java
assertEquals(SmbComTransaction.TRANS_WAIT_NAMED_PIPE, transWaitNamedPipe.getSubCommand()); } @Test @DisplayName("Multiple wire format operations should be consistent") void testMultipleWireFormatOperations() { // Arrange transWaitNamedPipe = new TransWaitNamedPipe(mockConfig, testPipeName); byte[] dst1 = new byte[10];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.8K bytes - Viewed (0) -
src/test/java/jcifs/util/CryptoTest.java
assertEquals(length, random2.length); // Very unlikely to be equal assertNotEquals(new String(random1), new String(random2)); } @Test @DisplayName("Should handle AES encryption operations") void testAESOperations() throws Exception { // Given byte[] key = new byte[16]; // 128-bit key byte[] iv = new byte[16]; // 128-bit IV
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.4K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Converter.java
* Converter.apply (like Converter.convert) is capable of accepting null inputs. However, a * supertype of `Function<A, B>` turns out to be massively more useful to callers in practice: They * want their output to be non-null in operations like `stream.map(myConverter)`, and we can * guarantee that as long as we also require the input type to be non-null[*] (which is a * requirement that existing callers already fulfill). *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jun 18 21:43:06 UTC 2025 - 22.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/NetServerEnumIteratorTest.java
assertThrows(NullPointerException.class, () -> new NetServerEnumIterator(parent, null, "*", 0, null)); } @Test @DisplayName("Remove operation should throw UnsupportedOperationException") void testRemove_ThrowsUnsupportedOperationException() throws Exception { // Given: A valid iterator setup that will complete immediately
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.8K bytes - Viewed (0) -
cmd/auth-handler.go
// Verify if the request has AWS Streaming Signature Version '4'. This is only valid for 'PUT' operation. func isRequestSignStreamingV4(r *http.Request) bool { return r.Header.Get(xhttp.AmzContentSha256) == streamingContentSHA256 && r.Method == http.MethodPut } // Verify if the request has AWS Streaming Signature Version '4'. This is only valid for 'PUT' operation. func isRequestSignStreamingTrailerV4(r *http.Request) bool {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 25.4K bytes - Viewed (0) -
docs/ko/docs/advanced/response-directly.md
# ์๋ต์ ์ง์ ๋ฐํํ๊ธฐ **FastAPI**์์ *๊ฒฝ๋ก ์์ (path operation)*์ ์์ฑํ ๋, ์ผ๋ฐ์ ์ผ๋ก `dict`, `list`, Pydantic ๋ชจ๋ธ, ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ชจ๋ธ ๋ฑ์ ๋ฐ์ดํฐ๋ฅผ ๋ฐํํ ์ ์์ต๋๋ค. ๊ธฐ๋ณธ์ ์ผ๋ก **FastAPI**๋ [JSON ํธํ ๊ฐ๋ฅ ์ธ์ฝ๋](../tutorial/encoder.md){.internal-link target=_blank}์ ์ค๋ช ๋ `jsonable_encoder`๋ฅผ ์ฌ์ฉํด ํด๋น ๋ฐํ ๊ฐ์ ์๋์ผ๋ก `JSON`์ผ๋ก ๋ณํํฉ๋๋ค. ๊ทธ๋ฐ ๋ค์, JSON ํธํ ๋ฐ์ดํฐ(์: `dict`)๋ฅผ `JSONResponse`์ ๋ฃ์ด ์ฌ์ฉ์์ ์๋ต์ ์ ์กํ๋ ๋ฐฉ์์ผ๋ก ์ฒ๋ฆฌ๋ฉ๋๋ค. ๊ทธ๋ฌ๋ *๊ฒฝ๋ก ์์ *์์ `JSONResponse`๋ฅผ ์ง์ ๋ฐํํ ์๋ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด, ์ฌ์ฉ์ ์ ์ ํค๋๋ ์ฟ ํค๋ฅผ ๋ฐํํด์ผ ํ๋ ๊ฒฝ์ฐ์ ์ ์ฉํ ์ ์์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/sereq/AdminSereqAction.java
*/ public class AdminSereqAction extends FessAdminAction { /** * Default constructor. */ public AdminSereqAction() { super(); } /** Role name for admin search request operations */ public static final String ROLE = "admin-sereq"; private static final Logger logger = LogManager.getLogger(AdminSereqAction.class); @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.2K bytes - Viewed (0)