Search Options

Results per page
Sort
Preferred Languages
Advance

Results 591 - 600 of 617 for 5min (0.08 sec)

  1. CHANGELOG/CHANGELOG-1.9.md

    *   `kubectl create pdb` no longer sets the min-available field by default. ([#53047](https://github.com/kubernetes/kubernetes/pull/53047),[ @yuexiao-wang](https://github.com/yuexiao-wang))
    *   The canonical pronunciation of kubectl is "cube control".
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (darwin-386), const VKILL ideal-int
    pkg syscall (darwin-386), const VLNEXT = 14
    pkg syscall (darwin-386), const VLNEXT ideal-int
    pkg syscall (darwin-386), const VMIN = 16
    pkg syscall (darwin-386), const VMIN ideal-int
    pkg syscall (darwin-386), const VQUIT = 9
    pkg syscall (darwin-386), const VQUIT ideal-int
    pkg syscall (darwin-386), const VREPRINT = 6
    pkg syscall (darwin-386), const VREPRINT ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  3. tensorflow/c/eager/c_api_test.cc

      TFE_DeleteContextOptions(opts);
    
      TFE_TensorHandle* input = TestMatrixTensorHandle(ctx);
      TFE_TensorHandle* axis = TestAxisTensorHandle(ctx);
      TFE_Op* minOp = TFE_NewOp(ctx, "Min", status);
      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TFE_OpAddInput(minOp, input, status);
      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TFE_OpAddInput(minOp, axis, status);
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const VINTR ideal-int
    pkg syscall (freebsd-386-cgo), const VKILL ideal-int
    pkg syscall (freebsd-386-cgo), const VLNEXT ideal-int
    pkg syscall (freebsd-386-cgo), const VMIN ideal-int
    pkg syscall (freebsd-386-cgo), const VQUIT ideal-int
    pkg syscall (freebsd-386-cgo), const VREPRINT ideal-int
    pkg syscall (freebsd-386-cgo), const VSTART ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.15.md

    * changes timeout value in csi plugin from 15s to 2min which fixes the timeout issue ([#79529](https://github.com/kubernetes/kubernetes/pull/79529), [@andyzhangx](https://github.com/andyzhangx))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const VKILL ideal-int
    pkg syscall (netbsd-arm64-cgo), const VLNEXT = 14
    pkg syscall (netbsd-arm64-cgo), const VLNEXT ideal-int
    pkg syscall (netbsd-arm64-cgo), const VMIN = 16
    pkg syscall (netbsd-arm64-cgo), const VMIN ideal-int
    pkg syscall (netbsd-arm64-cgo), const VQUIT = 9
    pkg syscall (netbsd-arm64-cgo), const VQUIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const VREPRINT = 6
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/CallTest.kt

            return if (chunked) -1L else size
          }
    
          override fun writeTo(sink: BufferedSink) {
            var count = 0
            while (count < size) {
              sink.write(buffer, 0, Math.min(size - count, writeSize.toLong()).toInt())
              count += writeSize
            }
          }
        }
      }
    
      @Test
      fun emptyResponseBody() {
        server.enqueue(
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.21.md

    - The scheduler's assumed pods have 2min instead of 30s to receive nodeName pod updates ([#106632](https://github.com/kubernetes/kubernetes/pull/106632), [@ahg-g](https://github.com/ahg-g)) [SIG Scheduling]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  9. okhttp-android/src/main/baseline-prof.txt

    HSPLandroidx/lifecycle/LifecycleRegistry;->enforceMainThreadIfNeeded(Ljava/lang/String;)V
    HSPLandroidx/lifecycle/LifecycleRegistry;->min(Landroidx/lifecycle/Lifecycle$State;Landroidx/lifecycle/Lifecycle$State;)Landroidx/lifecycle/Lifecycle$State;
    HSPLandroidx/lifecycle/LifecycleRegistry;->moveToState(Landroidx/lifecycle/Lifecycle$State;)V
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.16.md

    - Fixes validation of VolumeAttachment API objects created with inline volume sources. ([#80945](https://github.com/kubernetes/kubernetes/pull/80945), [@tedyu](https://github.com/tedyu))
    - Changes timeout value in csi plugin from 15s to 2min which fixes the timeout issue ([#79529](https://github.com/kubernetes/kubernetes/pull/79529), [@andyzhangx](https://github.com/andyzhangx))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
Back to top