Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for _label (0.03 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

                                final Locale locale = LocaleUtils.toLocale(lang);
                                final String label = locale.getDisplayName(displayLocale);
                                final Map<String, String> map = new HashMap<>(2);
                                map.put(Constants.ITEM_LABEL, label);
                                map.put(Constants.ITEM_VALUE, lang);
                                langItems.add(map);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/NtStatus.java

                "More data is available.", "Access is denied.", "The data area passed to a system call is too small.",
                "The filename, directory name, or volume label syntax is incorrect.", "The system cannot find the file specified.",
                "Cannot create a file when that file already exists.", "The handle is invalid.", "The specified path is invalid.",
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/NtStatus.java

                "More data is available.", "Access is denied.", "The data area passed to a system call is too small.",
                "The filename, directory name, or volume label syntax is incorrect.", "The system cannot find the file specified.",
                "Cannot create a file when that file already exists.", "The handle is invalid.", "The specified path is invalid.",
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 13.2K bytes
    - Viewed (0)
Back to top