Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 77 for 2333 (0.07 sec)

  1. cmd/bucket-handlers_test.go

    			secretKey:          credentials.SecretKey,
    			expectedRespStatus: http.StatusOK,
    		},
    		// Test case - 2.
    		// Non-existent bucket name.
    		{
    			bucketName:         "2333",
    			accessKey:          credentials.AccessKey,
    			secretKey:          credentials.SecretKey,
    			expectedRespStatus: http.StatusNotFound,
    		},
    		// Test case - 3.
    		// Testing for signature mismatch error.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___LOG_H                         = 0x91A // 2330
    	SYS___LOGF_H                        = 0x91B // 2331
    	SYS___LOGL_H                        = 0x91C // 2332
    	SYS___LOGB_H                        = 0x91D // 2333
    	SYS___LOG2_H                        = 0x91E // 2334
    	SYS___LOG2F_H                       = 0x91F // 2335
    	SYS___LOG2L_H                       = 0x920 // 2336
    	SYS___LOG1P_H                       = 0x921 // 2337
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*2321*/ uint16(xCondPrefix), 2,
    	0x66, 2333,
    	0x0, 2327,
    	/*2327*/ uint16(xSetOp), uint16(PHADDD),
    	/*2329*/ uint16(xReadSlashR),
    	/*2330*/ uint16(xArgMm1),
    	/*2331*/ uint16(xArgMm2M64),
    	/*2332*/ uint16(xMatch),
    	/*2333*/ uint16(xSetOp), uint16(PHADDD),
    	/*2335*/ uint16(xReadSlashR),
    	/*2336*/ uint16(xArgXmm1),
    	/*2337*/ uint16(xArgXmm2M128),
    	/*2338*/ uint16(xMatch),
    	/*2339*/ uint16(xCondPrefix), 2,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  4. testing/internal-performance-testing/src/test/groovy/org/gradle/performance/measure/AmountTest.groovy

            9       | Fruit.apples  | 3       | Fruit.oranges
            5       | Fruit.oranges | 3       | Fruit.grapefruit
            6.3399  | Fruit.apples  | 2.1133  | Fruit.oranges
            0.333   | Fruit.apples  | 0.333   | Fruit.apples
            0.55667 | Fruit.apples  | 0.55667 | Fruit.apples
        }
    
        def "amounts are not equal when normalised values are different"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  5. helm-releases/minio-3.3.3.tgz

    minio-3.3.3.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-12-10T23-03-39Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.3.3 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 11 17:28:02 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  6. test/fixedbugs/issue20333.go

    // compile
    
    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 20333: early checkwidth of [...] arrays led to compilation errors.
    
    package main
    
    import "fmt"
    
    func main() {
    	fmt.Println(&[...]string{"abc", "def", "ghi"})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 11 18:18:55 UTC 2017
    - 341 bytes
    - Viewed (0)
  7. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/api/plugins/ProjectInternalViewDependencyIntegrationTest.groovy

                    id 'application'
                }
    
                dependencies {
                    runtimeOnly "com.h2database:h2:2.1.214"
                    implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3"
                    compileOnly "org.apache.commons:commons-lang3:3.12.0"
                }
            """
            writeBaseBuildFile()
            writeNonApiAccessibilityTest()
    
            when:
            succeeds "customTest"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/merge-fusion-with-dequantize.mlir

        %3 = stablehlo.uniform_dequantize %2 : (tensor<1x3x!quant.uniform<i8:f32, 1.000000e-03:-3>>) -> tensor<1x3xf32>
        return %3 : tensor<1x3xf32>
      }
    
      // CHECK-LABEL: func.func private @quantized_dot_general_relu_fn
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 23:45:53 UTC 2024
    - 14K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/test_ppc64_linker_funcs.txt

    # Tests that the linker implements the PPC64 ELFv2 ABI
    # register save and restore functions as defined in
    # section 2.3.3.1 of the PPC64 ELFv2 ABI when linking
    # external objects most likely compiled with gcc's
    # -Os option.
    #
    # Verifies golang.org/issue/52366 for linux/ppc64le
    [!GOOS:linux] skip
    [!compiler:gc] skip
    [!cgo] skip
    [!GOARCH:ppc64le] skip
    
    go build -ldflags='-linkmode=internal'
    exec ./abitest
    stdout success
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 1K bytes
    - Viewed (0)
  10. .github/workflows/people.yml

          - name: Dump GitHub context
            env:
              GITHUB_CONTEXT: ${{ toJson(github) }}
            run: echo "$GITHUB_CONTEXT"
          - uses: actions/checkout@v4
          # Ref: https://github.com/actions/runner/issues/2033
          - name: Fix git safe.directory in container
            run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" > /home/runner/work/_temp/_github_home/.gitconfig
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 17 07:19:41 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top