- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 40 for poison (0.05 seconds)
-
tests/scan_test.go
if info.Person == nil { t.Fatalf("Failed, expected not nil, got person nil") } if info.Address == nil { t.Fatalf("Failed, expected not nil, got address nil") } if info.Person.ID == person1.ID { personMatched = true if info.Person.Name != person1.Name { t.Errorf("Failed, expected %v, got %v", person1.Name, info.Person.Name) } }Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Wed Jun 12 10:57:36 GMT 2024 - 10.9K bytes - Click Count (0) -
docs/de/docs/help-fastapi.md
In den meisten Fällen und bei den meisten Fragen gibt es etwas in Bezug auf den **originalen Code** der Person. In vielen Fällen wird nur ein Fragment des Codes gepostet, aber das reicht nicht aus, um **das Problem zu reproduzieren**.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/en/docs/python-types.md
### Classes as types { #classes-as-types } You can also declare a class as the type of a variable. Let's say you have a class `Person`, with a name: {* ../../docs_src/python_types/tutorial010_py310.py hl[1:3] *} Then you can declare a variable to be of type `Person`: {* ../../docs_src/python_types/tutorial010_py310.py hl[6] *} And then, again, you get all the editor support:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 11K bytes - Click Count (0) -
docs/ru/docs/python-types.md
### Классы как типы { #classes-as-types } Вы также можете объявлять класс как тип переменной. Допустим, у вас есть класс `Person` с именем: {* ../../docs_src/python_types/tutorial010_py310.py hl[1:3] *} Тогда вы можете объявить переменную типа `Person`: {* ../../docs_src/python_types/tutorial010_py310.py hl[6] *} И снова вы получите полную поддержку редактора кода: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) -
docs/de/docs/python-types.md
### Klassen als Typen { #classes-as-types } Sie können auch eine Klasse als Typ einer Variablen deklarieren. Nehmen wir an, Sie haben eine Klasse `Person`, mit einem Namen: {* ../../docs_src/python_types/tutorial010_py310.py hl[1:3] *} Dann können Sie eine Variable vom Typ `Person` deklarieren: {* ../../docs_src/python_types/tutorial010_py310.py hl[6] *} Und wiederum bekommen Sie die volle Editor-Unterstützung:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 12.6K bytes - Click Count (1) -
docs/tr/docs/python-types.md
### Tip olarak sınıflar { #classes-as-types } Bir sınıfı da bir değişkenin tipi olarak bildirebilirsiniz. Örneğin, adı olan bir `Person` sınıfınız olsun: {* ../../docs_src/python_types/tutorial010_py310.py hl[1:3] *} Sonra bir değişkeni `Person` tipinde olacak şekilde bildirebilirsiniz: {* ../../docs_src/python_types/tutorial010_py310.py hl[6] *} Ve sonra, yine tüm editör desteğini alırsınız:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.9K bytes - Click Count (0) -
docs/uk/docs/python-types.md
### Класи як типи { #classes-as-types } Ви також можете оголосити клас як тип змінної. Скажімо, у вас є клас `Person` з імʼям: {* ../../docs_src/python_types/tutorial010_py310.py hl[1:3] *} Потім ви можете оголосити змінну типу `Person`: {* ../../docs_src/python_types/tutorial010_py310.py hl[6] *} І знову ж таки, ви отримуєте всю підтримку редактора:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 17.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
final String hostname = ComponentUtil.getSystemHelper().getHostname(); final String targetName = ComponentUtil.getFessConfig().getSchedulerTargetName(); final String body = toJson(Map.of( // "type", TYPE_HEARTBEAT, // "instanceId", instanceId, // "hostname", hostname, // "name", StringUtil.isNotBlank(targetName) ? targetName : hostname, //
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 33.3K bytes - Click Count (0) -
schema/relationship_test.go
func TestMultipleMany2Many(t *testing.T) { type Thing struct { ID int } 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"},
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) -
docs/zh-hant/docs/python-types.md
你也可以用類別來宣告變數的型別。 假設你有一個 `Person` 類別,帶有名稱: {* ../../docs_src/python_types/tutorial010_py310.py hl[1:3] *} 接著你可以宣告一個變數為 `Person` 型別: {* ../../docs_src/python_types/tutorial010_py310.py hl[6] *} 然後,你一樣會得到完整的編輯器支援: <img src="/img/python-types/image06.png"> 請注意,這表示「`one_person` 是類別 `Person` 的『實例(instance)』」。 並不是「`one_person` 就是名為 `Person` 的『類別(class)』」。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10.7K bytes - Click Count (0)