Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for sh_link (1.28 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const AF_ISO ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_LAT = 14
    pkg syscall (netbsd-arm64-cgo), const AF_LAT ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_LINK = 18
    pkg syscall (netbsd-arm64-cgo), const AF_LINK ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_LOCAL = 1
    pkg syscall (netbsd-arm64-cgo), const AF_LOCAL ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_MAX = 35
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const AF_ISO ideal-int
    pkg syscall (darwin-arm64), const AF_LAT = 14
    pkg syscall (darwin-arm64), const AF_LAT ideal-int
    pkg syscall (darwin-arm64), const AF_LINK = 18
    pkg syscall (darwin-arm64), const AF_LINK ideal-int
    pkg syscall (darwin-arm64), const AF_LOCAL = 1
    pkg syscall (darwin-arm64), const AF_LOCAL ideal-int
    pkg syscall (darwin-arm64), const AF_MAX = 40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.21.md

        - [Node Binaries](#node-binaries-9)
      - [Changelog since v1.21.4](#changelog-since-v1214)
      - [Important Security Information](#important-security-information)
        - [CVE-2021-25741: Symlink Exchange Can Allow Host Filesystem Access](#cve-2021-25741-symlink-exchange-can-allow-host-filesystem-access)
      - [Changes by Kind](#changes-by-kind-8)
        - [Feature](#feature-6)
        - [Bug or Regression](#bug-or-regression-8)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // Stride:           1,   4,   -1
      // Begin mask:       1,   0,    0  (= 1)
      // End mask:         0,   0,    1  (= 4)
      // Shrink axis mask: 1,   0,    1  (= 5)
    
      // So result shape:
      // Dim #0: shrink axis, take value at [1]
      // Dim #1: 4 to 65 stride 4: so 16
      // Dim #2: shrink axis, take value at [-3]
      // result shape: [16]
    
      // As output shape of StridedSlice differs, a reshape will follow.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    ight:P("minHeight",[["min-h",["minHeight"]]]),width:P("width",[["w",["width"]]]),minWidth:P("minWidth",[["min-w",["minWidth"]]]),maxWidth:P("maxWidth",[["max-w",["maxWidth"]]]),flex:P("flex"),flexShrink:P("flexShrink",[["flex-shrink",["flex-shrink"]],["shrink",["flex-shrink"]]]),flexGrow:P("flexGrow",[["flex-grow",["flex-grow"]],["grow",["flex-grow"]]]),flexBasis:P("flexBasis",[["basis",["flex-basis"]]]),tableLayout:({addUtilities:i})=>{i({".table-auto":{"table-layout":"auto"},".table-fixed":{"t...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.11.md

    * CRI now defines mounting behavior. If the host path doesn't exist, the runtime should return an error. If the host path is a symlink, the runtime should follow the symlink and mount the real destination to the container. ([#61460](https://github.com/kubernetes/kubernetes/pull/61460), [@feiskyer](https://github.com/feiskyer))
    
    ### SIG OpenStack
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.7.md

    * Add /bin/mkfifo symlink to bazel build for busybox, so that CI builds have /bin/tee ([#59268](https://github.com/kubernetes/kubernetes/pull/59268), [@justinsb](https://github.com/justinsb))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.17.md

    Prior to 1.17 and for existing nodes created by `kubeadm init` where kubelet client certificate rotation is desired, you must modify `/etc/kubernetes/kubelet.conf` to point to the PEM symlink for rotation:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.20.md

        - [Node Binaries](#node-binaries-4)
      - [Changelog since v1.20.10](#changelog-since-v12010)
      - [Important Security Information](#important-security-information)
        - [CVE-2021-25741: Symlink Exchange Can Allow Host Filesystem Access](#cve-2021-25741-symlink-exchange-can-allow-host-filesystem-access)
      - [Changes by Kind](#changes-by-kind-4)
        - [Bug or Regression](#bug-or-regression-4)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

        - [Node Binaries](#node-binaries-15)
      - [Changelog since v1.22.1](#changelog-since-v1221)
      - [Important Security Information](#important-security-information-2)
        - [CVE-2021-25741: Symlink Exchange Can Allow Host Filesystem Access](#cve-2021-25741-symlink-exchange-can-allow-host-filesystem-access)
      - [Changes by Kind](#changes-by-kind-14)
        - [Feature](#feature-7)
        - [Bug or Regression](#bug-or-regression-14)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top