- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 28 for bliver (0.08 seconds)
-
src/main/resources/fess_indices/_aws/fess.json
}, "danish_keywords": { "type": "keyword_marker", "keywords": ["Hej", "verden", "Søg"] },Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
}, "danish_keywords": { "type": "keyword_marker", "keywords": ["Hej", "verden", "Søg"] },Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/webapp/css/admin/adminlte.min.css.map
1px #fff, 0 0 0 2px rgba(116, 200, 163, 0.25);\n}\n\n.dark-mode .custom-range.custom-range-olive::-webkit-slider-thumb {\n background-color: #74c8a3;\n}\n\n.dark-mode .custom-range.custom-range-olive::-webkit-slider-thumb:active {\n background-color: #f4fbf8;\n}\n\n.dark-mode .custom-range.custom-range-olive::-moz-range-thumb {\n background-color: #74c8a3;\n}\n\n.dark-mode .custom-range.custom-range-olive::-moz-range-thumb:active {\n background-color: #f4fbf8;\n}\n\n.dark-mode .custom-range.c...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 3.7M bytes - Click Count (3) -
src/main/webapp/css/admin/adminlte.min.css
-range-olive::-webkit-slider-thumb:active{background-color:#f4fbf8}.dark-mode .custom-range.custom-range-olive::-moz-range-thumb{background-color:#74c8a3}.dark-mode .custom-range.custom-range-olive::-moz-range-thumb:active{background-color:#f4fbf8}.dark-mode .custom-range.custom-range-olive::-ms-thumb{background-color:#74c8a3}.dark-mode .custom-range.custom-range-olive::-ms-thumb:active{background-color:#f4fbf8}.dark-mode .custom-range.custom-range-lime:focus{outline:0}.dark-mode .custom-range.c...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 1.3M bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/AbstractDataStoreTest.java
} // Verify alive is false assertFalse("alive should be false after all stop() calls", dataStore.alive); } /** * Test that multiple threads can safely read alive field while one writes. */ @Test public void test_aliveField_concurrentReadWrite() throws Exception { dataStore.alive = true; final int readerCount = 5;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.8K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/ds/AbstractDataStore.java
/** * The mime type. */ public String mimeType = "application/datastore"; /** * The flag to check if the data store is alive. * Volatile to ensure visibility across threads. */ protected volatile boolean alive = true; /** * Default constructor. */ public AbstractDataStore() { // nothing } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.6K bytes - Click Count (0) -
src/main/resources/fess_message_fr.properties
errors.failed_to_upload_stopwords_file = Échec du téléversement d'un fichier de mots vides. errors.failed_to_download_elevate_file = Échec du téléchargement d'un fichier de mots à élever. errors.failed_to_upload_elevate_file = Échec du téléversement d'un fichier de mots à élever. errors.failed_to_download_badword_file = Échec du téléchargement d'un fichier de mots incorrects.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 14.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
// Wait for completion with longer timeout indexUpdater.join(3000); assertFalse(errorOccurred.get()); // Thread may still be alive in test environment, just check no errors // // Thread may still be alive in test environment // assertFalse(indexUpdater.isAlive()); } // Test updateDocument with boost matcher @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 33.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/PingSearchEngineJob.java
.append(ping.getClusterStatus()) .append('.'); } else if (status == 0) { resultBuf.append(ping.getClusterName()).append(" is alive."); } else { resultBuf.append(ping.getClusterName()).append(" is not available."); } return resultBuf.toString(); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 4.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PingSearchEngineJobTest.java
ComponentUtil.setFessConfig(fessConfig); // Execute String result = pingSearchEngineJob.execute(); // Assert assertEquals("test-cluster is alive.", result); } // Test RED status with state change @Test public void test_execute_redStatusNoChange() { // Setup mock components
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0)