- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 29 for radiance (0.04 sec)
-
guava-tests/test/com/google/common/math/StatsAccumulatorTest.java
if (values.hasAnyNonFinite()) { assertWithMessage("population variance of %s", values).that(populationVariance).isNaN(); assertWithMessage("population variance by addAll(Stats) of %s", values) .that(populationVarianceByAddAllStats) .isNaN(); } else { assertWithMessage("population variance of %s", values) .that(populationVariance)
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 36.9K bytes - Viewed (0) -
docs/pt/docs/deployment/fastapicloud.md
Siga os tutoriais do seu provedor de nuvem para implantar aplicações FastAPI com esse provedor. 🤓 ## Implantar no seu próprio servidor { #deploy-your-own-server }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 19:59:04 UTC 2025 - 2.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/LocalCacheTest.java
Object four = new Object(); Object five = new Object(); map.put(one, two); ticker.advance(1); map.put(two, three); ticker.advance(1); map.put(three, four); assertThat(listener.isEmpty()).isTrue(); ticker.advance(1); map.put(four, five); assertNotified(listener, one, two, RemovalCause.EXPIRED);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 117.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
Object four = new Object(); Object five = new Object(); map.put(one, two); ticker.advance(1); map.put(two, three); ticker.advance(1); map.put(three, four); assertThat(listener.isEmpty()).isTrue(); ticker.advance(1); map.put(four, five); assertNotified(listener, one, two, RemovalCause.EXPIRED);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 115.9K bytes - Viewed (0) -
docs/pt/docs/tutorial/middleware.md
Se houver alguma tarefa em segundo plano (abordada na seção [Tarefas em segundo plano](background-tasks.md){.internal-link target=_blank}, que você verá mais adiante), ela será executada *depois* de todo o middleware. /// ## Criar um middleware { #create-a-middleware } Para criar um middleware, use o decorador `@app.middleware("http")` logo acima de uma função.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 4.4K bytes - Viewed (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
/// tip | Dica Aqui estamos usando `Query()` porque este é um **parâmetro de consulta**. Mais adiante veremos outros como `Path()`, `Body()`, `Header()` e `Cookie()`, que também aceitam os mesmos argumentos que `Query()`. /// Agora o FastAPI vai:
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 18.2K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.tooltip_search_view=Search Screen labels.tooltip_run_crawler=Run Crawler labels.tooltip_forum=Forum labels.tooltip_onlinehelp=Help labels.tooltip_logout=Logout labels.advance=Advanced Search labels.advance_search_title=Advanced Search labels.advance_search_must_queries=with all of the words labels.advance_search_phrase_query=with the exact phrase
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String NOTIFICATION_SEARCH_TOP = "notification.search.top"; /** Notification configuration for advanced search page. */ public static final String NOTIFICATION_ADVANCE_SEARCH = "notification.advance.search"; // ============================================================ // Storage Configuration // ============================================================
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.eol_error=您的系統已停止支援。請參閱產品支援生命週期頁面進行升級。 labels.tooltip_search_view=搜尋視圖 labels.tooltip_run_crawler=運行爬蟲 labels.tooltip_forum=論壇 labels.tooltip_onlinehelp=幫助 labels.tooltip_logout=登出 labels.advance=高級搜尋 labels.advance_search_title=高級搜尋 labels.advance_search_must_queries=包含所有詞 labels.advance_search_phrase_query=精確匹配短語 labels.advance_search_should_queries=包含任何詞 labels.advance_search_not_queries=不包含詞
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 43.9K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.tooltip_search_view=Zoekweergave labels.tooltip_run_crawler=Crawler uitvoeren labels.tooltip_forum=Forum labels.tooltip_onlinehelp=Help labels.tooltip_logout=Uitloggen labels.advance=Geavanceerd zoeken labels.advance_search_title=Geavanceerd zoeken labels.advance_search_must_queries=Bevat alle woorden labels.advance_search_phrase_query=Exacte overeenkomst van de zin
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1)