Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for posix (0.01 sec)

  1. gradlew

    #
    # SPDX-License-Identifier: Apache-2.0
    #
    
    ##############################################################################
    #
    #   Gradle start up script for POSIX generated by Gradle.
    #
    #   Important for running:
    #
    #   (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is
    #       noncompliant, but you have some other compliant shell such as ksh or
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Aug 01 08:06:31 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/PermissionHelper.java

                    }
                }
            }
            return roleTypeList;
        }
    
        /**
         * Extracts role type information from file system response data.
         * Processes ACL (Access Control List) or POSIX file attributes to extract user and group information.
         *
         * @param responseData the response data containing file system metadata
         * @return a list of role type strings extracted from the file permissions
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 15.3K bytes
    - Viewed (0)
Back to top