Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for kill (0.09 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), const VERASE ideal-int
    pkg syscall (darwin-arm64), const VINTR = 8
    pkg syscall (darwin-arm64), const VINTR ideal-int
    pkg syscall (darwin-arm64), const VKILL = 5
    pkg syscall (darwin-arm64), const VKILL ideal-int
    pkg syscall (darwin-arm64), const VLNEXT = 14
    pkg syscall (darwin-arm64), const VLNEXT ideal-int
    pkg syscall (darwin-arm64), const VMIN = 16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.15.md

    - Introducing new semantic for metric `volume_operation_total_seconds` to be the end to end latency of volume provisioning/deletion. Existing metric "storage_operation_duration_seconds" will remain untouched, however it is exposed to the following potential...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  3. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    has outdated direction syntax. New syntax is like `to left` instead of `right`.",{node:f})}aA.includes(f.prop)&&(f.value.includes("-fill-available")||(f.value.includes("fill-available")?t.warn("Replace fill-available to stretch, because spec had been changed",{node:f}):f.value.includes("fill")&&Km(m).nodes.some(y=>y.type==="word"&&y.value==="fill")&&t.warn("Replace fill to stretch, because spec had been changed",{node:f})));let b;if(f.prop==="transition"||f.prop==="transition-property")return this...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.6.md

    - **[beta]** [Taints and tolerations](https://kubernetes....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    // call, and records info about the defer, so we can generate proper code on the
    // exit paths. n is the sub-node of the defer node that is the actual function
    // call. We will also record funcdata information on where the function is stored
    // (as well as the deferBits variable), and this will enable us to run the proper
    // defer calls during panics.
    func (s *state) openDeferRecord(n *ir.CallExpr) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * Get the value for the key 'paging.page.range.fill.limit'. <br>
         * The value is, e.g. true <br>
         * comment: The option 'fillLimit' of page range for paging
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getPagingPageRangeFillLimit();
    
        /**
         * Is the property for the key 'paging.page.range.fill.limit' true? <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %0 = "tfl.broadcast_to"(%arg0, %arg1) : (tensor<3xi32>, tensor<2xi32>) -> tensor<*xi32>
      return %0 : tensor<*xi32>
      // CHECK:  %cst = arith.constant dense<1> : tensor<i32>
      // CHECK:  %0 = "tfl.fill"(%arg1, %cst) : (tensor<2xi32>, tensor<i32>) -> tensor<*xi32>
      // CHECK:  %1 = tfl.mul(%arg0, %0) <{fused_activation_function = "NONE"}> : (tensor<3xi32>, tensor<*xi32>) -> tensor<*xi32>
      // CHECK:  return %1 : tensor<*xi32>
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.12.md

    ## Changelog since v1.12.7
    
    ### Other notable changes
    
    * Connections from Pods to Services with 0 endpoints will now ICMP reject immediately, rather than blackhole and timeout. ([#72534](https://github.com/kubernetes/kubernetes/pull/72534), [@thockin](https://github.com/thockin))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    }
    
    // After sending GOAWAY with an error code (non-graceful shutdown), the
    // connection will close after goAwayTimeout.
    //
    // If we close the connection immediately after sending GOAWAY, there may
    // be unsent data in our kernel receive buffer, which will cause the kernel
    // to send a TCP RST on close() instead of a FIN. This RST will abort the
    // connection immediately, whether or not the client had received the GOAWAY.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.20.md

    - The `/debug/api_priority_and_fairness/dump_requests` path at an apiserver will no longer return a phantom line for each exempt priority level. ([#93406](https://github.com/kubernetes/kubernetes/pull/93406), [@MikeSpreitzer](https://github.com/MikeSpreitzer)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
Back to top