Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 57 of 57 for 200304 (0.27 sec)

  1. helm-releases/minio-5.0.8.tgz

    imageTag, and imagePullPolicy. mode is used to indicate the ## image: repository: quay.io/minio/minio tag: RELEASE.2023-04-13T03-08-07Z pullPolicy: IfNotPresent imagePullSecrets: [] # - name: "image-pull-secret" ## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio ## client used to create a default bucket). ## mcImage: repository: quay.io/minio/mc tag: RELEASE.2023-04-12T02-21-51Z pullPolicy: IfNotPresent ## minio mode, i.e. standalone or distributed mode: distributed ## other...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 13 21:49:51 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/net/http_test.go

    			"aaaa:aaaa:aaaa:aaaa:aaaa:aaaa:aaaa:aaaa",
    		},
    	}, {
    		name:         "mixed ipv4 ipv6",
    		forwardedFor: "aaaa:bbbb:cccc:dddd:eeee:ffff:0:1111,1.2.3.4",
    		remoteAddr:   "0:0:0:0:0:ffff:102:304", // ipv6 equivalent to 1.2.3.4
    		expected: []string{
    			"aaaa:bbbb:cccc:dddd:eeee:ffff:0:1111",
    			"1.2.3.4",
    		},
    	}}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 18 01:21:56 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  3. src/net/http/transfer.go

    	}
    
    	// Logic based on response type or status
    	if isResponse && noResponseBodyExpected(requestMethod) {
    		return 0, nil
    	}
    	if status/100 == 1 {
    		return 0, nil
    	}
    	switch status {
    	case 204, 304:
    		return 0, nil
    	}
    
    	// According to RFC 9112, "If a message is received with both a
    	// Transfer-Encoding and a Content-Length header field, the Transfer-Encoding
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 22:14:00 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/cases/map.go

    		switch r, _ := utf8.DecodeRune(c.src[c.pSrc:]); r {
    		// Above and Iota Subscript
    		case 0x0300, // U+0300 COMBINING GRAVE ACCENT
    			0x0301, // U+0301 COMBINING ACUTE ACCENT
    			0x0304, // U+0304 COMBINING MACRON
    			0x0306, // U+0306 COMBINING BREVE
    			0x0308, // U+0308 COMBINING DIAERESIS
    			0x0313, // U+0313 COMBINING COMMA ABOVE
    			0x0314, // U+0314 COMBINING REVERSED COMMA ABOVE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/syntax/scanner_test.go

    		{"\U0001d7d8" /* 𝟘 */, "identifier cannot begin with digit U+1D7D8 '𝟘'", 0, 0},
    		{"foo\U0001d7d8_½" /* foo𝟘_½ */, "invalid character U+00BD '½' in identifier", 0, 8 /* byte offset */},
    
    		{"x + #y", "invalid character U+0023 '#'", 0, 4},
    		{"foo$bar = 0", "invalid character U+0024 '$'", 0, 3},
    		{"0123456789", "invalid digit '8' in octal literal", 0, 8},
    		{"0123456789. /* foobar", "comment not terminated", 0, 12},   // valid float constant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 14 16:11:21 UTC 2022
    - 21.9K bytes
    - Viewed (0)
  6. docs/ja/docs/index.md

    主な特徴:
    
    - **高速**: **NodeJS** や **Go** 並みのとても高いパフォーマンス (Starlette と Pydantic のおかげです)。 [最も高速な Python フレームワークの一つです](#_10).
    
    - **高速なコーディング**: 開発速度を約 200%~300%向上させます。 \*
    - **少ないバグ**: 開発者起因のヒューマンエラーを約 40%削減します。 \*
    - **直感的**: 素晴らしいエディタのサポートや <abbr title="also known as auto-complete, autocompletion, IntelliSense">オートコンプリート。</abbr> デバッグ時間を削減します。
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

        func.return %0#0, %0#3, %0#4 : tensor<8x8x8x8xf32>, tensor<0xf32>, tensor<*xf32>
      }
    
      // CHECK-LABEL: @max_pool_grad_valid
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
Back to top