- Sort Score
- Num 10 results
- Language All
Results 871 - 880 of 934 for scheme (0.07 seconds)
-
src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java
* This method implements incremental crawling by comparing timestamps and checking document * expiration. It also handles special cases for different URL schemes (SMB, file, FTP). * * @param client the crawler client to use for accessing the URL * @param urlQueue the URL queue item containing the URL to checkCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 11 09:47:03 GMT 2025 - 19.5K bytes - Click Count (0) -
docs/zh-hant/docs/_llm-test.md
* `bar` as a `str` * `baz` as a `list` * 教學 - 使用者指南 * 進階使用者指南 * SQLModel 文件 * API 文件 * 自動文件 * 資料科學 * 深度學習 * 機器學習 * 相依性注入 * HTTP 基本驗證 * HTTP 摘要驗證 * ISO 格式 * JSON Schema 標準 * JSON 結構描述 * 結構描述定義 * 密碼流程 * 行動裝置 * 已棄用 * 設計的 * 無效 * 即時 * 標準 * 預設 * 区分大小寫 * 不區分大小寫 * 提供應用程式服務 * 提供頁面服務 * 應用程式 * 應用程式 * 請求 * 回應
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10K bytes - Click Count (0) -
docs/ja/docs/index.md
* **堅牢性**: 自動対話型ドキュメントにより、本番環境向けのコードが得られます。 * **Standards-based**: API のオープンスタンダードに基づいており(そして完全に互換性があります)、[OpenAPI](https://github.com/OAI/OpenAPI-Specification)(以前は Swagger として知られていました)や [JSON Schema](https://json-schema.org/) をサポートします。 <small>* 本番アプリケーションを構築している社内開発チームのテストに基づく見積もりです。</small> ## Sponsors { #sponsors } <!-- sponsors --> ### Keystone Sponsor { #keystone-sponsor }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 25.6K bytes - Click Count (0) -
internal/bucket/lifecycle/lifecycle.go
errLifecycleDuplicateID = Errorf("Rule ID must be unique. Found same ID for more than one rule") errXMLNotWellFormed = Errorf("The XML you provided was not well-formed or did not validate against our published schema") errLifecycleBucketLocked = Errorf("ExpiredObjectAllVersions element and DelMarkerExpiration action cannot be used on an object locked bucket") ) const ( // TransitionComplete marks completed transition
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Apr 03 06:45:06 GMT 2025 - 18.2K bytes - Click Count (0) -
src/main/resources/fess_label_pl.properties
labels.popularWord=Popularne słowo labels.ignoreFailureType=Ignorowane typy błędów labels.lastAccessTime=Data ostatniego dostępu labels.notificationTo=Powiadom do labels.num=Liczba labels.pn=Numer strony labels.protocolScheme=Schemat labels.purgeByBots=Usuń przez boty labels.logLevel=Poziom logowania labels.purgeSearchLogDay=Usuń dzienniki wyszukiwania labels.query=Zapytanie labels.queryId=ID zapytania labels.rt=rt
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.2K bytes - Click Count (0) -
docs/ja/docs/alternatives.md
Pydanticは、Pythonの型ヒントを元にデータのバリデーション、シリアライゼーション、 (JSON Schemaを使用した) ドキュメントを定義するライブラリです。 そのため、非常に直感的です。 Marshmallowに匹敵しますが、ベンチマークではMarshmallowよりも高速です。また、Pythonの型ヒントを元にしているので、エディタの補助が素晴らしいです。 /// check | **FastAPI**での使用用途 データのバリデーション、データのシリアライゼーション、自動的なモデルの (JSON Schemaに基づいた) ドキュメント化の全てを扱えます。 **FastAPI**はそのJSON SchemaデータをOpenAPIに取り込みます (それ以外にも多くのことを行います)。 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 30.6K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.14.md
- The `/swaggerapi/*` schema docs, deprecated since 1.7, have been removed in favor of the /openapi/v2 schema docs. ([#72924](https://github.com/kubernetes/kubernetes/pull/72924), [@liggitt](https://github.com/liggitt))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Mon Jun 14 22:06:39 GMT 2021 - 271.5K bytes - Click Count (0) -
internal/bucket/object/lock/lock.go
// ErrMalformedXML - generic error indicating malformed XML ErrMalformedXML = errors.New("the XML you provided was not well-formed or did not validate against our published schema") ) const ( ntpServerEnv = "MINIO_NTP_SERVER" ) var ntpServer = env.Get(ntpServerEnv, "") // UTCNowNTP - is similar in functionality to UTCNow()
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 17.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.16.md
- `spec.versions[*].schema.openAPIV3Schema` is now required when creating v1 CustomResourceDefinitions - `spec.preserveUnknownFields: true` is disallowed when creating v1 CustomResourceDefinitions; it must be specified within schema definitions as `x-kubernetes-preserve-unknown-fields: true`
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Oct 23 20:13:20 GMT 2024 - 345.2K bytes - Click Count (0) -
docs/ja/docs/tutorial/body-nested-models.md
例えば、`Image`モデルのように`url`フィールドがある場合、`str`の代わりにPydanticの`HttpUrl`のインスタンスとして宣言することができます: {* ../../docs_src/body_nested_models/tutorial005_py310.py hl[2,8] *} 文字列は有効なURLであることが確認され、そのようにJSON Schema / OpenAPIで文書化されます。 ## サブモデルのリストを持つ属性 { #attributes-with-lists-of-submodels } Pydanticモデルを`list`や`set`などのサブタイプとして使用することもできます: {* ../../docs_src/body_nested_models/tutorial006_py310.py hl[18] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 8.6K bytes - Click Count (0)