- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 4,555 for 0$ (0.27 sec)
-
src/main/resources/fess_message_nl.properties
errors.file_is_not_supported={0} wordt niet ondersteund. errors.plugin_file_is_not_found={0} niet gevonden. errors.failed_to_install_plugin=Kan {0} niet installeren. errors.failed_to_find_plugins=Geen beschikbare plugins gevonden. errors.failed_to_process_sso_request=Kan verzoek niet verwerken: {0} errors.property_required={0} is vereist. errors.property_type_integer={0} is een geheel getal.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_message_ru.properties
errors.file_is_not_supported={0} не поддерживается. errors.plugin_file_is_not_found={0} не найден. errors.failed_to_install_plugin=Не удалось установить {0}. errors.failed_to_find_plugins=Не удалось найти доступные плагины. errors.failed_to_process_sso_request=Не удалось обработать запрос: {0} errors.property_required={0} обязательно. errors.property_type_integer={0} должно быть целым числом.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 15.8K bytes - Viewed (0) -
fess-crawler/src/test/resources/ajax/js/jquery-2.1.1.min.js
dd"===a[3])):a[3]&&fb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+M+")"+a+"("+M+"|$)"))&...
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 82.3K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt
assertThat(result0).isEqualTo(plan0.connection) } taskFaker.runTasks() assertEvents( "take plan 0", "plan 0 TCP connecting...", ) taskFaker.advanceUntil(240.ms) assertEvents( "plan 0 TCP connected", "plan 0 TLS connecting...", "plan 0 TLS connected", ) } @Test fun firstPlanConnectedBeforeSecondPlan() { val plan0 = routePlanner.addPlan()
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 20.9K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
errors.file_is_not_supported={0} non è supportato. errors.plugin_file_is_not_found={0} non trovato. errors.failed_to_install_plugin=Impossibile installare {0}. errors.failed_to_find_plugins=Nessun plugin disponibile trovato. errors.failed_to_process_sso_request=Impossibile elaborare la richiesta: {0} errors.property_required={0} è obbligatorio. errors.property_type_integer={0} è un numero intero.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryDirectoryResponseTest.java
// LastWriteTime SMBUtil.writeInt8(0, buffer, dataOffset + 24); // ChangeTime SMBUtil.writeInt8(0, buffer, dataOffset + 32); // EndOfFile SMBUtil.writeInt8(0, buffer, dataOffset + 40); // AllocationSize SMBUtil.writeInt8(0, buffer, dataOffset + 48); // ExtFileAttributes SMBUtil.writeInt4(0, buffer, dataOffset + 56);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 23.5K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
errors.property_type_long={0} doit être un long. errors.property_type_float={0} doit être un flottant. errors.property_type_double={0} doit être un double. errors.property_type_date={0} doit être une date. errors.storage_file_upload_failure=Échec du téléversement de {0}. errors.storage_file_not_found=Le fichier cible n'existe pas dans le stockage. errors.storage_file_download_failure=Échec du téléchargement de {0}.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 13.1K bytes - Viewed (0) -
src/main/resources/fess_message_zh_CN.properties
errors.property_type_float={0} 是数字。 errors.property_type_double={0} 是数字。 errors.property_type_date={0} 是日期。 errors.storage_file_upload_failure=上传 {0} 失败。 errors.storage_file_not_found=目标文件不在存储中。 errors.storage_file_download_failure=下载 {0} 失败。 errors.storage_access_error=存储访问错误: {0} errors.storage_no_upload_file=请指定要上传的文件。 errors.storage_directory_name_is_invalid=目录名无效。 errors.storage_tags_update_failure=更新 {0} 的标签失败。Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2Test.java
testMessage.setCredit(100); int len = testMessage.encode(buffer, 0); assertTrue(len > 0); assertEquals(0, testMessage.getHeaderStart()); assertTrue(testMessage.getLength() > 0); // Verify SMB2 header assertEquals((byte) 0xFE, buffer[0]); assertEquals((byte) 'S', buffer[1]); assertEquals((byte) 'M', buffer[2]);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 39.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/FileNotifyInformationImplTest.java
byte[] buffer = createValidNotificationBuffer(fileName, action); int bytesRead = notifyInfo.decode(buffer, 0, buffer.length); assertTrue(bytesRead > 0); assertEquals(0, notifyInfo.getNextEntryOffset()); // Single entry has 0 offset assertEquals(action, notifyInfo.getAction()); assertEquals(fileName, notifyInfo.getFileName()); } @Test
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.1K bytes - Viewed (0)