Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for acl (0.23 sec)

  1. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FD ideal-int
    pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FILE ideal-int
    pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_LINK ideal-int
    pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FD ideal-int
    pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FILE ideal-int
    pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_LINK ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  2. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FD = 354
    pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FILE = 353
    pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_LINK = 428
    pkg syscall (freebsd-386), const SYS___ACL_DELETE_FD = 352
    pkg syscall (freebsd-386), const SYS___ACL_DELETE_FILE = 351
    pkg syscall (freebsd-386), const SYS___ACL_DELETE_LINK = 427
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. configure.py

            'details.')
      config_info_line('mkl', 'Build with MKL support.')
      config_info_line(
          'mkl_aarch64',
          'Build with oneDNN and Compute Library for the Arm Architecture (ACL).')
      config_info_line('monolithic', 'Config for mostly static monolithic build.')
      config_info_line('numa', 'Build with NUMA support.')
      config_info_line(
          'dynamic_kernels',
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (1)
  4. api/go1.txt

    pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FD ideal-int
    pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FILE ideal-int
    pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_LINK ideal-int
    pkg syscall (freebsd-386), const SYS___ACL_DELETE_FD ideal-int
    pkg syscall (freebsd-386), const SYS___ACL_DELETE_FILE ideal-int
    pkg syscall (freebsd-386), const SYS___ACL_DELETE_LINK ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  5. tensorflow/BUILD

        "@local_config_nccl//:__subpackages__",
        "@local_config_rocm//:__subpackages__",
        "@local_config_tensorrt//:__subpackages__",
        "@local_execution_config_platform//:__subpackages__",
        "@mkl_dnn_acl_compatible//:__subpackages__",
        "@ml_dtypes//:__subpackages__",
        "@nccl_archive//:__subpackages__",
        "@nvtx_archive//:__subpackages__",
        "@onednn//:__subpackages__",
        "@org_sqlite//:__subpackages__",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. true <br>
         * comment: acl
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getSmbRoleFromFile();
    
        /**
         * Is the property for the key 'smb.role.from.file' true? <br>
         * The value is, e.g. true <br>
         * comment: acl
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  7. RELEASE.md

            back to a while loop.
    
    *   XLA:
    
        *   `tf.distribute.MultiWorkerMirroredStrategy` is now compilable with XLA.
        *   [Compute Library for the Arm® Architecture (ACL)](https://github.com/ARM-software/ComputeLibrary)
            is supported for aarch64 CPU XLA runtime
    
    *   CPU performance optimizations:
    
        *   **x86 CPUs**:
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  8. CHANGELOG/CHANGELOG-1.10.md

    ```
    kind: StorageClass
    apiVersion: storage.k8s.io/v1
    metadata:
      name: hdd
    provisioner: kubernetes.io/azure-disk
    mountOptions:
      - barrier=1
      - acl
    parameters:
      skuname: Standard_LRS
      kind: Managed
      fstype: ext3
    ```
    
    ([#56147](https://github.com/kubernetes/kubernetes/pull/56147), [@andyzhangx](https://github.com/andyzhangx))
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.20.md

    In 1.20, we introduce a new alpha feature `CSIServiceAccountToken`. This feature allows CSI drivers to impersonate the pods that they mount the volumes for. This improves the security posture in the mounting process where the volumes are ACL’ed on the pods’ service account without handing out unnecessary permissions to the CSI drivers’ service account. This feature is especially important for secret-handling CSI drivers, such as the secrets-store-csi-driver. Since these tokens can be rotated...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Viewed (0)
Back to top