Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 208 for 234M (0.04 sec)

  1. tools/build-kind-image.sh

    # Largely copied from https://github.com/kubernetes-sigs/kind/blob/2a1e9df91fd22d6ae5b91648b6c1a606ab4cdf30/hack/release/build/push-node.sh
    # Example usage: `tools/build-kind-image.sh ~/go/src/k8s.io/kubernetes gcr.io/istio-testing/kind-node:v1.23.4`
    
    set -uex
    
    kdir="${1:?Kubernetes directory}"
    registry="${2:?registry}"
    
    ARCHES="${ARCHES:-amd64 arm64}"
    IFS=" " read -r -a __arches__ <<< "$ARCHES"
    
    images=()
    for arch in "${__arches__[@]}"; do
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 12 17:36:35 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/schema-extra-example.md

    You can use it like this:
    
    === "Python 3.10+"
    
        ```Python hl_lines="23-49"
        {!> ../../../docs_src/schema_extra_example/tutorial005_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="23-49"
        {!> ../../../docs_src/schema_extra_example/tutorial005_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="24-50"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/internal/cache/CacheConfigurationsContinuousIntegrationTest.groovy

            alwaysCleanupCaches()
    
            def oldButRecentlyUsedGradleDist = versionedDistDirs("1.4.5", USED_TODAY, "my-dist-1")
            def oldNotRecentlyUsedGradleDist = versionedDistDirs("2.3.4", NOT_USED_WITHIN_30_DAYS, "my-dist-2")
    
            def currentCacheDir = createVersionSpecificCacheDir(GradleVersion.current(), NOT_USED_WITHIN_30_DAYS)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  4. subprojects/core/src/testFixtures/groovy/org/gradle/api/internal/tasks/AbstractSnapshotInputsBuildOperationResultTest.groovy

                            '/foo/sub/two.txt': new DefaultFileSystemLocationFingerprint('/foo/sub/two.txt', FileType.RegularFile, TestHashCodes.hashCodeFrom(234)),
                        ]
                        getSnapshot() >> snapshots
                    }
                )
            }
            def cachingState = CachingState.enabled(Mock(BuildCacheKey), beforeExecutionState)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 07 15:16:07 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  5. pkg/registry/certificates/certificates/strategy_test.go

    					Name: "alice",
    					UID:  "234",
    				},
    			),
    			obj: &certapi.CertificateSigningRequest{
    				Spec: certapi.CertificateSigningRequestSpec{
    					Username: "bob",
    					UID:      "123",
    					Groups:   []string{"group1"},
    				},
    			},
    			expectedObj: &certapi.CertificateSigningRequest{
    				Spec: certapi.CertificateSigningRequestSpec{
    					Username: "alice",
    					UID:      "234",
    					Groups:   nil,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. test/chan/nonblock.go

    import "runtime"
    import "time"
    
    func i32receiver(c chan int32, strobe chan bool) {
    	if <-c != 123 {
    		panic("i32 value")
    	}
    	strobe <- true
    }
    
    func i32sender(c chan int32, strobe chan bool) {
    	c <- 234
    	strobe <- true
    }
    
    func i64receiver(c chan int64, strobe chan bool) {
    	if <-c != 123456 {
    		panic("i64 value")
    	}
    	strobe <- true
    }
    
    func i64sender(c chan int64, strobe chan bool) {
    	c <- 234567
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 19 06:44:02 UTC 2012
    - 3.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/conversion/queryparams/convert_test.go

    		},
    		{
    			input: &foo{
    				Str:     "test string",
    				Slice:   []string{"one", "two", "three"},
    				Integer: 234,
    				Boolean: true,
    			},
    			expected: url.Values{"str": {"test string"}, "slice": {"one", "two", "three"}, "integer": {"234"}, "boolean": {"true"}},
    		},
    		{
    			input: &foo{
    				Str:       "named types",
    				NamedStr:  "value1",
    				NamedBool: true,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 03 07:01:02 UTC 2018
    - 6.2K bytes
    - Viewed (0)
  8. guava-tests/benchmark/com/google/common/base/ObjectsBenchmark.java

      private static final String S2 = "44 one million";
      private static final String S3 = "Lowly laundry lefties";
      private static final String S4 = "89273487U#*&#";
      private static final Double D0 = 9.234d;
      private static final Double D1 = -1.2e55;
    
      @Benchmark
      int hashString_2(int reps) {
        int dummy = 0;
        for (int i = 0; i < reps; i++) {
          dummy += Objects.hashCode(S0, S1);
        }
        return dummy;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 2.2K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/primitives/BytesTest.java

        testRotate(new byte[] {1, 2, 3}, 5, new byte[] {2, 3, 1});
    
        testRotate(new byte[] {1, 2, 3, 4}, -9, new byte[] {2, 3, 4, 1});
        testRotate(new byte[] {1, 2, 3, 4}, -5, new byte[] {2, 3, 4, 1});
        testRotate(new byte[] {1, 2, 3, 4}, -1, new byte[] {2, 3, 4, 1});
        testRotate(new byte[] {1, 2, 3, 4}, 0, new byte[] {1, 2, 3, 4});
        testRotate(new byte[] {1, 2, 3, 4}, 1, new byte[] {4, 1, 2, 3});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 06 16:10:08 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  10. src/compress/zlib/writer.go

    	// The next bit, FDICT, is set if a dictionary is given.
    	// The final five FCHECK bits form a mod-31 checksum.
    	switch z.level {
    	case -2, 0, 1:
    		z.scratch[1] = 0 << 6
    	case 2, 3, 4, 5:
    		z.scratch[1] = 1 << 6
    	case 6, -1:
    		z.scratch[1] = 2 << 6
    	case 7, 8, 9:
    		z.scratch[1] = 3 << 6
    	default:
    		panic("unreachable")
    	}
    	if z.dict != nil {
    		z.scratch[1] |= 1 << 5
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 27 18:51:27 UTC 2023
    - 5.2K bytes
    - Viewed (0)
Back to top