- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 23 for waiter (0.18 seconds)
-
CONTRIBUTING.md
To sign off a single commit: `git commit --amend --signoff` To sign off one or multiple commits: `git rebase --signoff origin/master` Then force push your branch: `git push --force origin test-branch` ### Fixing sanity check failures after public API changes
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java
* * @param writer the print writer to write the event to * @param event the event name * @param data the event data to serialize as JSON */ protected void sendSseEvent(final PrintWriter writer, final String event, final Map<String, Object> data) { try { writer.write("event: " + event + "\n");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 06:06:55 GMT 2026 - 25.8K bytes - Click Count (0) -
.teamcity/scripts/CheckBadMerge.java
* * When merging `releaseX` branch into `master`, we should only use the release note from the `master` branch, * but sometimes changes on release notes.md was brought to master and merged unnoticed, * e.g https://github.com/gradle/gradle/pull/25825 * * This script is to check if there is any merge commit that brings changes from release branch to master. * * Usage (Java 11+ single-file source execution):
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0) -
src/main/resources/fess_label_de.properties
labels.search_result_time=({0} Sekunden) labels.prev_page=Zurück labels.next_page=Weiter labels.did_not_match=Ihre Suche - <b>{0}</b> - ergab keine Übereinstimmungen mit Dokumenten. labels.did_not_match_suggestion=Versuchen Sie andere Suchbegriffe oder überprüfen Sie Ihre Schreibweise. labels.search_title=Fess labels.search_popular_word_word=Beliebte Wörter: labels.search_related_queries=Verwandte Abfragen:Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.3K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
/** * Default constructor for GroovyEngine. */ public GroovyEngine() { super(); buildScriptCache(); } /** * Rebuilds the script cache after DI injection. * Called by the DI container after property injection. */ @PostConstruct public void init() { buildScriptCache();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) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java
// ------------- /** * Creates a new file configuration. * * @param form the create form * @return HTML response after creation */ @Execute @Secured({ ROLE }) public HtmlResponse create(final CreateForm form) { verifyCrudMode(form.crudMode, CrudMode.CREATE, this::asListHtml);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 21.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java
/** * Creates a new web crawler configuration. * * @param form the create form containing the new web config data * @return HTML response redirecting to the list page after creation */ @Execute @Secured({ ROLE }) public HtmlResponse create(final CreateForm form) { verifyCrudMode(form.crudMode, CrudMode.CREATE, this::asListHtml);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 22.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
refresh(); // Verify all old sessions are deleted (size should be 0 after deletion) final List<Map<String, Object>> logListAfter = readCrawlingInfo(webConfigId); logger.info("logListAfter: {}", logListAfter); assertEquals(0, logListAfter.size(), "All crawling info logs should be deleted after calling delete all endpoint"); // Log the result if (sizeBeforeDeletion > 0) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0) -
AI_POLICY.md
## Why this policy exists There is a fundamental **asymmetry** between submitting a contribution and reviewing one: AI tools make it easy to generate and submit large amounts of code, but they do not make it equally faster for us to review it. This policy protects our limited review budget, allowing us to invest our attention wisely.
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) -
.teamcity/pom.xml
<mockk.version>1.14.9</mockk.version> <bytebuddy.version>1.18.7</bytebuddy.version> <jackson.version>2.21.2</jackson.version> <junit.version>6.0.3</junit.version> <dslContextParameter.branch>master</dslContextParameter.branch> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- https://kotlinlang.org/docs/maven.html#enable-incremental-compilation -->
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 22:03:46 GMT 2026 - 7.4K bytes - Click Count (2)