- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 764 for decryption (0.06 sec)
-
docs/em/docs/tutorial/response-model.md
```Python hl_lines="3 5" { "name": "Bar", "description": "The bartenders", "price": 62, "tax": 20.2 } ``` ๐ซ ๐ ๐ ๐จ. #### ๐ โฎ๏ธ ๐ ๐ฒ ๐ข ๐ฅ ๐ โ๏ธ ๐ ๐ฒ ๐ข ๐, ๐ ๐ฌ โฎ๏ธ ๐ `baz`: ```Python hl_lines="3 5-6" { "name": "Baz", "description": None, "price": 50.2, "tax": 10.5, "tags": [] } ```Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 12.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/publicsuffix/PublicSuffixTesting.jvm.kt
import org.junit.runners.JUnit4 actual class PublicSuffixTestRunner( klass: Class<*>, ) : Runner() { private val delegate = JUnit4(klass) override fun getDescription() = delegate.description override fun run(notifier: RunNotifier?) = delegate.run(notifier) override fun testCount() = delegate.testCount() } actual fun beforePublicSuffixTest() {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri May 23 16:58:05 UTC 2025 - 1.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerStatusTest.java
* Test switch statement usage */ public void test_switchStatement() { for (CrawlerStatus status : CrawlerStatus.values()) { String description = getStatusDescription(status); assertNotNull(description); assertFalse(description.isEmpty()); } } /** * Helper method to test switch statement */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRegisterResponse.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 2.8K bytes - Viewed (0) -
docs/debugging/s3-check-md5/main.go
continue } if _, ok := object.UserMetadata["X-Amz-Server-Side-Encryption-Customer-Algorithm"]; ok { log.Println("SKIPPED: Objects encrypted with SSE-C do not have md5sum as ETag:", objFullPath(object)) continue } if v, ok := object.UserMetadata["X-Amz-Server-Side-Encryption"]; ok && v == "aws:kms" {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Feb 17 01:15:57 UTC 2024 - 6.3K bytes - Viewed (0) -
docs/ko/docs/tutorial/metadata.md
๋ฆฌ์คํธ๋ ๊ฐ ํ๊ทธ์ ๋ํด ํ๋์ ๋์ ๋๋ฆฌ๋ฅผ ํฌํจํด์ผ ํฉ๋๋ค. ๊ฐ ๋์ ๋๋ฆฌ์๋ ๋ค์์ด ํฌํจ๋ ์ ์์ต๋๋ค: * `name` (**ํ์**): `tags` ๋งค๊ฐ๋ณ์์์ *๊ฒฝ๋ก ์๋*๊ณผ `APIRouter`์ ์ฌ์ฉ๋ ํ๊ทธ ์ด๋ฆ๊ณผ ๋์ผํ `str`์ ๋๋ค. * `description`: ํ๊ทธ์ ๋ํ ๊ฐ๋จํ ์ค๋ช ์ ๋ด์ `str`์ ๋๋ค. ๋งํฌ๋ค์ด์ ์ฌ์ฉํ ์ ์์ผ๋ฉฐ ๋ฌธ์ UI์ ํ์๋ฉ๋๋ค. * `externalDocs`: ์ธ๋ถ ๋ฌธ์๋ฅผ ์ค๋ช ํ๋ `dict`์ด๋ฉฐ: * `description`: ์ธ๋ถ ๋ฌธ์์ ๋ํ ๊ฐ๋จํ ์ค๋ช ์ ๋ด์ `str`์ ๋๋ค. * `url` (**ํ์**): ์ธ๋ถ ๋ฌธ์์ URL์ ๋ด์ `str`์ ๋๋ค. ### ํ๊ทธ์ ๋ํ ๋ฉํ๋ฐ์ดํฐ ์์ฑRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.4K bytes - Viewed (0) -
cmd/batch-expire.go
} return nil } //msgp:ignore batchExpireJobError type batchExpireJobError struct { Code string Description string HTTPStatusCode int } func (e batchExpireJobError) Error() string { return e.Description } // maxBatchRules maximum number of rules a batch-expiry job supports const maxBatchRules = 50 // Validate validates the job definition inputRegistered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Apr 22 11:16:32 UTC 2025 - 23K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/NetServerEnum2Test.java
// Verify subcommand assertEquals(SmbComTransaction.NET_SERVER_ENUM2 & 0xFF, (dst[0] & 0xFF) | ((dst[1] & 0xFF) << 8)); // Verify description byte[] descr = NetServerEnum2.DESCR[0].getBytes("ASCII"); byte[] writtenDescr = new byte[descr.length]; System.arraycopy(dst, 2, writtenDescr, 0, descr.length);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.6K bytes - Viewed (0) -
futures/listenablefuture9999/pom.xml
<version>26.0-android</version> </parent> <artifactId>listenablefuture</artifactId> <version>9999.0-empty-to-avoid-conflict-with-guava</version> <name>Guava ListenableFuture only</name> <description> An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second "version" that contains com.google.common.util.concurrent.ListenableFuture class, without
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 12 21:42:09 UTC 2018 - 2.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp
key="labels.description"/></label> <div class="col-sm-9"> <la:errors property="description"/> <la:textarea styleId="description" property="description" styleClass="form-control"Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 15.3K bytes - Viewed (0)