- Sort Score
- Result 10 results
- Languages All
Results 1251 - 1260 of 1,444 for inf2 (0.02 sec)
-
docs/pt/docs/virtual-environments.md
# Ambientes Virtuais Ao trabalhar em projetos Python, você provavelmente deve usar um **ambiente virtual** (ou um mecanismo similar) para isolar os pacotes que você instala para cada projeto. /// info | Informação Se você já sabe sobre ambientes virtuais, como criá-los e usá-los, talvez seja melhor pular esta seção. 🤓 /// /// tip | Dica Um **ambiente virtual** é diferente de uma **variável de ambiente**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 22.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
return null; } final String requestsPerSecond = String.valueOf(fessConfig.getIndexReindexSizeAsInteger() * fessConfig.availableProcessors()); logger.info("Set requests_per_second to {}", requestsPerSecond); return requestsPerSecond; } return value; } /** * Creates a new index with default settings. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
return UUID.randomUUID().toString().replace("-", StringUtil.EMPTY); } /** * Updates the user session with the provided user code. * This method registers the user info with the search log helper and updates the cookie. * * @param userCode the user code to associate with the session */ protected void updateUserSessionId(final String userCode) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
log.debug("Secure negotiation failure"); throw new CIFSException("Mismatched attributes validating negotiate info"); } log.debug("Secure negotiation OK"); } /** * @param transport * @return * @throws SmbException */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (0) -
docs/en/docs/management-tasks.md
* The translation doesn't use different Markdown structures, for example adding HTML tags when the original didn't have them. * The "admonition" sections, like `tip`, `info`, etc. are not changed or translated. For example: ``` /// tip This is a tip. /// ``` looks like this: /// tip This is a tip. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 14.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
} /** * Updates highlight information based on screen width. * Reduces fragment size for smaller screens. * * @param highlightInfo the highlight info to update * @param width the screen width */ protected void updateHighlightInfo(final HighlightInfo highlightInfo, final int width) { if (width < TABLET_WIDTH) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/ApiAdminElevatewordAction.java
* * @param body search parameters for filtering and pagination * @return JSON response containing elevate word settings list with pagination info */ @Execute public JsonResponse<ApiResult> settings(final SearchBody body) { validateApi(body, messages -> {}); final ElevateWordPager pager = copyBeanToNewBean(body, ElevateWordPager.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.8K bytes - Viewed (0) -
docs/tr/docs/tutorial/path-params.md
Sonrasında, sınıf içerisinde, mevcut ve geçerli değerler olacak olan sabit değerli özelliklerini oluşturalım: {* ../../docs_src/path_params/tutorial005.py hl[1,6:9] *} /// info | Bilgi 3.4 sürümünden beri <a href="https://docs.python.org/3/library/enum.html" class="external-link" target="_blank">enumerationlar (ya da enumlar) Python'da mevcuttur</a>. /// /// tip | İpucu
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 10.5K bytes - Viewed (0) -
docs/uk/docs/tutorial/path-params.md
Після цього створіть атрибути класу з фіксованими значеннями, які будуть доступними допустимими значеннями: {* ../../docs_src/path_params/tutorial005.py hl[1,6:9] *} /// info | Додаткова інформація <a href="https://docs.python.org/3/library/enum.html" class="external-link" target="_blank">Перелічення (або enums) доступні в Python</a> починаючи з версії 3.4. /// /// tip | Порада
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 14.1K bytes - Viewed (0) -
docs/ja/docs/tutorial/body-multiple-params.md
デフォルトでは、単数値はクエリパラメータとして解釈されるので、明示的に `Query` を追加する必要はありません。 ```Python q: str = None ``` 以下において: {* ../../docs_src/body_multiple_params/tutorial004.py hl[27] *} /// info | 情報 `Body`もまた、後述する `Query` や `Path` などと同様に、すべての検証パラメータとメタデータパラメータを持っています。 /// ## 単一のボディパラメータの埋め込み Pydanticモデル`Item`のボディパラメータ`item`を1つだけ持っているとしましょう。 デフォルトでは、**FastAPI**はそのボディを直接期待します。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.7K bytes - Viewed (0)