- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 102 for 35 (0.06 sec)
-
docs/de/docs/advanced/openapi-callbacks.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.7K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/IteratorTester.java
* * <ol> * <li>remove(); * <li>hasNext() * <li>hasNext(); * <li>remove(); * <li>next(); * </ol> * * <p>This particular order of operations may be unrealistic, and testing all 3^5 of them may be * thought of as overkill; however, it's difficult to determine which proper subset of this massive * set would be sufficient to expose any possible bug. Brute force is simpler. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 4.3K bytes - Viewed (0) -
okhttp-idna-mapping-table/src/test/kotlin/okhttp3/internal/idn/MappingTablesTest.kt
assertThat( mergeAdjacentDeltaMappedRanges( mutableListOf( InlineDelta(1, 5), InlineDelta(2, 5), InlineDelta(3, 5), MappedRange.External(4, "a".encodeUtf8()), ), ), ).containsExactly( InlineDelta(1, 5), MappedRange.External(4, "a".encodeUtf8()), ) }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 6.3K bytes - Viewed (0) -
docs/em/docs/tutorial/body-updates.md
### โ๏ธ Pydantic `update` ๐ข ๐, ๐ ๐ช โ ๐ โป ๐ท โ๏ธ `.copy()`, & ๐ถโโ๏ธ `update` ๐ข โฎ๏ธ `dict` โ ๐ฝ โน. ๐ `stored_item_model.copy(update=update_data)`: {* ../../docs_src/body_updates/tutorial002.py hl[35] *} ### ๐ โน ๐ ๐, โ ๐ โน ๐ ๐: * (โ) โ๏ธ `PATCH` โฉ๏ธ `PUT`. * ๐ ๐ช ๐ฝ. * ๐ฎ ๐ ๐ฝ Pydantic ๐ท. * ๐ `dict` ๐ต ๐ข ๐ฒ โช๏ธโก๏ธ ๐ข ๐ท (โ๏ธ `exclude_unset`).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 11:27:35 UTC 2024 - 3.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/response-model.md
/// #### ๊ธฐ๋ณธ๊ฐ์ด ์๋ ํ๋๋ฅผ ๊ฐ๋ ๊ฐ์ ๋ฐ์ดํฐ ํ์ง๋ง ๋ชจ๋ธ์ ํ๋๊ฐ ๊ธฐ๋ณธ๊ฐ์ด ์์ด๋ ID๊ฐ `bar`์ธ ํญ๋ชฉ(items)์ฒ๋ผ ๋ฐ์ดํฐ๊ฐ ๊ฐ์ ๊ฐ๋๋ค๋ฉด: ```Python hl_lines="3 5" { "name": "Bar", "description": "The bartenders", "price": 62, "tax": 20.2 } ``` ์๋ต์ ํด๋น ๊ฐ๋ค์ด ํฌํจ๋ฉ๋๋ค. #### ๊ธฐ๋ณธ๊ฐ๊ณผ ๋์ผํ ๊ฐ์ ๊ฐ๋ ๋ฐ์ดํฐ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/Smb2CreateRequestTest.java
request.writeBytesWireFormat(buffer, 0); // Read share access from buffer (offset 32-35) int readShareAccess = (buffer[32] & 0xFF) | ((buffer[33] & 0xFF) << 8) | ((buffer[34] & 0xFF) << 16) | ((buffer[35] & 0xFF) << 24); assertEquals(shareAccess, readShareAccess); } @Test @DisplayName("Test create disposition setter") void testSetCreateDisposition() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 18.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/ImmutableRangeSetTest.java
assertFalse(rangeSet.encloses(Range.greaterThan(5))); RangeSet<Integer> expectedComplement = ImmutableRangeSet.<Integer>builder() .add(Range.lessThan(1)) .add(Range.closedOpen(3, 5)) .add(Range.greaterThan(8)) .build(); assertEquals(expectedComplement, rangeSet.complement()); } public void testMultipleBoundedBelowRanges() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Jan 25 16:19:30 UTC 2025 - 21.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationResponseTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/DocListTest.java
assertEquals(10, docList.getProcessingTime()); docList.addProcessingTime(20); assertEquals(30, docList.getProcessingTime()); docList.addProcessingTime(5); assertEquals(35, docList.getProcessingTime()); } public void test_addContentSize_negative() { DocList docList = new DocList(); docList.addContentSize(100); assertEquals(100, docList.getContentSize());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 6.7K bytes - Viewed (0) -
docs/security/tls_configuration_history.md
* TLS_RSA_WITH_3DES_EDE_CBC_SHA[ยฒ][http2_naughty] * **REMOVED:** ~~TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA~~ * **REMOVED:** ~~TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA~~ [OkHttp 3.5][OkHttp35] ---------------------- _2016-11-30_ Remove three old cipher suites and add five new ones. This tracks changes in what's available on
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 16:35:36 UTC 2022 - 9K bytes - Viewed (0)