- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 53 for apples (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/ru/docs/_llm-test.md
//// tab | Тест `pip install "foo[bar]"` Примеры строковых литералов во фрагментах кода: `"this"`, `'that'`. Сложный пример строковых литералов во фрагментах кода: `f"I like {'oranges' if orange else "apples"}"` Хардкор: `Yesterday, my friend wrote: "If you spell incorrectly correctly, you have spelled it incorrectly". To which I answered: "Correct, but 'incorrectly' is incorrectly not '"incorrectly"'"` ////
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 21:25:03 GMT 2025 - 17.5K bytes - Click Count (0) -
docs/es/docs/_llm-test.md
//// tab | Prueba `pip install "foo[bar]"` Ejemplos de literales de string en fragmentos de código: `"this"`, `'that'`. Un ejemplo difícil de literales de string en fragmentos de código: `f"I like {'oranges' if orange else "apples"}"` Hardcore: `Yesterday, my friend wrote: "If you spell incorrectly correctly, you have spelled it incorrectly". To which I answered: "Correct, but 'incorrectly' is incorrectly not '"incorrectly"'"` ////
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:16:35 GMT 2025 - 12.6K bytes - Click Count (0) -
docs/de/docs/_llm-test.md
//// tab | Test `pip install "foo[bar]"` Beispiele für Stringliterale in Codeschnipseln: `"this"`, `'that'`. Ein schwieriges Beispiel für Stringliterale in Codeschnipseln: `f"I like {'oranges' if orange else "apples"}"` Hardcore: `Yesterday, my friend wrote: "If you spell incorrectly correctly, you have spelled it incorrectly". To which I answered: "Correct, but 'incorrectly' is incorrectly not '"incorrectly"'"` ////
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 07:17:04 GMT 2025 - 12.6K bytes - Click Count (0) -
docs/en/docs/_llm-test.md
//// tab | Test `pip install "foo[bar]"` Examples for string literals in code snippets: `"this"`, `'that'`. A difficult example for string literals in code snippets: `f"I like {'oranges' if orange else "apples"}"` Hardcore: `Yesterday, my friend wrote: "If you spell incorrectly correctly, you have spelled it incorrectly". To which I answered: "Correct, but 'incorrectly' is incorrectly not '"incorrectly"'"` ////
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 14:48:47 GMT 2025 - 11.4K bytes - Click Count (0) -
docs/pt/docs/_llm-test.md
//// tab | Teste `pip install "foo[bar]"` Exemplos de literais de string em trechos de código: `"this"`, `'that'`. Um exemplo difícil de literais de string em trechos de código: `f"I like {'oranges' if orange else "apples"}"` Pesado: `Yesterday, my friend wrote: "If you spell incorrectly correctly, you have spelled it incorrectly". To which I answered: "Correct, but 'incorrectly' is incorrectly not '"incorrectly"'"` ////
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:17:03 GMT 2025 - 12.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
* is {@link #MODULES}, then this method returns {@code "--module-path"}. The option * does not include the {@linkplain Modular#moduleName() module name} on which it applies. * * @return the name of the tool option for this path type */ @Nonnull @Override public Optional<String> option() { return Optional.ofNullable(option); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Dec 15 11:13:42 GMT 2025 - 15.7K bytes - Click Count (1) -
docs/en/docs/tutorial/query-params-str-validations.md
```Python q: str | None = None ``` But the `Query` version declares it explicitly as being a query parameter. Then, we can pass more parameters to `Query`. In this case, the `max_length` parameter that applies to strings: ```Python q: str | None = Query(default=None, max_length=50) ```
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 16.7K bytes - Click Count (0) -
docs/en/docs/tutorial/query-params.md
But when you declare them with Python types (in the example above, as `int`), they are converted to that type and validated against it. All the same process that applied for path parameters also applies for query parameters: * Editor support (obviously) * Data <abbr title="converting the string that comes from an HTTP request into Python data">"parsing"</abbr> * Data validation * Automatic documentation
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 4.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
} } catch (final Exception e) { logger.warn("Failed to initialize TikaExtractor.", e); } } /** * Processes and normalizes a document title. * Applies text normalization using configured space characters and returns * a clean title suitable for indexing. * * @param responseData the response data from crawling (not currently used)Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 17.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
* @param documentBoost the boost value to apply to the document */ protected void addBoostValue(final Map<String, Object> map, final float documentBoost) { final FessConfig fessConfig = ComponentUtil.getFessConfig(); map.put(fessConfig.getIndexFieldBoost(), documentBoost); if (logger.isDebugEnabled()) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 32.9K bytes - Click Count (0)