- Sort Score
- Result 10 results
- Languages All
Results 771 - 780 of 1,522 for GitHub (0.04 sec)
-
.teamcity/src/main/kotlin/util/UpdateWrapper.kt
"Can be a specific version or one of 'latest', 'release-candidate', 'release-milestone'", ) param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX)) param("env.GITHUB_TOKEN", "%github.bot-gradle.token%") param("env.DEFAULT_BRANCH", "%teamcity.build.branch%") param("env.TRIGGERED_BY", "%teamcity.build.triggeredBy%") } if (!vcsBranch.isMaster) {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 2.7K bytes - Viewed (0) -
android-test/src/test/kotlin/okhttp/android/test/RobolectricOkHttpClientTest.kt
) class RobolectricOkHttpClientTest : BaseOkHttpClientUnitTest() { @Before fun setContext() { // This is awkward because Robolectric won't run our initializers and we don't want test deps // https://github.com/robolectric/robolectric/issues/8461 OkHttp.initialize(ApplicationProvider.getApplicationContext()) }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 16:25:39 UTC 2025 - 1.2K bytes - Viewed (0) -
okhttp-logging-interceptor/README.md
logging.redactHeader("Authorization"); logging.redactHeader("Cookie"); ``` Download -------- ```kotlin implementation("com.squareup.okhttp3:logging-interceptor:5.1.0") ```
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 1.3K bytes - Viewed (0) -
docs/em/docs/tutorial/request-forms-and-files.md
# π¨ π¨ & π π πͺ π¬ π & π¨ π π π° βοΈ `File` & `Form`. /// info π¨ π π & /βοΈ π¨ π, π₯ β <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. π€Ά β. `pip install python-multipart`. /// ## π `File` & `Form` {* ../../docs_src/request_forms_and_files/tutorial001.py hl[1] *} ## π¬ `File` & `Form` π’
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.1K bytes - Viewed (0) -
docs/ko/docs/virtual-environments.md
**νκ²½ λ³μ**λ μμ€ν μ μ‘΄μ¬νλ©°, νλ‘κ·Έλ¨μ΄ μ¬μ©ν μ μλ λ³μμ λλ€. **κ°μ νκ²½**μ λͺλͺ νμΌλ‘ ꡬμ±λ νλμ λλ ν°λ¦¬μ λλ€. /// /// info | μ 보 μ΄ νμ΄μ§μμλ **κ°μ νκ²½**μ μ¬μ© λ°©λ²κ³Ό μλ λ°©μμ μ€λͺ ν©λλ€. λ§μ½ **λͺ¨λ κ²μ κ΄λ¦¬ν΄μ£Όλ λꡬ** (Python μ€μΉκΉμ§ ν¬ν¨)λ₯Ό μ¬μ©νκ³ μΆλ€λ©΄ <a href="https://github.com/astral-sh/uv" class="external-link" target="_blank">uv</a>λ₯Ό μ¬μ©ν΄λ³΄μΈμ. /// ## νλ‘μ νΈ μμ± λ¨Όμ , νλ‘μ νΈλ₯Ό μν λλ ν°λ¦¬λ₯Ό νλ μμ±ν©λλ€. λ³΄ν΅ μ¬μ©μ ν λλ ν°λ¦¬ μμ `code`λΌλ λλ ν°λ¦¬λ₯Ό λ§λ€κ³ , κ·Έ μμ νλ‘μ νΈλ§λ€ νλμ© λλ ν°λ¦¬λ₯Ό λ§λ€μ΄ κ΄λ¦¬ν©λλ€.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:10:41 UTC 2025 - 25.8K bytes - Viewed (0) -
cmd/endpoint.go
"reflect" "runtime" "slices" "sort" "strconv" "strings" "time" "github.com/dustin/go-humanize" "github.com/minio/minio-go/v7/pkg/set" "github.com/minio/minio/internal/config" "github.com/minio/minio/internal/logger" "github.com/minio/minio/internal/mountinfo" "github.com/minio/pkg/v3/env" xnet "github.com/minio/pkg/v3/net" ) // EndpointType - enum for endpoint type. type EndpointType int
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 34.4K bytes - Viewed (0) -
docs/sts/web-identity.go
"context" "crypto/rand" "encoding/base64" "encoding/json" "errors" "flag" "fmt" "log" "net/http" "net/url" "strings" "time" "golang.org/x/oauth2" "github.com/minio/minio-go/v7" "github.com/minio/minio-go/v7/pkg/credentials" ) // Returns a base64 encoded random 32 byte string. func randomState() string { b := make([]byte, 32) rand.Read(b)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri May 19 09:13:33 UTC 2023 - 7.8K bytes - Viewed (0) -
docs/de/docs/advanced/additional-responses.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:53:31 UTC 2024 - 9.5K bytes - Viewed (0) -
docs/es/docs/advanced/additional-responses.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 9.1K bytes - Viewed (0) -
cmd/last-minute_gen_test.go
package cmd // Code generated by github.com/tinylib/msgp DO NOT EDIT. import ( "bytes" "testing" "github.com/tinylib/msgp/msgp" ) func TestMarshalUnmarshalAccElem(t *testing.T) { v := AccElem{} bts, err := v.MarshalMsg(nil) if err != nil { t.Fatal(err) } left, err := v.UnmarshalMsg(bts) if err != nil { t.Fatal(err) } if len(left) > 0 {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Jul 05 21:45:49 UTC 2022 - 6.8K bytes - Viewed (0)