Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Bohner (0.14 sec)

  1. LICENSE

          "License" shall mean the terms and conditions for use, reproduction,
          and distribution as defined by Sections 1 through 9 of this document.
    
          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue May 08 21:35:34 GMT 2018
    - 11.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/PermissionHelper.java

            if (fessConfig.isFtpRoleFromFile() && responseData.getUrl().startsWith("ftp:")) {
                final String owner = (String) responseData.getMetaDataMap().get(FtpClient.FTP_FILE_USER);
                if (owner != null) {
                    roleTypeList.add(systemHelper.getSearchRoleByUser(owner));
                }
                final String group = (String) responseData.getMetaDataMap().get(FtpClient.FTP_FILE_GROUP);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12.3K bytes
    - Viewed (0)
Back to top