Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for c302 (0.04 sec)

  1. samples/bookinfo/src/productpage/requirements.in

    Flask==3.0.2
    Flask-Bootstrap==3.3.7.1
    Flask-JSON==0.4.0
    future==0.18.3
    json2html==1.3.0
    opentelemetry-api==1.22.0
    opentelemetry-instrumentation==0.43b0
    opentelemetry-instrumentation-flask==0.43b0
    opentelemetry-instrumentation-wsgi==0.43b0
    opentelemetry-propagator-b3==1.22.0
    opentelemetry-sdk==1.22.0
    opentelemetry-semantic-conventions==0.43b0
    opentelemetry-util-http==0.43b0
    prometheus-client==0.19.0
    requests==2.31.0
    simplejson==3.19.2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 485 bytes
    - Viewed (0)
  2. integration-tests/gradle/build.gradle.kts

        "failureaccess-1.0.2.jar",
        "jsr305-3.0.2.jar",
        "checker-qual-3.43.0.jar",
        "error_prone_annotations-2.28.0.jar",
        "listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"
      )
    val expectedReducedRuntimeClasspathJreVersion =
      setOf(
        "guava-$guavaVersionJre.jar",
        "failureaccess-1.0.2.jar",
        "jsr305-3.0.2.jar",
        "checker-qual-3.43.0.jar",
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

        - [Added](#added-9)
        - [Changed](#changed-9)
        - [Removed](#removed-9)
    
    <!-- END MUNGE: GENERATED_TOC -->
    
    # v1.30.2
    
    
    ## Downloads for v1.30.2
    
    
    
    ### Source Code
    
    filename | sha512 hash
    -------- | -----------
    [kubernetes.tar.gz](https://dl.k8s.io/v1.30.2/kubernetes.tar.gz) | f217dbe38478d20d99f45206df3b516f6aa49d153fe8789690a7ed9a70ad60689f38c8ac5e8cee8f9e11ca343a7b9ab8dd3baf0178a0d8c1e92ae80e999d1aee
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  4. cmd/apierrorcode_string.go

    	_ = x[ErrInvalidCast-299]
    	_ = x[ErrEvaluatorInvalidTimestampFormatPattern-300]
    	_ = x[ErrEvaluatorInvalidTimestampFormatPatternSymbolForParsing-301]
    	_ = x[ErrEvaluatorTimestampFormatPatternDuplicateFields-302]
    	_ = x[ErrEvaluatorTimestampFormatPatternHourClockAmPmMismatch-303]
    	_ = x[ErrEvaluatorUnterminatedTimestampFormatPatternToken-304]
    	_ = x[ErrEvaluatorInvalidTimestampFormatPatternToken-305]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.jsch)                  { version { strictly("0.2.16") }}
            api(libs.jsoup)                 { version { strictly("1.15.3") }}
            api(libs.jsr305)                { version { strictly("3.0.2") }}
            api(libs.julToSlf4j)            { version { strictly(slf4jVersion) }}
            api(libs.junit)                 { version { strictly("4.13.2") }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    		{"http://foo.com/фубар", "http://foo.com/%d1%84%d1%83%d0%b1%d0%b0%d1%80"},
    	}
    
    	for _, tt := range tests {
    		rec := httptest.NewRecorder()
    		Redirect(rec, req, tt.in, 302)
    		if got, want := rec.Code, 302; got != want {
    			t.Errorf("Redirect(%q) generated status code %v; want %v", tt.in, got, want)
    		}
    		if got := rec.Header().Get("Location"); got != tt.want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/conversion.go

    	if filter == nil {
    		return nil
    	}
    	resp := &istio.HTTPRedirect{}
    	if filter.StatusCode != nil {
    		// Istio allows 301, 302, 303, 307, 308.
    		// Gateway allows only 301 and 302.
    		resp.RedirectCode = uint32(*filter.StatusCode)
    	}
    	if filter.Hostname != nil {
    		resp.Authority = string(*filter.Hostname)
    	}
    	if filter.Scheme != nil {
    		// Both allow http and https
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/ops.mlir

      %0 = "tfl.relu"(%arg0) : (tensor<10x!quant.uniform<u8:f32, 1.0>>) -> tensor<10x!quant.uniform<u8:f32, 2.0>>
      %1 = "tfl.relu_n1_to_1"(%0) : (tensor<10x!quant.uniform<u8:f32, 2.0>>) -> tensor<10x!quant.uniform<u8:f32, 3.0>>
      %2 = "tfl.relu6"(%1) : (tensor<10x!quant.uniform<u8:f32, 3.0>>) -> tensor<10x!quant.uniform<u8:f32, 4.0>>
      func.return %2 : tensor<10x!quant.uniform<u8:f32, 4.0>>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    * 📝 Update docs for testing, fix examples with relative imports. PR [#5302](https://github.com/tiangolo/fastapi/pull/5302) by [@tiangolo](https://github.com/tiangolo).
    
    ### Translations
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top