- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 215 for processeurs (0.05 seconds)
-
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
* Continuously processes crawled documents from the data service, transforms them, * and updates the search index until crawling is finished and all documents are processed. * * <p>The method performs the following operations in a loop: * <ul> * <li>Retrieves access results from the data service</li> * <li>Processes each document through transformers</li>Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 32.9K bytes - Click Count (0) -
docs/fr/docs/deployment/manually.md
0.0`) sur un port prédéfini (par example, `80`). C'est l'idée de base. Mais vous vous préoccuperez probablement de certains concepts supplémentaires, tels que ... : * la sécurité - HTTPS * l'exécution au démarrage * les redémarrages * la réplication (le nombre de processus en cours d'exécution) * la mémoire
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/SsoMessageException.java
/** * Exception thrown during SSO (Single Sign-On) processing with message code support. * * This exception is used to indicate errors that occur during SSO authentication * and authorization processes. It carries both a message code for internationalization * and localization purposes, as well as detailed error information. The message code * can be used by the UI layer to display appropriate error messages to users. */
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.7K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/processor/impl/NullResponseProcessor.java
/** * Creates a new NullResponseProcessor instance. */ public NullResponseProcessor() { super(); } /** * Processes the given response data. * This implementation does nothing. * * @param responseData the response data to process */ @Override public void process(final ResponseData responseData) {Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 1.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/SsoProcessException.java
/** * Exception thrown during SSO (Single Sign-On) processing operations. * * This exception is used to indicate errors that occur during the execution * of SSO authentication and authorization processes. It extends FessSystemException * to provide consistent error handling within the Fess system for SSO-related * processing failures such as token validation errors, communication failures
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Wed Nov 19 08:04:23 GMT 2025 - 1.9K bytes - Click Count (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/EventListenerRelay.kt
* limitations under the License. */ package okhttp3 /** * A special [EventListener] for testing the mechanics of event listeners. * * Each instance processes a single event on [call], and then adds a successor [EventListenerRelay] * on the same [call] to process the next event. * * By forcing the list of listeners to change after every event, we can detect if buggy code caches
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Nov 05 18:28:35 GMT 2025 - 1.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/filter/EncodingFilter.java
import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpServletResponse; /** * Servlet filter for handling character encoding conversion and URL redirection. * This filter processes requests with specific encoding requirements and converts * character encodings according to configured mapping rules. * * <p>The filter intercepts requests matching configured path patterns and
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.5K bytes - Click Count (0) -
.gitignore
*.hprof # Work dirs # --------- /incoming-distributions /intTestHomeDir # Logs # ---- /*.log # Thread dumps for troubleshooting *.threaddump # ps output for cleaning up leaking Java processes *.psoutput # oh-my-zsh gradle plugin .gradletasknamecache # Added GE support maven support to the maven build in .teamcity, per the GE docs, this dir is NOT to be committed .teamcity/.mvn/.develocity/
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 11 20:35:18 GMT 2025 - 1.7K bytes - Click Count (0) -
docs/ru/docs/deployment/concepts.md
## Репликация — процессы и память { #replication-processes-and-memory } В приложении FastAPI, используя серверную программу (например, команду `fastapi`, которая запускает Uvicorn), запуск в **одном процессе** уже позволяет обслуживать нескольких клиентов одновременно. Но во многих случаях вы захотите одновременно запустить несколько процессов‑воркеров. ### Несколько процессов — Воркеры { #multiple-processes-workers }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Sep 30 11:24:39 GMT 2025 - 29.6K bytes - Click Count (0) -
src/main/java/org/codelibs/curl/CurlRequest.java
((HttpsURLConnection) connection).setSSLSocketFactory(sslSocketFactory); } return connection; } /** * Executes the request and processes the response. * * @param actionListener the action listener for handling the response * @param exceptionListener the exception listener for handling exceptions */
Created: Sat Dec 20 09:13:53 GMT 2025 - Last Modified: Mon Nov 24 03:10:07 GMT 2025 - 18.6K bytes - Click Count (0)