Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,519 for 21$ (0.02 sec)

  1. src/go/version/version_test.go

    	{"go1.6", "go1.6.1", -1},
    	{"go1.19", "go1.19.0", 0},
    	{"go1.19rc1", "go1.19", -1},
    	{"go1.20", "go1.20.0", 0},
    	{"go1.20", "go1.20.0-bigcorp", 0},
    	{"go1.20rc1", "go1.20", -1},
    	{"go1.21", "go1.21.0", -1},
    	{"go1.21", "go1.21.0-bigcorp", -1},
    	{"go1.21", "go1.21rc1", -1},
    	{"go1.21rc1", "go1.21.0", -1},
    	{"go1.6", "go1.19", -1},
    	{"go1.19", "go1.19.1", -1},
    	{"go1.19rc1", "go1.19", -1},
    	{"go1.19rc1", "go1.19", -1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 19:56:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. samples/bookinfo/platform/kube/cleanup.sh

    if kubectl get crd gateways.gateway.networking.k8s.io >/dev/null 2>&1; then
      protos=( httproutes gateways.gateway.networking.k8s.io )
      for proto in "${protos[@]}"; do
        for resource in $(kubectl get -n "${NAMESPACE}" "$proto" -o name); do
          kubectl delete -n "${NAMESPACE}" "$resource";
        done
      done
      kubectl delete -n "${NAMESPACE}" -f "$SCRIPTDIR/bookinfo-versions.yaml" >/dev/null 2>&1
    fi
    
    OUTPUT=$(mktemp)
    export OUTPUT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 16:07:18 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. samples/addons/extras/prometheus-operator.yaml

        - action: replace
          regex: (\d+);(([A-Fa-f0-9]{1,4}::?){1,7}[A-Fa-f0-9]{1,4})
          replacement: '[$2]:$1'
          sourceLabels:
          - __meta_kubernetes_pod_annotation_prometheus_io_port
          - __meta_kubernetes_pod_ip
          targetLabel: __address__
        - action: replace
          regex: (\d+);((([0-9]+?)(\.|$)){4})
          replacement: $2:$1
          sourceLabels:
          - __meta_kubernetes_pod_annotation_prometheus_io_port
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 24 06:41:54 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. docs/metrics/healthcheck/README.md

    Accept-Ranges: bytes
    Content-Length: 0
    Server: MinIO
    Vary: Origin
    X-Amz-Bucket-Region: us-east-1
    X-Minio-Write-Quorum: 3
    X-Amz-Request-Id: 16239D6AB80EBECF
    X-Xss-Protection: 1; mode=block
    Date: Tue, 21 Jul 2020 00:36:14 GMT
    ```
    
    ### Cluster-readable probe
    
    The reply is '200 OK' if cluster has read quorum if not it returns '503 Service Unavailable'.
    
    ```
    curl http://minio1:9001/minio/health/cluster/read
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jul 06 16:18:38 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/collect/ComparatorsTest.java

      }
    
      public void testMinMaxNatural() {
        assertThat(Comparators.min(1, 2)).isEqualTo(1);
        assertThat(Comparators.min(2, 1)).isEqualTo(1);
        assertThat(Comparators.max(1, 2)).isEqualTo(2);
        assertThat(Comparators.max(2, 1)).isEqualTo(2);
      }
    
      public void testMinMaxNatural_equalInstances() {
        Foo a = new Foo(1);
        Foo b = new Foo(1);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 11 08:42:51 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. src/internal/trace/testdata/tests/go122-annotations-stress.test

    UserRegionEnd dt=2 task=21 name_string=33 stack=28
    GoDestroy dt=1
    GoStart dt=2 g=55 g_seq=1
    UserRegionBegin dt=17 task=21 name_string=35 stack=26
    UserLog dt=4 task=21 key_string=24 value_string=105 stack=27
    UserRegionEnd dt=2 task=21 name_string=35 stack=28
    GoDestroy dt=1
    GoStart dt=5 g=56 g_seq=1
    UserRegionBegin dt=16 task=21 name_string=31 stack=26
    UserLog dt=4 task=21 key_string=24 value_string=106 stack=27
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  7. src/internal/types/testdata/check/expr3.go

    	_ = M0{"foo": 1, "bar": 2, "foo" /* ERROR "duplicate key" */ : 3 }
    
    	_ = map[interface{}]int{2: 1, 2 /* ERROR "duplicate key" */ : 1}
    	_ = map[interface{}]int{int(2): 1, int16(2): 1}
    	_ = map[interface{}]int{int16(2): 1, int16 /* ERROR "duplicate key" */ (2): 1}
    
    	type S string
    
    	_ = map[interface{}]int{"a": 1, "a" /* ERROR "duplicate key" */ : 1}
    	_ = map[interface{}]int{"a": 1, S("a"): 1}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 22:41:49 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  8. docs/site-replication/run-multi-site-minio-idp.sh

    site1_pid1=$!
    minio server --config-dir /tmp/minio-internal --address ":9010" http://localhost:9001/tmp/minio-internal-idp1/{1...4} http://localhost:9010/tmp/minio-internal-idp1/{5...8} >/tmp/minio1_2.log 2>&1 &
    site1_pid2=$!
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 12K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/collect/CountTest.java

      }
    
      public void testGetAndAdd() {
        Count holder = new Count(20);
        assertEquals(20, holder.get());
        holder.add(1);
        assertEquals(21, holder.get());
      }
    
      public void testAddAndGet() {
        Count holder = new Count(20);
        assertEquals(21, holder.addAndGet(1));
      }
    
      public void testGetAndSet() {
        Count holder = new Count(10);
        assertEquals(10, holder.getAndSet(20));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 19 20:34:55 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenLatestResolveIntegrationTest.groovy

            // We use a non-unique snapshot here because we are using a file repository, and we want the file name to be projectC-2.1-SNAPSHOT.jar
            // For a file repository, the resolved artifact name would be the unique snapshot version (since we use artifact in-place)
            mavenRepo().module('org.test', 'projectC', '2.1-SNAPSHOT').withNonUniqueSnapshots().publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top