Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for acl (0.07 sec)

  1. 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
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
  2. 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))
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
Back to top