- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 1,597 for terme (0.02 sec)
-
LICENSES/vendor/github.com/go-logr/logr/LICENSE
any 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: Sat May 16 11:52:51 UTC 2020 - 11.2K bytes - Viewed (0) -
LICENSE
any 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 12:43:10 UTC 2025 - Last Modified: Wed Feb 22 18:59:39 UTC 2023 - 11.1K bytes - Viewed (0) -
docs/em/docs/advanced/websockets.md
# *️⃣ 👆 💪 ⚙️ <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API" class="external-link" target="_blank"> *️⃣ </a> ⏮️ **FastAPI**. ## ❎ `WebSockets` 🥇 👆 💪 ❎ `WebSockets`: <div class="termy"> ```console $ pip install websockets ---> 100% ``` </div> ## *️⃣ 👩💻 ### 🏭 👆 🏭 ⚙️, 👆 🎲 ✔️ 🕸 ✍ ⏮️ 🏛 🛠️ 💖 😥, Vue.js ⚖️ 📐.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/RelatedContentService.java
* Configures wildcard searches for term and content fields, and sets up ordering. * * @param cb the condition bean for building the query * @param relatedContentPager the pager containing search parameters */ protected void setupListCondition(final RelatedContentCB cb, final RelatedContentPager relatedContentPager) { if (StringUtil.isNotBlank(relatedContentPager.term)) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/QueryContextTest.java
// Verify initial state assertEquals("search term", queryContext.getQueryString()); assertEquals("title", queryContext.getDefaultField()); assertTrue(queryContext.roleQueryEnabled()); // Set query builder QueryBuilder initialQuery = QueryBuilders.matchQuery("content", "search term");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ForwardingNavigableSet.java
protected abstract NavigableSet<E> delegate(); @Override public @Nullable E lower(@ParametricNullness E e) { return delegate().lower(e); } /** * A sensible definition of {@link #lower} in terms of the {@code descendingIterator} method of * {@link #headSet(Object, boolean)}. If you override {@link #headSet(Object, boolean)}, you may * wish to override {@link #lower} to forward to this implementation. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8.8K bytes - Viewed (0) -
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)