- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for nora (0.03 sec)
-
src/main/resources/fess_label_pt_BR.properties
labels.crawling_info_CrawlerStartTime=Hora de início do rastreador labels.crawling_info_CrawlerEndTime=Hora de término do rastreador labels.crawling_info_CrawlerExecTime=Tempo de execução do rastreador labels.crawling_info_CrawlerStatus=Estado do rastreador labels.crawling_info_WebFsCrawlExecTime=Tempo de execução do rastreamento (Web/Arquivo) labels.crawling_info_WebFsCrawlStartTime=Hora de início do rastreamento (Web/Arquivo)
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/AssertionUtil.java
if (argValue == null) { throw new NullArgumentException(argName); } } /** * Asserts that the argument is neither <code>null</code> nor an empty string. * * @param argName * The name of the argument that must not be {@code null} or an empty string. * @param argValue * The value of the argument.
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.crawling_info_thread_dump=Dump thread labels.crawling_info_CrawlerStartTime=Ora di inizio crawler labels.crawling_info_CrawlerEndTime=Ora di fine crawler labels.crawling_info_CrawlerExecTime=Tempo di esecuzione crawler labels.crawling_info_CrawlerStatus=Stato crawler labels.crawling_info_WebFsCrawlExecTime=Tempo di esecuzione scansione (Web/File) labels.crawling_info_WebFsCrawlStartTime=Ora di inizio scansione (Web/File)
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/CopyUtil.java
// from InputStream to OutputStream // /** * Copies from an input stream to an output stream. * <p> * Neither the input stream nor the output stream is closed. * </p> * * @param in the input stream (must not be {@literal null}) * @param out the output stream (must not be {@literal null}) * @return the number of bytes copiedRegistered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
"discard_punctuation": false }, "korean_tokenizer": { "type": "fess_korean_tokenizer", "decompound_mode": "mixed", "user_dict_path": "${fess.dictionary.path}ko/nori.txt" }, "simplified_chinese_tokenizer": { "type": "fess_simplified_chinese_tokenizer" }, "vietnamese_tokenizer": { "type": "fess_vietnamese_tokenizer",
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
src/test/java/jcifs/context/CIFSContextCredentialWrapperTest.java
() -> NtlmAuthenticator.requestNtlmPasswordAuthentication(eq(mockNtlmAuthenticator), eq("locationHint"), eq(null))); } } @Test @DisplayName("Should return false if neither renewable nor NTLM authentication succeeds") void testRenewCredentials_NoRenewalPossible() { // Ensure credentials are not renewable
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.webauth_configuration=Uwierzytelnianie web labels.webauth_list_hostname=Nazwa hosta labels.webauth_list_web_crawling_config=Nazwa konfiguracji labels.webauth_any=Dowolny labels.webauth_create_web_config=Utwórz nową konfigurację web labels.webauth_title_details=Uwierzytelnianie web labels.webauth_hostname=Nazwa hosta labels.webauth_port=Port labels.webauth_realm=Obszar labels.webauth_scheme=Schemat
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbPipeHandleImplTest.java
@Mock Configuration config; private SmbPipeHandleImpl target; @BeforeEach void setUp() throws SmbException { // Default pipe characteristics: neither transact nor call; RDWR for access when(pipe.getPipeType()).thenReturn(SmbPipeResource.PIPE_TYPE_RDWR); when(pipe.getUncPath()).thenReturn("\\\\pipe\\\\my-pipe"); // Setup tree with configurationRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/resources/esclient.xml
</postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"ja/mapping.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"ko/nori.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"lt/protwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 16K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/SMB1SigningDigestTest.java
when(mockConfig.getLocalTimezone()).thenReturn(mockTimeZone); byte[] dst = new byte[4]; long testTime = System.currentTimeMillis(); // Test when neither current time nor test time are in DST when(mockTimeZone.inDaylightTime(any(Date.class))).thenReturn(false); SMB1SigningDigest.writeUTime(mockConfig, testTime, dst, 0); int expectedSeconds = (int) (testTime / 1000L);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0)