Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 111 for c308 (0.06 sec)

  1. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1304, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1305, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1306, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1307, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1308, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1309, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1310, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1311, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1312, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  2. src/runtime/mgcpacer_test.go

    			name:          "OscAlloc",
    			gcPercent:     100,
    			memoryLimit:   math.MaxInt64,
    			globalsBytes:  32 << 10,
    			nCores:        8,
    			allocRate:     oscillate(13, 0, 8).offset(67),
    			scanRate:      constant(1024.0),
    			growthRate:    constant(2.0).sum(ramp(-1.0, 12)),
    			scannableFrac: constant(1.0),
    			stackBytes:    constant(8192),
    			length:        50,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 19 13:53:21 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  3. src/runtime/zcallback_windows_arm.s

    	MOVW	$1304, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1305, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1306, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1307, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1308, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1309, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1310, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1311, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1312, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

      @Test
      fun response308WithPost() {
        testRedirect(false, "POST")
      }
    
      /**
       * In OkHttp 4.5 and earlier, HTTP 307 and 308 redirects were only honored if the request method
       * was GET or HEAD.
       *
       * In OkHttp 4.6 and later, HTTP 307 and 308 redirects are honored for all request methods.
       *
       * If you're upgrading to OkHttp 4.6 and would like to retain the previous behavior, install this
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/route/route.go

    	case 303:
    		action.Redirect.ResponseCode = route.RedirectAction_SEE_OTHER
    	case 307:
    		action.Redirect.ResponseCode = route.RedirectAction_TEMPORARY_REDIRECT
    	case 308:
    		action.Redirect.ResponseCode = route.RedirectAction_PERMANENT_REDIRECT
    	default:
    		log.Warnf("Redirect Code %d is not yet supported", redirect.RedirectCode)
    		action = nil
    	}
    
    	out.Action = action
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	ERROR_INVALID_OWNER                                                       syscall.Errno = 1307
    	ERROR_INVALID_PRIMARY_GROUP                                               syscall.Errno = 1308
    	ERROR_NO_IMPERSONATION_TOKEN                                              syscall.Errno = 1309
    	ERROR_CANT_DISABLE_MANDATORY                                              syscall.Errno = 1310
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  7. src/net/http/request.go

    //
    // If body is of type [*bytes.Buffer], [*bytes.Reader], or
    // [*strings.Reader], the returned request's ContentLength is set to its
    // exact value (instead of -1), GetBody is populated (so 307 and 308
    // redirects can replay the body), and Body is set to [NoBody] if the
    // ContentLength is 0.
    func NewRequestWithContext(ctx context.Context, method, url string, body io.Reader) (*Request, error) {
    	if method == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %230 = "tf.Reshape"(%229, %9) {device = ""} : (tensor<i32>, tensor<0xi32>) -> tensor<i32>
      %231 = "tf.Pack"(%7, %230) {axis = 0 : i64, device = ""} : (tensor<i32>, tensor<i32>) -> tensor<2xi32>
      %232 = "tf.Mul"(%230, %8) {device = ""} : (tensor<i32>, tensor<i32>) -> tensor<i32>
      %233 = "tf.Pack"(%232) {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)
  9. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    	Serial  uint32
    	Refresh uint32
    	Retry   uint32
    	Expire  uint32
    
    	// MinTTL the is the default TTL of Resources records which did not
    	// contain a TTL value and the TTL of negative responses. (RFC 2308
    	// Section 4)
    	MinTTL uint32
    }
    
    func (r *SOAResource) realType() Type {
    	return TypeSOA
    }
    
    // pack appends the wire format of the SOAResource to msg.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  10. src/crypto/rsa/testdata/pss-vect.txt.bz2

    41 e4 7b 8f a8 59 be 4d 5b 96 25 9e 7d 14 20 70 ec d4 85 83 9d ba 5a 83 69 c1 7c 11 14 03 5e 53 2d 19 5c 74 f4 4a 04 76 a2 d3 e8 a4 da 21 00 16 ca ce d0 e3 67 cb 86 77 10 a4 b5 aa 2d f2 b8 e5 da f5 fd c6 47 80 7d 4d 5e bb 6c 56 b9 76 3c cd ae 4d ea 33 08 eb 0a c2 a8 95 01 cb 20 9d 26 39 fa 5b f8 7c e7 90 74 7d 3c b2 d2 95 e8 45 64 f2 f6 37 82 4f 0c 13 02 81 29 b0 aa 4a 42 2d 16 22 82 # Salt: 23 29 1e 4a 33 07 e8 bb b7 76 62 3a b3 4e 4a 5f 4c c8 a8 db # Signature: 02 80 2d cc fa 8d fa f5 27 9b f0 b4...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 27.9K bytes
    - Viewed (0)
Back to top