- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 180 for voiced (0.03 sec)
-
docs/pt/docs/deployment/cloud.md
E isso mostra seu verdadeiro comprometimento com o FastAPI e sua **comunidade** (você), pois eles não querem apenas fornecer a você um **bom serviço**, mas também querem ter certeza de que você tenha uma **estrutura boa e saudável**, o FastAPI. 🙇
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 15:19:49 UTC 2025 - 842 bytes - Viewed (0) -
docs/pt/docs/async.md
Então é finalmente sua vez, você pede 2 hambúrgueres muito saborosos para você e seu _crush_. Você paga 💸. O caixa vai para a cozinha. Você espera, na frente do balcão 🕙, para que ninguém pegue seus hambúrgueres antes de você, já que não tem números de chamadas.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 23.6K bytes - Viewed (0) -
guava-gwt/pom.xml
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 19.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
@Override public void store(String sessionId, boolean running) { // Mock implementation } @Override public void updateParams(String sessionId, String name, int dayForCleanup) { // Mock implementation } @Override public void putToInfoMap(String key, String value) {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 30.5K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/Transport.java
/** * {@inheritDoc} * * @see java.lang.AutoCloseable#close() */ @Override public void close() { release(); } /** * Releases a reference to this transport, decrementing the usage count. */ public void release() { final long usage = this.usageCount.decrementAndGet(); if (log.isTraceEnabled()) {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 27.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/entity/SuggestItemTest.java
} @Test public void testKindEnum() { // Test Kind enum assertEquals("query", SuggestItem.Kind.QUERY.toString()); assertEquals("document", SuggestItem.Kind.DOCUMENT.toString()); assertEquals("user", SuggestItem.Kind.USER.toString()); } @Test public void testGetUpdatedSource() { // Test getUpdatedSource methodRegistered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 16.7K bytes - Viewed (0) -
docs/pt/docs/index.md
 ### Recapitulando Resumindo, você declara **uma vez** os tipos dos parâmetros, corpo etc. como parâmetros de função. Você faz isso com os tipos padrão do Python moderno. Você não terá que aprender uma nova sintaxe, métodos ou classes de uma biblioteca específica etc. Apenas **Python** padrão.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.6K bytes - Viewed (0) -
src/main/java/jcifs/audit/SecurityAuditLogger.java
* * In high performance mode, expensive regex operations are avoided by doing * fast string contains checks first. This significantly improves performance * for high-frequency logging scenarios. * * @param enable true to enable high performance mode */ public void setHighPerformanceModeEnabled(boolean enable) { this.enableHighPerformanceMode = enable;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 26.6K bytes - Viewed (0) -
docs/en/docs/async.md
```Python hl_lines="2-3" @app.get('/burgers') async def read_burgers(): burgers = await get_burgers(2) return burgers ``` ### More technical details { #more-technical-details } You might have noticed that `await` can only be used inside of functions defined with `async def`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 24K bytes - Viewed (0) -
cmd/site-replication.go
lastUpdate = ss.meta.ExpiryLCConfigUpdatedAt latestID = dID latestExpLCConfig = ss.meta.ExpiryLCConfig } // avoid considering just created buckets as latest. Perhaps this site // just joined cluster replication and yet to be sync'd if ss.meta.CreatedAt.Equal(ss.meta.ExpiryLCConfigUpdatedAt) { continue } if ss.meta.ExpiryLCConfigUpdatedAt.After(lastUpdate) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 184.7K bytes - Viewed (1)