Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 132 for 1251 (0.05 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics_test.go

    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="1"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="1.25"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="1.5"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="2"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="3"} 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 21:15:32 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. src/runtime/mksizeclasses.go

    // request up to the next size class wastes at most 12.5% (1.125x).
    //
    // Each size class has its own page count that gets allocated
    // and chopped up when new objects of the size class are needed.
    // That page count is chosen so that chopping up the run of
    // pages into objects of the given size wastes at most 12.5% (1.125x)
    // of the memory. It is not necessary that the cutoff here be
    // the same as above.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:31:27 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go

          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="1"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="1.25"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="1.5"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="2"} 1
          apiserver_watch_cache_read_wait_seconds_bucket{resource="pods",le="3"} 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_GAMMA_R                         = 0x4E2 // 1250
    	SYS___HYPOT_B                       = 0x4E3 // 1251
    	SYS___J0_B                          = 0x4E4 // 1252
    	SYS___Y0_B                          = 0x4E5 // 1253
    	SYS___J1_B                          = 0x4E6 // 1254
    	SYS___Y1_B                          = 0x4E7 // 1255
    	SYS___JN_B                          = 0x4E8 // 1256
    	SYS___YN_B                          = 0x4E9 // 1257
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.25.md

      - [Changelog since v1.25.1](#changelog-since-v1251)
      - [Changes by Kind](#changes-by-kind-13)
        - [Bug or Regression](#bug-or-regression-13)
      - [Dependencies](#dependencies-14)
        - [Added](#added-14)
        - [Changed](#changed-14)
        - [Removed](#removed-14)
    - [v1.25.1](#v1251)
      - [Downloads for v1.25.1](#downloads-for-v1251)
        - [Source Code](#source-code-15)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  6. samples/tlssurvey/src/main/kotlin/okhttp3/survey/RunSurvey.kt

      val java7 = sslLabsClients.first { it.userAgent == "Java" && it.version == "7u25" }
      val java12 = sslLabsClients.first { it.userAgent == "Java" && it.version == "12.0.1" }
      val safari12iOS = sslLabsClients.first { it.userAgent == "Safari" && it.platform == "iOS 12.3.1" }
      val safari12Osx =
        sslLabsClients.first { it.userAgent == "Safari" && it.platform == "MacOS 10.14.6 Beta" }
    
      val okhttp = currentOkHttp(ianaSuitesNew)
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  7. manifests/helm-profiles/compatibility-version-1.21.yaml

    Leonardo Sarra <******@****.***> 1717533426 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:37:06 UTC 2024
    - 310 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/quantization/tensorflow/tests/fallback_to_flex_ops_legacy.mlir

    func.func @conv2d_backprop_input_with_add(%arg0: tensor<4xi32>, %arg1: tensor<3x3x1x32xf32>, %arg2: tensor<15x14x14x32xf32>) -> tensor<15x28x28x1xf32> {
      %0 = "tf.Conv2DBackpropInput"(%arg0, %arg1, %arg2) {strides = [1, 2, 2, 1], padding="SAME", dilations=[1, 1, 1, 1]}: (tensor<4xi32>, tensor<3x3x1x32xf32>, tensor<15x14x14x32xf32>) -> tensor<15x28x28x1xf32>
      %1 = "tf.Const"() {value = dense<1.000000e+00> : tensor<1xf32>} : () -> tensor<1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  9. samples/bookinfo/platform/kube/bookinfo-psa.yaml

          labels:
            app: details
            version: v1
        spec:
          serviceAccountName: bookinfo-details
          containers:
          - name: details
            image: docker.io/istio/examples-bookinfo-details-v1:1.20.1
            imagePullPolicy: IfNotPresent
            ports:
            - containerPort: 9080
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                drop:
                  - all
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  10. samples/bookinfo/platform/kube/bookinfo.yaml

          labels:
            app: details
            version: v1
        spec:
          serviceAccountName: bookinfo-details
          containers:
          - name: details
            image: docker.io/istio/examples-bookinfo-details-v1:1.20.1
            imagePullPolicy: IfNotPresent
            ports:
            - containerPort: 9080
    ---
    ##################################################################################################
    # Ratings service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top