- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 45 for 26 (0.01 sec)
-
cmd/object-handlers-common_test.go
{ name: "If-None-Match1", ifNoneMatch: "aa", ifModifiedSince: "Sun, 26 Aug 2024 02:01:00 GMT", objInfo: objInfo, expectedFlag: true, expectedCode: 304, }, // If-Modified-Since(false) { name: "If-None-Match2", ifNoneMatch: "aaa", ifModifiedSince: "Sun, 26 Aug 2024 02:01:01 GMT", objInfo: objInfo, expectedFlag: true,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 03 06:33:53 UTC 2024 - 5.3K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/FormBodyTest.kt
val body = FormBody.Builder() .addEncoded("a+=& b", "c+=& d") .addEncoded("e+=& f", "g+=& h") .addEncoded("%25", "%25") .build() val expected = "a+%3D%26+b=c+%3D%26+d&e+%3D%26+f=g+%3D%26+h&%25=%25" val out = Buffer() body.writeTo(out) assertThat(out.readUtf8()).isEqualTo(expected) } @Test fun encodedPair() { val body = FormBody.Builder()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 7.8K bytes - Viewed (0) -
.github/renovate.json
}, { "matchPackagePatterns": [ "org.graalvm.*" ], "groupName": "graalvm" }, { "matchPackageNames": ["org.objenesis:objenesis"], "allowedVersions": "<=2.6" }, { "matchPackageNames": ["org.eclipse.jetty:jetty-client"], "allowedVersions": "<10.0", "description": "JDK 11 requirement" }, {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jun 22 16:18:31 UTC 2024 - 956 bytes - Viewed (0) -
docs/de/docs/advanced/middleware.md
Erzwingt, dass alle eingehenden Requests entweder `https` oder `wss` sein mรผssen. Alle eingehenden Requests an `http` oder `ws` werden stattdessen an das sichere Schema umgeleitet. ```Python hl_lines="2 6" {!../../docs_src/advanced_middleware/tutorial001.py!} ``` ## `TrustedHostMiddleware`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.3K bytes - Viewed (0) -
docs/em/docs/advanced/middleware.md
/// ## `HTTPSRedirectMiddleware` ๐ ๏ธ ๐ ๐ ๐จ ๐จ ๐ ๐ฏโโ๏ธ `https` โ๏ธ `wss`. ๐ ๐จ ๐จ `http` โ๏ธ `ws` ๐ โ ๐ โ โฉ๏ธ. ```Python hl_lines="2 6" {!../../docs_src/advanced_middleware/tutorial001.py!} ``` ## `TrustedHostMiddleware` ๐ ๏ธ ๐ ๐ ๐จ ๐จ โ๏ธ โ โ `Host` ๐, โ ๐โโ ๐ก ๐บ๐ธ๐ ๐ฆ ๐ ๐. ```Python hl_lines="2 6-8"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.2K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/sepa.js
16F01"],["SI",19,"F05F08F02"],["SK",24,"F04F06F10"],["SM",27,"U01F05F05A12"],["ST",25,"F08F11F02"],["TL",23,"F03F14F02"],["TN",24,"F02F03F13F02"],["TR",26,"F05F01A16"],["VG",24,"U04F16"],["XK",20,"F04F10F02"],["AO",25,"F21"],["BF",27,"F23"],["BI",16,"F12"],["BJ",28,"F24"],["CI",28,"U01F23"],["CM",27,"F23"],["CV",25,"F21"],["DZ",24,"F20"],["IR",26,"F22"],["JO",30,"A04F22"],["MG",27,"F23"],["ML",28,"U01F23"],["MZ",25,"F21"],["QA",29,"U04A21"],["SN",28,"U01F23"],["UA",29,"F25"]],c=function(a){a=a.r...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 3.4K bytes - Viewed (0) -
istioctl/pkg/install/k8sversion/version_test.go
GitVersion: "v1.24", } version1_25 = &version.Info{ Major: "1", Minor: "25", GitVersion: "v1.25", } version1_26 = &version.Info{ Major: "1", Minor: "26", GitVersion: "v1.26", } version1_28 = &version.Info{ Major: "1", Minor: "28", GitVersion: "v1.28", } version1_19RC = &version.Info{ Major: "1", Minor: "19",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 30 21:50:50 UTC 2024 - 6.5K bytes - Viewed (0) -
docs/ko/docs/tutorial/static-files.md
# ์ ์ ํ์ผ 'StaticFiles'๋ฅผ ์ฌ์ฉํ์ฌ ๋๋ ํ ๋ฆฌ์์ ์ ์ ํ์ผ์ ์๋์ผ๋ก ์ ๊ณตํ ์ ์์ต๋๋ค. ## `StaticFiles` ์ฌ์ฉ * `StaticFiles` ์ํฌํธํฉ๋๋ค. * ํน์ ๊ฒฝ๋ก์ `StaticFiles()` ์ธ์คํด์ค๋ฅผ "๋ง์ดํธ" ํฉ๋๋ค. ```Python hl_lines="2 6" {!../../docs_src/static_files/tutorial001.py!} ``` /// note | "๊ธฐ์ ์ ์ธ๋ถ์ฌํญ" `from starlette.staticfiles import StaticFiles` ๋ฅผ ์ฌ์ฉํ ์๋ ์์ต๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2K bytes - Viewed (0) -
.github/workflows/auto-assign-pr-to-author.yml
pull-requests: write # for kentaro-m/auto-assign-action to assign PR reviewers runs-on: ubuntu-latest steps:
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu May 02 09:13:16 UTC 2024 - 381 bytes - Viewed (0) -
docs/tr/docs/tutorial/static-files.md
`StaticFiles`'ฤฑ kullanarak statik dosyalarฤฑ bir yol altฤฑnda sunabilirsiniz. ## `StaticFiles` Kullanฤฑmฤฑ * `StaticFiles` sฤฑnฤฑfฤฑnฤฑ projenize dahil edin. * Bir `StaticFiles()` รถrneฤini belirli bir yola baฤlayฤฑn. ```Python hl_lines="2 6" {!../../docs_src/static_files/tutorial001.py!} ``` /// note | "Teknik Detaylar" Projenize dahil etmek iรงin `from starlette.staticfiles import StaticFiles` kullanabilirsiniz.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.8K bytes - Viewed (0)