- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 651 for likes (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
schema/relationship_test.go
type Person struct { ID int Likes []Thing `gorm:"many2many:likes"` Dislikes []Thing `gorm:"many2many:dislikes"` } checkStructRelation(t, &Person{}, Relation{ Name: "Likes", Type: schema.Many2Many, Schema: "Person", FieldSchema: "Thing", JoinTable: JoinTable{Name: "likes", Table: "likes"}, References: []Reference{ {"ID", "Person", "PersonID", "likes", "", true},Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Mon Aug 18 11:44:52 GMT 2025 - 26.5K bytes - Click Count (0) -
src/cmd/cgo/doc.go
GOEXPERIMENT=cgocheck2 at build time. It is possible to defeat this enforcement by using the unsafe package, and of course there is nothing stopping the C code from doing anything it likes. However, programs that break these rules are likely to fail in unexpected and unpredictable ways. The type [runtime/cgo.Handle] can be used to safely pass Go values between Go and C.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Dec 08 22:37:14 GMT 2025 - 43.9K bytes - Click Count (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
lifestyle // lighting : Binky Moon, LLC // https://www.iana.org/domains/root/db/lighting.html lighting // like : Amazon Registry Services, Inc. // https://www.iana.org/domains/root/db/like.html like // lilly : Eli Lilly and Company // https://www.iana.org/domains/root/db/lilly.html lilly // limited : Binky Moon, LLC
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 309.7K bytes - Click Count (1) -
docs/en/docs/tutorial/stream-json-lines.md
# Stream JSON Lines { #stream-json-lines } You could have a sequence of data that you would like to send in a "**stream**", you could do it with **JSON Lines**. /// info Added in FastAPI 0.134.0. /// ## What is a Stream? { #what-is-a-stream } "**Streaming**" data means that your app will start sending data items to the client without waiting for the entire sequence of items to be ready.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 4.3K bytes - Click Count (0) -
docs/es/docs/tutorial/stream-json-lines.md
# Transmitir JSON Lines { #stream-json-lines } Podrías tener una secuencia de datos que quieras enviar en un "**stream**", podrías hacerlo con **JSON Lines**. /// info | Información Añadido en FastAPI 0.134.0. /// ## ¿Qué es un Stream? { #what-is-a-stream } Hacer "**Streaming**" de datos significa que tu app empezará a enviar ítems de datos al cliente sin esperar a que toda la secuencia de ítems esté lista.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:12:26 GMT 2026 - 4.6K bytes - Click Count (0) -
docs/de/docs/tutorial/stream-json-lines.md
# JSON Lines streamen { #stream-json-lines } Sie könnten eine Folge von Daten haben, die Sie in einem „Stream“ senden möchten, das können Sie mit **JSON Lines** tun. /// info | Info Hinzugefügt in FastAPI 0.134.0. /// ## Was ist ein Stream? { #what-is-a-stream } „Streaming“ von Daten bedeutet, dass Ihre App damit beginnt, Datenelemente an den Client zu senden, ohne darauf zu warten, dass die gesamte Folge von Elementen fertig ist.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:48:21 GMT 2026 - 4.9K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/stream-json-lines.md
# 串流 JSON Lines { #stream-json-lines } 當你有一連串資料想以「**串流**」方式傳送時,可以使用 **JSON Lines**。 /// info 在 FastAPI 0.134.0 新增。 /// ## 什麼是串流? { #what-is-a-stream } 「**Streaming**」資料表示你的應用會在整個資料序列尚未完全準備好之前,就開始將資料項目傳送給用戶端。 也就是說,它會先送出第一個項目,用戶端接收並開始處理時,你的應用可能仍在產生下一個項目。 ```mermaid sequenceDiagram participant App participant Client App->>App: Produce Item 1 App->>Client: Send Item 1Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:33:04 GMT 2026 - 4.2K bytes - Click Count (0) -
docs/tr/docs/tutorial/stream-json-lines.md
# JSON Lines Akışı { #stream-json-lines } Bir veri dizisini “akış” olarak göndermek istediğiniz durumlar olabilir; bunu **JSON Lines** ile yapabilirsiniz. /// info | Bilgi FastAPI 0.134.0 ile eklendi. /// ## Akış (Stream) Nedir? { #what-is-a-stream } Verileri “streaming” olarak göndermek, uygulamanızın tüm öğe dizisi hazır olmasını beklemeden, öğeleri istemciye göndermeye başlaması demektir.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:51:35 GMT 2026 - 4.6K bytes - Click Count (0) -
docs/ja/docs/tutorial/stream-json-lines.md
# JSON Lines をストリームする { #stream-json-lines } データのシーケンスを**「ストリーム」**で送りたい場合、**JSON Lines** を使って実現できます。 /// info | 情報 FastAPI 0.134.0 で追加されました。 /// ## ストリームとは { #what-is-a-stream } データを**ストリーミング**するとは、アイテムの全シーケンスが用意できるのを待たずに、アプリがデータアイテムの送信をクライアントに対して開始することを意味します。 つまり、最初のアイテムを送信し、クライアントはそれを受け取って処理を始めます。その間に、次のアイテムをまだ生成しているかもしれません。 ```mermaid sequenceDiagram participant App participant ClientCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:55:22 GMT 2026 - 5.1K bytes - Click Count (0) -
docs/fr/docs/tutorial/stream-json-lines.md
# Diffuser des JSON Lines { #stream-json-lines } Vous pouvez avoir une séquence de données que vous souhaitez envoyer en « flux » ; vous pouvez le faire avec « JSON Lines ». /// info Ajouté dans FastAPI 0.134.0. /// ## Qu'est-ce qu'un flux ? { #what-is-a-stream } La « diffusion en continu » de données signifie que votre application commence à envoyer des éléments de données au client sans attendre que l'ensemble de la séquence soit prêt.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:33:45 GMT 2026 - 4.9K bytes - Click Count (0)