- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 851 for processo (0.04 seconds)
-
CONTRIBUTING.md
1. What version of Go are you using (`go version`)? 2. What operating system and processor architecture are you using? 3. What did you do? 4. What did you expect to see? 5. What did you see instead? For change proposals, see [Proposing Changes To Go](https://go.dev/s/proposal-process). ## Contributing code
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Mar 29 22:00:27 GMT 2023 - 1.3K bytes - Click Count (0) -
guava/src/com/google/common/hash/SipHashFunction.java
protected HashCode makeHash() { // End with a byte encoding the positive integer b mod 256. finalM ^= b << 56; processM(finalM); // Finalization v2 ^= 0xFFL; sipRound(d); return HashCode.fromLong(v0 ^ v1 ^ v2 ^ v3); } private void processM(long m) { v3 ^= m; sipRound(c); v0 ^= m; } private void sipRound(int iterations) {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Feb 13 17:34:21 GMT 2025 - 5.3K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/impl/AbstractRuleTest.java
// Initial state assertNull(testRule.getResponseProcessor()); // Set response processor TestResponseProcessor processor = new TestResponseProcessor(); testRule.setResponseProcessor(processor); assertSame(processor, testRule.getResponseProcessor()); // Change response processor TestResponseProcessor newProcessor = new TestResponseProcessor();Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Wed Sep 03 14:42:53 GMT 2025 - 21.9K bytes - Click Count (0) -
src/main/java/org/codelibs/curl/CurlRequest.java
try { this.threadPool = null; final RequestProcessor processor = new RequestProcessor(encoding, threshold); connect(processor, e -> { throw new CurlException("Failed to process a request.", e); }); return processor.getResponse(); } finally { this.threadPool = originalThreadPool; } }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) -
api/maven-api-di/src/main/java/org/apache/maven/di/tool/DiIndexProcessor.java
/** * Set of fully qualified class names that have been processed and contain the {@link Named} annotation. */ private final Set<String> processedClasses = new HashSet<>(); /** * Processes classes with the {@link Named} annotation and generates an index file. * * @param annotations the annotation types requested to be processedCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 13:33:59 GMT 2025 - 7.8K bytes - Click Count (0) -
.teamcity/test-buckets.json
"name": "TestDistribution" } }, { "subprojects": [ "build-cache-example-client", "build-process-services", "configuration-cache-base", "files", "internal-instrumentation-processor", "kotlin-dsl-plugins", "kotlin-dsl-provider-plugins", "language-native", "testing-jvm-infrastructure",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Aug 01 00:23:04 GMT 2025 - 119.4K bytes - Click Count (0) -
.teamcity/subprojects.json
"crossVersionTests": false }, { "name": "process-memory-services", "path": "platforms/core-runtime/process-memory-services", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "process-services", "path": "platforms/core-runtime/process-services", "unitTests": false, "functionalTests": false,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 18 18:40:11 GMT 2025 - 37.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/QueryProcessor.java
* @param query the Lucene query to be processed * @param boost the boost factor to apply to the query * @return the processed OpenSearch QueryBuilder */ public QueryBuilder execute(final QueryContext context, final Query query, final float boost) { return filterChain.execute(context, query, boost); } /** * Adds a query command to the processor. *Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.2K bytes - Click Count (0) -
docs/es/docs/how-to/extending-openapi.md
# Extender OpenAPI { #extending-openapi } Hay algunos casos en los que podrías necesitar modificar el esquema de OpenAPI generado. En esta sección verás cómo hacerlo. ## El proceso normal { #the-normal-process } El proceso normal (por defecto) es el siguiente. Una aplicación (instance) de `FastAPI` tiene un método `.openapi()` que se espera que devuelva el esquema de OpenAPI.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 3.6K bytes - Click Count (0) -
docs/es/docs/fastapi-cli.md
quit<b>)</b> <span style="background-color:#007166"><font color="#D3D7CF"> INFO </font></span> Started reloader process <b>[</b><font color="#34E2E2"><b>383138</b></font><b>]</b> using WatchFiles <span style="background-color:#007166"><font color="#D3D7CF"> INFO </font></span> Started server process <b>[</b><font color="#34E2E2"><b>383153</b></font><b>]</b>
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:15:01 GMT 2025 - 5K bytes - Click Count (0)