- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 1,558 for termo (0.02 sec)
-
docs/en/docs/contributing.md
There is a script that you can run that will format and clean all your code: <div class="termy"> ```console $ bash scripts/format.sh ``` </div> It will also auto-sort all your imports. ## Tests There is a script that you can run locally to test all the code and generate coverage reports in HTML: <div class="termy"> ```console $ bash scripts/test-cov-html.sh ``` </div>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Jul 26 11:35:42 UTC 2025 - 14.9K bytes - Viewed (0) -
docs/uk/docs/tutorial/debugging.md
<div class="termy"> ```console $ python myapp.py ``` </div> але не виконується при його імпорті в інший файл, наприклад: ```Python from myapp import app ``` #### Детальніше Припустимо, Ваш файл називається `myapp.py`. Якщо Ви запустите його так: <div class="termy"> ```console $ python myapp.py ``` </div>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 28 14:24:45 UTC 2025 - 3.6K bytes - Viewed (0) -
docs/zh-hant/docs/environment-variables.md
//// tab | Linux, macOS, Windows Bash <div class="termy"> ```console // 你可以使用以下指令建立一個名為 MY_NAME 的環境變數 $ export MY_NAME="Wade Wilson" // 然後,你可以在其他程式中使用它,例如 $ echo "Hello $MY_NAME" Hello Wade Wilson ``` </div> //// //// tab | Windows PowerShell <div class="termy"> ```console // 建立一個名為 MY_NAME 的環境變數 $ $Env:MY_NAME = "Wade Wilson"
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 12:17:55 UTC 2024 - 8K bytes - Viewed (0) -
docs/pt/docs/advanced/websockets.md
## Instalando `WebSockets` Garanta que você criou um [ambiente virtual](../virtual-environments.md){.internal-link target=_blank}, o ativou e instalou o `websockets`: <div class="termy"> ```console $ pip install websockets ---> 100% ``` </div> ## Cliente WebSockets ### Em produção
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.7K bytes - Viewed (0) -
docs/es/docs/tutorial/debugging.md
<div class="termy"> ```console $ python myapp.py ``` </div> pero no es llamado cuando otro archivo lo importa, como en: ```Python from myapp import app ``` #### Más detalles Supongamos que tu archivo se llama `myapp.py`. Si lo ejecutas con: <div class="termy"> ```console $ python myapp.py ``` </div>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 2.5K bytes - Viewed (0) -
docs/ru/docs/tutorial/debugging.md
<div class="termy"> ```console $ python myapp.py ``` </div> но не вызывался, когда другой файл импортирует это, например: ```Python from myapp import app ``` #### Больше деталей Давайте назовём ваш файл `myapp.py`. Если вы запустите его с помощью: <div class="termy"> ```console $ python myapp.py ``` </div>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.8K bytes - Viewed (0) -
docs/uk/docs/tutorial/index.md
Усі блоки коду можна скопіювати та використовувати безпосередньо (це фактично перевірені файли Python). Щоб запустити будь-який із прикладів, скопіюйте код у файл `main.py` і запустіть `uvicorn` за допомогою: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 4.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsRelatedQueryCQ.java
} public void setTerm_Equal(String term) { setTerm_Term(term, null); } public void setTerm_Equal(String term, ConditionOptionCall<TermQueryBuilder> opLambda) { setTerm_Term(term, opLambda); } public void setTerm_Term(String term) { setTerm_Term(term, null); } public void setTerm_Term(String term, ConditionOptionCall<TermQueryBuilder> opLambda) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 57.5K bytes - Viewed (0) -
LICENSES/third_party/forked/shell2junit/LICENSE
Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Jul 08 11:48:19 UTC 2021 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractConditionAggregation.java
import org.opensearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder; import org.opensearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilder; import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder; import org.opensearch.search.aggregations.metrics.AvgAggregationBuilder; import org.opensearch.search.aggregations.metrics.CardinalityAggregationBuilder;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 12.4K bytes - Viewed (0)