Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for 270 (0.01 sec)

  1. okhttp/src/test/java/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt

          "plan 2 TLS connected",
        )
    
        taskFaker.advanceUntil(270.ms)
        assertEvents(
          "plan 0 TCP connect canceled",
        )
    
        taskFaker.assertNoMoreTasks()
      }
    
      @Test
      fun losingPlanDoesNotConnectTls() {
        val plan0 = routePlanner.addPlan()
        plan0.tcpConnectDelayNanos = 270.ms
        val plan1 = routePlanner.addPlan()
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 24 04:40:49 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

        - [Container Images](#container-images-15)
      - [Changelog since v1.27.0](#changelog-since-v1270)
      - [Changes by Kind](#changes-by-kind-15)
        - [Bug or Regression](#bug-or-regression-15)
      - [Dependencies](#dependencies-15)
        - [Added](#added-15)
        - [Changed](#changed-15)
        - [Removed](#removed-15)
    - [v1.27.0](#v1270)
      - [Downloads for v1.27.0](#downloads-for-v1270)
        - [Source Code](#source-code-16)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (0)
  3. docs/en/docs/img/deployment/https/https03.drawio

                        <mxGeometry x="270" y="-290" width="240" height="80" as="geometry"/>
                    </mxCell>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 12.3K bytes
    - Viewed (0)
  4. docs/en/docs/img/deployment/https/https06.drawio

                        <mxGeometry x="270" y="-290" width="240" height="80" as="geometry"/>
                    </mxCell>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  5. docs/en/docs/img/deployment/https/https04.drawio

                        <mxGeometry x="270" y="-290" width="240" height="80" as="geometry"/>
                    </mxCell>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 14K bytes
    - Viewed (0)
  6. src/test/resources/plugin/repo3/fess-crawler-webdriver/maven-metadata.xml

          <version>2.5.2</version>
          <version>2.5.3</version>
          <version>2.6.0</version>
          <version>2.6.1</version>
          <version>2.6.2</version>
          <version>2.6.3</version>
          <version>2.7.0</version>
          <version>2.7.1</version>
          <version>3.0.0</version>
          <version>3.0.1</version>
          <version>3.0.2</version>
          <version>3.1.0</version>
          <version>3.2.0</version>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jun 17 13:30:41 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. docs/en/docs/img/deployment/https/https05.drawio

                        <mxGeometry x="270" y="-290" width="240" height="80" as="geometry"/>
                    </mxCell>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 15.6K bytes
    - Viewed (0)
  8. tests/go.mod

    	github.com/mattn/go-sqlite3 v1.14.23 // indirect
    	github.com/microsoft/go-mssqldb v1.7.2 // indirect
    	github.com/pmezard/go-difflib v1.0.0 // indirect
    	github.com/rogpeppe/go-internal v1.12.0 // indirect
    	golang.org/x/crypto v0.27.0 // indirect
    	golang.org/x/text v0.18.0 // indirect
    	gopkg.in/yaml.v3 v3.0.1 // indirect
    )
    
    replace gorm.io/gorm => ../
    
    replace github.com/jackc/pgx/v5 => github.com/jackc/pgx/v5 v5.4.3
    
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Wed Sep 18 12:03:35 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. futures/listenablefuture1/pom.xml

        itself. The idea is:
    
        - If users want only ListenableFuture, they depend on listenablefuture-1.0.
    
        - If users want all of Guava, they depend on guava, which, as of Guava
        27.0, depends on
        listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...
        version number is enough for some build systems (notably, Gradle) to select
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Sep 12 21:42:09 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  10. .github/workflows/scorecards-analysis.yml

          # Commenting out will disable upload of results to your repo's Code Scanning dashboard
          - name: "Upload to code-scanning"
            uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
            with:
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Fri Nov 01 08:40:10 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top