- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for dinten (0.03 sec)
-
src/main/resources/fess_message_de.properties
errors.crud_failed_to_create_instance = Fehler beim Erstellen neuer Daten. errors.crud_failed_to_create_crud_table = Fehler beim Erstellen neuer Daten. ({0}) errors.crud_failed_to_update_crud_table=Fehler beim Aktualisieren der Daten. ({0}) errors.crud_failed_to_delete_crud_table=Fehler beim Löschen der Daten. ({0}) errors.crud_could_not_find_crud_table = Die Daten {0} wurden nicht gefunden.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/DES.java
* @param outInts the output integer array * @param outOff the offset into the output array * @param intLen the number of integers to convert */ public static void squashBytesToInts(final byte[] inBytes, final int inOff, final int[] outInts, final int outOff, final int intLen) { for (int i = 0; i < intLen; ++i) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 22.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmUtil.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.1K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.group_list_name=Nama labels.group_name=Nama labels.group_title_details=Grup labels.related_content_configuration=Konten Terkait labels.related_content_content=Konten labels.related_content_list_term=Istilah labels.related_content_term=Istilah labels.related_content_title_details=Konten Terkait labels.related_query_configuration=Kueri Terkait labels.related_query_list_term=Istilah labels.related_query_queries=Kueri
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
# Fess # ====== errors.login_error = Gebruikersnaam of wachtwoord is onjuist. errors.sso_login_error=SSO-inlogproces mislukt. errors.could_not_find_log_file = Kan {0} niet vinden. errors.failed_to_start_crawl_process = Kan het crawlproces niet starten. errors.invalid_design_jsp_file_name = Ongeldige JSP-bestandsnaam. errors.design_jsp_file_does_not_exist = Het JSP-bestand bestaat niet.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbEnumerationUtilTest.java
void list_withNullRoot_throwsNpe() { // Intent: null root is invalid input assertThrows(NullPointerException.class, () -> SmbEnumerationUtil.list(null, "*", 0, null, null)); } @Test @DisplayName("listFiles with null root throws NullPointerException") void listFiles_withNullRoot_throwsNpe() { // Intent: null root is invalid input
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.1K bytes - Viewed (0) -
src/main/resources/fess_message_id.properties
constraints.NotEmpty.message = {item} wajib diisi. constraints.ParametersScriptAssert.message = Ekspresi script "{script}" tidak benar. constraints.Range.message = {item} harus antara {min} dan {max}. constraints.SafeHtml.message = {item} mengandung konten HTML yang tidak aman. constraints.ScriptAssert.message = Ekspresi script "{script}" tidak benar. constraints.URL.message = {item} bukan URL yang valid. constraints.Required.message = {item} wajib diisi.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:12:58 UTC 2025 - 11.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/Kerb5ContextTest.java
assertThrows(NullPointerException.class, () -> ctx.verifyMIC(new byte[] { 1 }, null)); } @Test @DisplayName("isMICAvailable reflects GSS integ state") void isMICAvailable_behavior() { when(gssContext.getIntegState()).thenReturn(false).thenReturn(true); assertFalse(ctx.isMICAvailable()); assertTrue(ctx.isMICAvailable()); }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.2K bytes - Viewed (0) -
LICENSE
this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library.
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
public static final int FILE_DELETE_ON_CLOSE = 0x1000; /** * Open file by its file ID */ public static final int FILE_OPEN_BY_FILE_ID = 0x2000; /** * The file is being opened for backup intent */ public static final int FILE_OPEN_FOR_BACKUP_INTENT = 0x4000; /** * Disable compression on the file */ public static final int FILE_NO_COMPRESSION = 0x8000; /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 22.9K bytes - Viewed (0)