Search Options

Results per page
Sort
Preferred Languages
Advance

Results 771 - 780 of 1,522 for GitHub (0.07 sec)

  1. .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)
  2. 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)
  3. 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)
  4. docs/em/docs/tutorial/request-forms-and-files.md

    # πŸ“¨ πŸ“¨ & πŸ“
    
    πŸ‘† πŸ’ͺ πŸ”¬ πŸ“ & πŸ“¨ πŸ‘ 🎏 πŸ•° βš™οΈ `File` & `Form`.
    
    /// info
    
    πŸ“¨ πŸ“‚ πŸ“ &amp; /βš–οΈ πŸ“¨ πŸ“Š, πŸ₯‡ ❎ <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>.
    
    🀢 β“‚. `pip install python-multipart`.
    
    ///
    
    ## πŸ—„ `File` &amp; `Form`
    
    {* ../../docs_src/request_forms_and_files/tutorial001.py hl[1] *}
    
    ## πŸ”¬ `File` &amp; `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)
  5. 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)
  6. 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)
  7. 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)
  8. docs/de/docs/advanced/additional-responses.md

    * <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#responsesObject" class="external-link" target="_blank">OpenAPI Responses Object</a>, enthΓ€lt das `Response Object`.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:53:31 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  9. docs/es/docs/advanced/additional-responses.md

    * <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#responses-object" class="external-link" target="_blank">Objeto de Responses de OpenAPI</a>, incluye el `Response Object`.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  10. 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)
Back to top