Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for c404 (0.05 sec)

  1. tests/test_include_router_defaults_overrides.py

                            "401": {"description": "Client error level 1"},
                            "402": {"description": "Client error level 2"},
                            "403": {"description": "Client error level 3"},
                            "404": {"description": "Client error level 4"},
                            "405": {"description": "Client error level 5"},
                            "422": {
                                "description": "Validation Error",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 358.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*4390*/ uint16(xArgXmm2M128),
    	/*4391*/ uint16(xMatch),
    	/*4392*/ uint16(xCondPrefix), 2,
    	0x66, 4404,
    	0x0, 4398,
    	/*4398*/ uint16(xSetOp), uint16(PUNPCKLWD),
    	/*4400*/ uint16(xReadSlashR),
    	/*4401*/ uint16(xArgMm),
    	/*4402*/ uint16(xArgMmM32),
    	/*4403*/ uint16(xMatch),
    	/*4404*/ uint16(xSetOp), uint16(PUNPCKLWD),
    	/*4406*/ uint16(xReadSlashR),
    	/*4407*/ uint16(xArgXmm1),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.16.md

    - The 404 request handler for the GCE Ingress load balancer now exports prometheus metrics, including:
    
      - `http_404_request_total` (the number of 404 requests handled)
      - `http_404_request_duration_ms` (the amount of time the server took to respond in ms)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  4. src/regexp/testdata/re2-exhaustive.txt.bz2

    %�(u"_�B�>�k�Z�t ��K���-9I���.��Ix��i�M��)t�rK�>kNRm�1K�+�^9�Zr�mi�])_q"U_�$J�����U]!dN" �`�K�rR�JK�*��"G\�qE�.H���NT�Q:����Ą�,U1T�SU#(�i��f���i�`i��f���i�`i� 4ֶ�UJ���MU&���-JYIm��h�M3�L�4�0 4�M3�L�4�0 4�M3h����VU V��L�4�0 4�M3�L�4�0 4�M3�L�4�05�[5�[*լ�V�0 4�M3�L�4�0 4�M3�L��L�M3 45�V�kU�M3 4�M33�M�M�߇?7W������^>R����K�HhHtj[J�d��S�I���Jx��Ҙ�ҙKҙR�]uQs�梡���ReI�&T���e�r���D�JU��*W�)���,���J�*MUi)9F�2T��:M)Ԯ)�I�2��qMr��)�e2 �qM�r �qM�r �)��2��S �b�L�)�e2 �T...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %403 = "tf.Shape"(%401) {device = ""} : (tensor<?xi64>) -> tensor<1xi32>
      %404 = "tf.StridedSlice"(%403, %15, %16, %16) {begin_mask = 0 : i64, device = "", ellipsis_mask = 0 : i64, end_mask = 0 : i64, new_axis_mask = 0 : i64, shrink_axis_mask = 1 : i64} : (tensor<1xi32>, tensor<1xi32>, tensor<1xi32>, tensor<1xi32>) -> tensor<i32>
      %405 = "tf.Pack"(%404) {axis = 0 : i64, device = ""} : (tensor<i32>) -> tensor<1xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    		}
    		if 'A' <= r && r <= 'Z' {
    			return false
    		}
    	}
    	return true
    }
    
    func http2httpCodeString(code int) string {
    	switch code {
    	case 200:
    		return "200"
    	case 404:
    		return "404"
    	}
    	return strconv.Itoa(code)
    }
    
    // from pkg io
    type http2stringWriter interface {
    	WriteString(s string) (n int, err error)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.13.md

    * Ensure Azure load balancer cleaned up on 404 or 403 when deleting LoadBalancer services. ([#75256](https://github.com/kubernetes/kubernetes/pull/75256), [@feiskyer](https://github.com/feiskyer))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %404 = "tfl.batch_matmul"(%402, %403) {adj_x = false, adj_y = false, asymmetric_quantize_inputs = true} : (tensor<2x12x128xf32>, tensor<128x64x!quant.uniform<i8:f32, 0.0047710379585623741>>) -> tensor<2x12x64xf32>
      %405 = "tfl.reshape"(%404, %cst_0) : (tensor<2x12x64xf32>, tensor<2xi32>) -> tensor<2x768xf32>
      return %405 : tensor<2x768xf32>
      // CHECK: %cst = arith.constant dense_resource<__elided__> : tensor<3xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.12.md

    * Ensure Azure load balancer cleaned up on 404 or 403 when deleting LoadBalancer services. ([#75256](https://github.com/kubernetes/kubernetes/pull/75256), [@feiskyer](https://github.com/feiskyer))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.8.md

    * Return Audit-Id http response header for trouble shooting ([#49377](https://github.com/kubernetes/kubernetes/pull/49377), [@CaoShuFeng](https://github.com/CaoShuFeng))
    * Status objects for 404 API errors will have the correct APIVersion ([#49868](https://github.com/kubernetes/kubernetes/pull/49868), [@shiywang](https://github.com/shiywang))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top