- Sort Score
- Num 10 results
- Language All
Results 511 - 520 of 873 for itens (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/tr/docs/advanced/additional-responses.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 9.2K bytes - Click Count (0) -
docs/tls/kubernetes/README.md
```yaml volumes: - name: secret-volume secret: secretName: tls-ssl-minio items: - key: public.crt path: public.crt - key: private.key path: private.key - key: public.crt path: CAs/public.crt ```Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 3K bytes - Click Count (0) -
scripts/label_approved.py
approved_reviews = [ review for review in review_by_user.values() if review.state == "APPROVED" ] config = settings.config or default_config for approved_label, conf in config.items(): logging.debug(f"Processing config: {conf.model_dump_json()}") if conf.await_label is None or (conf.await_label in pr_label_by_name): logging.debug(f"Processable PR: {pr.number}")Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Jun 17 07:50:19 GMT 2025 - 2.2K bytes - Click Count (0) -
docs/pt/docs/advanced/generate-clients.md
Em muitos casos, sua aplicação FastAPI será maior, e você provavelmente usará tags para separar diferentes grupos de *operações de rota*. Por exemplo, você poderia ter uma seção para **items** e outra seção para **users**, e elas poderiam ser separadas por tags: {* ../../docs_src/generate_clients/tutorial002_py310.py hl[21,26,34] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 10.5K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/ListIteratorTester.java
* features}, the features supported by the iterator; and {@code expectedElements}, the elements the * iterator should return in order. * * <p>The items in {@code elementsToInsert} will be repeated if {@code steps} is larger than the * number of provided elements. * * @author Chris Povirk */ @GwtCompatible @NullMarkedCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 2.3K bytes - Click Count (0) -
build-tools-internal/src/main/resources/changelog-schema.json
"definitions": { "Changelog": { "type": "object", "properties": { "pr": { "type": "integer" }, "issues": { "type": "array", "items": { "type": "integer" } }, "area": { "type": "string", "enum": [ "Aggregations", "Allocation", "Analysis",
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 5K bytes - Click Count (0) -
docs/ja/docs/tutorial/metadata.md
* `externalDocs`: 外部ドキュメントを説明する `dict`。以下を含みます: * `description`: 外部ドキュメントの短い説明の `str`。 * `url` (**必須**): 外部ドキュメントのURLの `str`。 ### タグのメタデータの作成 { #create-metadata-for-tags } `users` と `items` のタグを使った例で試してみましょう。 タグのメタデータを作成し、それを `openapi_tags` パラメータに渡します: {* ../../docs_src/metadata/tutorial004_py310.py hl[3:16,18] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 6.9K bytes - Click Count (0) -
docs/ru/docs/python-types.md
/// Это означает: «переменная `items` — это `list`, и каждый элемент этого списка — `str`». Таким образом, ваш редактор кода сможет помогать даже при обработке элементов списка: <img src="/img/python-types/image05.png"> Без типов добиться этого почти невозможно. Обратите внимание, что переменная `item` — один из элементов списка `items`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 17.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stemmeroverride/ApiAdminDictStemmeroverrideAction.java
import org.lastaflute.web.response.StreamResponse; import jakarta.annotation.Resource; /** * API action for admin Stemmer Override dictionary management. * Provides REST endpoints for managing stemmer override dictionary items in the Fess search engine. */ public class ApiAdminDictStemmeroverrideAction extends FessApiAdminAction { /** * Default constructor. */ public ApiAdminDictStemmeroverrideAction() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 9.8K bytes - Click Count (0) -
docs/en/docs/css/custom.css
color: #fff; } a.announce-link:hover { color: var(--md-accent-fg-color); } .announce-wrapper { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; } .announce-wrapper #announce-left div.item { display: none; } .announce-wrapper #announce-right { display: none; } .announce-wrapper #announce-right div.item {Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:56:46 GMT 2026 - 6.6K bytes - Click Count (0)