Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 37 for 304_ (0.04 sec)

  1. requirements_lock_3_12.txt

        # via requests
    jax==0.4.7 \
        --hash=sha256:5e7002d74db25f97c99b979d4ba1233b1ef26e1597e5fc468ad11d1c8a9dc4f8
        # via -r requirements.in
    keras-nightly==3.0.4.dev2024021403 \
        --hash=sha256:24ce69d29d582771685bf4235f59663723405b5a5b16f3eaff2657e52e74663a \
        --hash=sha256:9f416e66b820ef833779d219d255b346b8b90a72fdbd0b2f1e90a43ad142a03d
        # via -r requirements.in
    lit==17.0.6 \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 19:00:33 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv12-RenegotiateOnce

    00000110  c8 d2 f4 c1 51 5f cd b2  51 23 61 bf 93 7f 5d bd  |....Q_..Q#a...].|
    00000120  61 f2 b2 e0 ad be ab d7  c9 77 26 c2 61 fb 25 8d  |a........w&.a.%.|
    00000130  46 38 7a 30 48 9f b5 5c  47 6b ce 10 1d 03 d0 68  |F8z0H..\Gk.....h|
    00000140  7f 00 c0 94 f4 35 eb 41  e8 91 f6 d9 5c 44 d6 79  |.....5.A....\D.y|
    00000150  72 9f 22 a4 08 fd 74 1b  42 dc 49 06 34 8f b6 f5  |r."...t.B.I.4...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  3. src/net/http/client_test.go

    		`DELETE /?code=307&next=301,308,303,302,304 "c307"`,
    		`DELETE /?code=301&next=308,303,302,304 "c307"`,
    		`GET /?code=308&next=303,302,304 ""`,
    		`GET /?code=303&next=302,304 "c307"`,
    		`GET /?code=302&next=304 ""`,
    		`GET /?code=304 ""`,
    		`DELETE /?code=308&next=307 "c308"`,
    		`DELETE /?code=307 "c308"`,
    		`DELETE / "c308"`,
    		`DELETE /?code=404 "c404"`,
    	}
    	want := strings.Join(wantSegments, "\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CachedCustomTaskExecutionIntegrationTest.groovy

            when:
            cleanBuildDir()
            withBuildCache().run "consumer"
            then:
            result.assertTasksSkipped(":consumer", ":producer")
        }
    
        @Issue("https://github.com/gradle/gradle/issues/3043")
        def "URL-quoted characters in file names are handled properly"() {
            def weirdOutputPath = 'build/bad&dir/bad! Dezső %20.txt'
            def expectedOutput = file(weirdOutputPath)
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  5. src/net/http/clientserver_test.go

    			if ae := r.Header.Get("Accept-Encoding"); ae != "" {
    				t.Errorf("%s Accept-Encoding = %q; want empty", r.Proto, ae)
    			}
    		},
    	}.run(t)
    }
    
    // Test304Responses verifies that 304s don't declare that they're
    // chunking in their response headers and aren't allowed to produce
    // output.
    func Test304Responses(t *testing.T) { run(t, test304Responses) }
    func test304Responses(t *testing.T, mode testMode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  6. src/internal/types/testdata/check/stmt0.go

    	_ = c
    	a, b := /* ERROR "no new variables" */ 1, 2
    }
    
    func shortVarDecls1() {
    	const c = 0
    	type d int
    	a, b, c /* ERROR "cannot assign" */ , d /* ERROR "cannot assign" */  := 1, "zwei", 3.0, 4
    	var _ int = a // a is of type int
    	var _ string = b // b is of type string
    }
    
    func incdecs() {
    	const c = 3.14
    	c /* ERROR "cannot assign" */ ++
    	s := "foo"
    	s /* ERROR "invalid operation" */ --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 19K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/tests/composite-lowering.mlir

      %46 = "mhlo.broadcast_in_dim"(%45) <{broadcast_dimensions = dense<[0, 1, 2]> : tensor<3xi64>}> : (tensor<1x64x32xf32>) -> tensor<1x64x32x32xf32>
      %47 = mhlo.multiply %43, %46 : tensor<1x64x32x32xf32>
      %48 = mhlo.add %30, %47 : tensor<1x64x32x32xf32>
      return %48 : tensor<1x64x32x32xf32>
    }
    
    // CHECK-LABEL:   func.func @upsample_bilinear2d(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-quant.mlir

      %scales_0 = "tf.Const"() { value = dense<[1.0, 2.0]> : tensor<2xf32> } : () -> tensor<2xf32>
      %zps_0 = "tf.Const"() { value = dense<[3, 4]> : tensor<2xi32> } : () -> tensor<2xi32>
      %scales_1 = "tf.Const"() { value = dense<[3.0, 4.0]> : tensor<2xf32> } : () -> tensor<2xf32>
      %zps_1 = "tf.Const"() { value = dense<[5, 6]> : tensor<2xi32> } : () -> tensor<2xi32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 01:25:29 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  9. gradle/verification-metadata.xml

                <pgp value="41A1A08C62FCA78B79D3081164A16FAAEC16A4BE"/>
             </artifact>
          </component>
          <component group="org.apache.maven" name="maven-model" version="3.0.4">
             <artifact name="maven-model-3.0.4.jar">
                <pgp value="F254B35617DC255D9344BCFA873A8E86B4372146"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  10. src/net/http/serve_test.go

    	req := &Request{
    		Method: "GET",
    		URL: &url.URL{
    			Scheme: "http",
    			Path:   "not-empty-but-no-leading-slash", // bogus
    		},
    	}
    	Redirect(rr, req, "", 304)
    	if rr.Code != 304 {
    		t.Errorf("Code = %d; want 304", rr.Code)
    	}
    }
    
    // Test different URL formats and schemes
    func TestRedirect(t *testing.T) {
    	req, _ := NewRequest("GET", "http://example.com/qux/", nil)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top