- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 200 for 23 (0.01 seconds)
-
internal/etag/etag_test.go
{ETag: "3b83ef96387f14655fc854ddc3c6bd57"}, // 1 {ETag: "7b976cc68452e003eec7cb0eb631a19a-1"}, // 2 {ETag: "a7d414b9133d6483d9a1c4e04e856e3b-2"}, // 3 {ETag: "7b976cc68452e003eec7cb0eb631a19a-10000"}, // 4 } func TestIsEncrypted(t *testing.T) { for i, test := range isEncryptedTests { tag, err := Parse(test.ETag) if err != nil {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 12.6K bytes - Click Count (0) -
api/go1.6.txt
pkg debug/elf, const R_MIPS_GOT_DISP = 19 pkg debug/elf, const R_MIPS_GOT_DISP R_MIPS pkg debug/elf, const R_MIPS_GOT_HI16 = 22 pkg debug/elf, const R_MIPS_GOT_HI16 R_MIPS pkg debug/elf, const R_MIPS_GOT_LO16 = 23 pkg debug/elf, const R_MIPS_GOT_LO16 R_MIPS pkg debug/elf, const R_MIPS_GOT_OFST = 21 pkg debug/elf, const R_MIPS_GOT_OFST R_MIPS pkg debug/elf, const R_MIPS_GOT_PAGE = 20 pkg debug/elf, const R_MIPS_GOT_PAGE R_MIPS
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Jan 13 23:40:13 GMT 2016 - 12.9K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/-HostnamesCommon.kt
* including dots after the first colon. It matches IPv4 addresses as strings containing only * decimal digits and dots. This pattern matches strings like "a:.23" and "54" that are neither IP * addresses nor hostnames; they will be verified as IP addresses (which is a more strict * verification). */ private val VERIFY_AS_IP_ADDRESS = "([0-9a-fA-F]*:[0-9a-fA-F:.]*)|([\\d.]+)".toRegex()
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 11.2K bytes - Click Count (0) -
api/go1.21.txt
pkg slices, func Compare[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0, $0) int #60091 pkg slices, func CompareFunc[$0 interface{ ~[]$2 }, $1 interface{ ~[]$3 }, $2 interface{}, $3 interface{}]($0, $1, func($2, $3) int) int #60091 pkg slices, func Contains[$0 interface{ ~[]$1 }, $1 comparable]($0, $1) bool #57433 pkg slices, func ContainsFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1) bool) bool #57433
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Aug 07 09:39:17 GMT 2023 - 25.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/body-multiple-params.md
Mais vous pouvez indiquer à **FastAPI** de la traiter comme une variable de body en utilisant `Body` : {* ../../docs_src/body_multiple_params/tutorial003_an_py310.py hl[23] *} Dans ce cas, **FastAPI** s'attendra à un body semblable à : ```JSON { "item": { "name": "Foo", "description": "The pretender", "price": 42.0, "tax": 3.2 },Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Nov 09 11:10:17 GMT 2024 - 5.6K bytes - Click Count (0) -
tensorflow/c/c_api_function_test.cc
TF_Operation* two = ScalarConst(2, host_graph_, s_); TF_Operation* func_feed = Placeholder(host_graph_, s_); TF_Operation* func_op = Use({two, func_feed}); Run({{func_feed, Int32Tensor(3)}}, func_op, 2 + 3); VerifyFDef( {"add_0"}, M({{"feed1"}, {"feed2"}}), M({{"add"}}), {{"feed1", "add_0:0"}, {"feed2", "add_0:1"}, {"add_0:sum:0", "add"}}, {}); } TEST_F(CApiFunctionTest, OneOp_TwoInputs_ZeroOutputs) {
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Nov 17 00:00:38 GMT 2025 - 63.6K bytes - Click Count (1) -
android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt
.build() localhostInsecureRequest() } @Test fun testHttpRequestNotBlockedOnLegacyAndroid() { assumeTrue(Build.VERSION.SDK_INT < 23) val request = Request.Builder().url("http://squareup.com/robots.txt").build() val response = client.newCall(request).execute() response.use { assertEquals(200, response.code) }
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Nov 04 19:13:52 GMT 2025 - 29.9K bytes - Click Count (0) -
pom.xml
<error_prone_core.version>2.36.0</error_prone_core.version> <exec-maven-plugin.version>3.5.0</exec-maven-plugin.version> <failureaccess.version>1.0.3</failureaccess.version> <gummy-bears-api-23-version>0.12.0</gummy-bears-api-23-version> <gwt-maven-plugin.version>2.10.0</gwt-maven-plugin.version> <gwt.version>2.12.2</gwt.version> <j2objc.version>3.1</j2objc.version> <java18-signature.version>1.0</java18-signature.version>
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 05 03:10:05 GMT 2025 - 26.1K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/Hashing.java
* * <p>If you are designing a new system that needs HMAC, prefer {@link #hmacSha256} or other * future-proof algorithms <a * href="https://datatracker.ietf.org/doc/html/rfc6151#section-2.3">over {@code hmacMd5}</a>. * * @param key the secret key * @throws IllegalArgumentException if the given key is inappropriate for initializing this MAC * @since 20.0 */Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Jul 17 15:26:41 GMT 2025 - 29.8K bytes - Click Count (0) -
docs/ko/docs/tutorial/body-multiple-params.md
단일 값을 그대로 선언한다면, **FastAPI**는 쿼리 매개변수로 가정할 것입니다. 하지만, **FastAPI**의 `Body`를 사용해 다른 본문 키로 처리하도록 제어할 수 있습니다: {* ../../docs_src/body_multiple_params/tutorial003.py hl[23] *} 이 경우에는 **FastAPI**는 본문을 이와 같이 예측할 것입니다: ```JSON { "item": { "name": "Foo", "description": "The pretender", "price": 42.0, "tax": 3.2 },Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 18 02:25:44 GMT 2024 - 5.1K bytes - Click Count (0)