- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 79 for closely (0.04 seconds)
-
.github/workflows/close-linked-issue-when-merged-into-release.yml
name: Close linked issues when PR merged into release on: pull_request: types: [closed] branches: - release - release7x - release8x permissions: issues: write jobs: closeIssueOnPrMerge: runs-on: ubuntu-latest steps: - name: Closes issues related to a merged pull request. uses: ldez/gha-mjolnir@df0e84242364946fa3ad4e7556510e8086ad681a env:Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jul 16 09:18:51 GMT 2025 - 458 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
try { classLoader.clearCache(); classLoader.close(); } catch (final IOException closeEx) { logger.warn("Failed to close GroovyClassLoader after compilation failure", closeEx); } throw e; } });Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 11.9K bytes - Click Count (0) -
.github/workflows/stale-pr.yml
It will be closed in 14 days if no further activity occurs. If you don't want the stale bot to close it, then set a milestone for it. days-before-pr-close: 14 close-pr-message: >Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Sep 04 22:13:29 GMT 2025 - 1.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/storage/StorageClient.java
* Checks if storage is properly configured and accessible. * * @return true if storage is available */ boolean isAvailable(); /** * Closes the client and releases resources. */ @Override void close();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 2.8K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/BinaryCompatibilityRepository.kt
BinaryCompatibilityRepository(SourcesRepository(sourceRoots, compilationClasspath)) } @VisibleForTesting fun emptyCaches() = sources.close() override fun close() = emptyCaches() fun isOverride(method: JApiMethod): Boolean = apiSourceFileFor(method).let { apiSourceFile -> when (apiSourceFile) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 3.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 15.3K bytes - Click Count (0) -
src/main/webapp/js/chat.js
} updateGroupBadge(checkbox.closest('.dropdown')); updateFilterBadge(); }); // Filter search input handler $(document).on('input', '.filter-search-input', function() { var query = $(this).val().toLowerCase(); $(this).closest('.filter-dropdown-menu').find('.filter-check-item').each(function() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
assertNull(result); updater.close(); } @Test public void test_ProtwordsUpdater_fileCreationException() { // This test verifies that ProtwordsUpdater constructor properly handles exceptions // The actual exception handling is tested by ensuring the updater can be created // and properly closed even when errors might occur protwordsFile.reload(null);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 21.2K bytes - Click Count (0) -
AI_POLICY.md
2. **Disclose significant AI involvement.** If AI tools played a major role in producing your contribution, say so in the description. We are not interested in incidental use, such as asking a chatbot for advice or accepting an autocomplete suggestion—but...
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 3.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java
return new FileInputStream(new File(file.getPath())); } @Override public void close() throws IOException { // Nothing to close } }; } catch (Exception e) { throw new RuntimeException(e); } }
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)