- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 41 for verb (0.02 sec)
-
src/main/resources/fess_message_it.properties
constraints.ParametersScriptAssert.message = L'espressione script "{script}" non è vera. constraints.Range.message = {item} deve essere compreso tra {min} e {max}. constraints.SafeHtml.message = {item} contiene contenuto HTML pericoloso. constraints.ScriptAssert.message = L'espressione script "{script}" non è vera. constraints.URL.message = {item} non è un URL valido. constraints.Required.message = {item} è richiesto.
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/netbios/NameServiceClientImplTest.java
@Timeout(value = 1, unit = TimeUnit.SECONDS) // Very short timeout void testBroadcastTimeout() { // Configure for broadcast-only resolution with very short timeout when(mockConfig.getResolveOrder()).thenReturn(Arrays.asList(ResolverType.RESOLVER_BCAST)); when(mockConfig.getNetbiosSoTimeout()).thenReturn(50); // Very short when(mockConfig.getNetbiosRetryCount()).thenReturn(1);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 11K bytes - Viewed (0) -
src/main/resources/fess_message_tr.properties
errors.crud_invalid_mode = Mod yanlış. ({0} değil, {1}) errors.crud_failed_to_create_instance = Yeni veri oluşturulamadı. errors.crud_failed_to_create_crud_table = Yeni veri oluşturulamadı. ({0}) errors.crud_failed_to_update_crud_table=Veri güncellenemedi. ({0}) errors.crud_failed_to_delete_crud_table=Veri silinemedi. ({0}) errors.crud_could_not_find_crud_table = {0} verisi bulunamadı.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 21:12:48 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmContext.java
final byte[] sk = this.verifyKey; if (sk == null) { throw new CIFSException("Signing is not initialized"); } final int ver = SMBUtil.readInt4(mic, 0); if (ver != 1) { throw new SmbUnsupportedOperationException("Invalid signature version"); } final MessageDigest mac = Crypto.getHMACT64(sk);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 17.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/DfsReferralRequestBufferTest.java
@CsvSource({ "'', 4", "'a', 6", "'\\\\', 8", "'\\\\server', 20", "'\\\\server\\share', 32", "'\\\\server\\share\\path', 42", "'\\\\server\\share\\very\\long\\path\\with\\many\\segments', 100" }) void testSizeCalculation(String path, int expectedSize) { buffer = new DfsReferralRequestBuffer(path, 3); assertEquals(expectedSize, buffer.size());Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetServerEnum2Test.java
assertEquals(SmbComTransaction.NET_SERVER_ENUM2, subCommand); } @Test @DisplayName("Test with very long domain name") void testVeryLongDomainName() { String longDomain = "A".repeat(256); // Very long domain name netServerEnum2 = new NetServerEnum2(realConfig, longDomain, NetServerEnum2.SV_TYPE_ALL); byte[] dst = new byte[2048];
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.7K bytes - Viewed (0) -
src/test/java/org/codelibs/core/io/FileUtilTest.java
// Empty file should work with any maxSize including 0 final byte[] bytes = FileUtil.readBytes(file, 0); assertThat(bytes.length, is(0)); } /** * Test readBytes with very large custom maxSize * * @throws Exception */ @Test public void testReadBytes_CustomMaxSize_VeryLarge() throws Exception { final File file = tempFolder.newFile("test.txt");Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.crawling_info_DataCrawlExecTime=Tarama Yürütme Süresi (Veri Deposu) labels.crawling_info_DataCrawlStartTime=Tarama Başlangıç Zamanı (Veri Deposu) labels.crawling_info_DataCrawlEndTime=Tarama Bitiş Zamanı (Veri Deposu) labels.crawling_info_DataIndexExecTime=İndeksleme Yürütme Süresi (Veri Deposu) labels.crawling_info_DataIndexSize=İndeks Boyutu (Veri Deposu) labels.webauth_configuration=Web Kimlik Doğrulama
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
src/main/java/jcifs/smb1/Config.java
* </pre></blockquote> */ public static void registerSmbURLHandler() { String ver, pkgs; ver = System.getProperty("java.version"); if (ver.startsWith("1.1.") || ver.startsWith("1.2.")) { throw new RuntimeException("jcifs.smb1-0.7.0b4+ requires Java 1.3 or above. You are running " + ver); } pkgs = System.getProperty("java.protocol.handler.pkgs"); if (pkgs == null) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/SmbComRenameTest.java
assertDoesNotThrow(() -> { new SmbComRename(config, null, null); }); } /** * Test with very long file names */ @Test @DisplayName("Test writeBytesWireFormat with very long file names") public void testWriteBytesWireFormatLongFileNames() { // Given String longOldFileName = "a".repeat(255); // Max filename length
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.5K bytes - Viewed (0)