- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 116 for poison (0.05 sec)
-
docs/fa/docs/python-types.md
* `Optional` * ...و بقیه. //// ### کلاسها بهعنوان نوع میتونی یه کلاس رو هم بهعنوان نوع یه متغیر تعریف کنی. فرض کن یه کلاس `Person` داری، با یه نام: {* ../../docs_src/python_types/tutorial010.py hl[1:3] *} بعد میتونی یه متغیر رو از نوع `Person` تعریف کنی: {* ../../docs_src/python_types/tutorial010.py hl[6] *} و بعد، دوباره، همه پشتیبانی ویرایشگر رو داری:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Jul 21 12:20:57 UTC 2025 - 23.3K bytes - Viewed (0) -
doc/README.md
pkg net/http, function F #12345 should have a corresponding file named `doc/next/6-stdlib/99-minor/net/http/12345.md`. At a minimum, that file should contain either a full sentence or a TODO, ideally referring to a person with the responsibility to complete the note. If your CL addresses an accepted proposal, mention the proposal issue number in your release note in the form `/issue/NUMBER`. A link to the issue in the text
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 22 17:55:04 UTC 2024 - 3.1K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/it.js
risposta/e",badAlphaNumeric:"Il valore proposto deve contenere caratteri alfanumerici (a-z e 1234...)",badAlphaNumericExtra:"",wrongFileSize:"Il file che si sta cercando di caricare è troppo grande (massimo %s)",wrongFileType:"Solo i file di tipo %s possono essere inviati",groupCheckedRangeStart:"Si prega di scegliere tra ",groupCheckedTooFewStart:"Si prega di selezionare un minimo di ",groupCheckedTooManyStart:"Si prega di selezionare un massimo di ",groupCheckedEnd:" opzione/i",badCreditCard:"Il numero...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 2.7K bytes - Viewed (0) -
docs/bn/docs/python-types.md
//// ### ক্লাস হিসেবে টাইপস আপনি একটি ভেরিয়েবলের টাইপ হিসেবে একটি ক্লাস ঘোষণা করতে পারেন। ধরুন আপনার কাছে `Person` নামে একটি ক্লাস আছে, যার একটি নাম আছে: {* ../../docs_src/python_types/tutorial010.py hl[1:3] *} তারপর আপনি একটি ভেরিয়েবলকে `Person` টাইপের হিসেবে ঘোষণা করতে পারেন: {* ../../docs_src/python_types/tutorial010.py hl[6] *} এবং তারপর, আবার, আপনি এডিটর সাপোর্ট পেয়ে যাবেন:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 35.6K bytes - Viewed (0) -
samples/guide/src/main/java/okhttp3/recipes/RequestBodyCompression.java
Map<String, String> requestBody = new LinkedHashMap<>(); requestBody.put("longUrl", "https://publicobject.com/2014/12/04/html-formatting-javadocs/"); RequestBody jsonRequestBody = RequestBody.create( mapJsonAdapter.toJson(requestBody), MEDIA_TYPE_JSON); Request request = new Request.Builder() .url("https://www.googleapis.com/urlshortener/v1/url?key=" + GOOGLE_API_KEY) .post(jsonRequestBody) .build();
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Jun 04 17:43:43 UTC 2025 - 3.1K bytes - Viewed (0) -
docs/fr/docs/python-types.md
### Classes en tant que types Vous pouvez aussi déclarer une classe comme type d'une variable. Disons que vous avez une classe `Person`, avec une variable `name` : {*../../docs_src/python_types/tutorial010.py hl[1:3] *} Vous pouvez ensuite déclarer une variable de type `Person` : {*../../docs_src/python_types/tutorial010.py hl[6] *} Et vous aurez accès, encore une fois, au support complet offert par l'éditeur :
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 10K bytes - Viewed (0) -
docs/uk/docs/python-types.md
//// ### Класи як типи Ви також можете оголосити клас як тип змінної. Скажімо, у вас є клас `Person` з імʼям: {* ../../docs_src/python_types/tutorial010.py hl[1:3] *} Потім ви можете оголосити змінну типу `Person`: {* ../../docs_src/python_types/tutorial010.py hl[6] *} І знову ж таки, ви отримуєте всю підтримку редактора:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 19.4K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample4.eml
15.45 Treffen (pünktlich!) im Museum Berggruen an der Kasse , Schloßstraße 1, 14059 Berlin. Die Führung findet ausschließlich in deutscher Sprache statt und dauert ca. 2 Stunden. Die Eigenbeteiligung beträgt 3,-- €/Person (incl. Eintritt und Führung) Es wird um schnellstmögliche verbindliche Anmeldung und Bezahlung gebeten. Die Anmeldung ist ab sofort möglich: Abt. I – Studierendenservice, Team für Betreuung Internationaler Studierender im Raum H 51.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jan 07 09:15:11 UTC 2018 - 681K bytes - Viewed (0) -
docs/ko/docs/python-types.md
* `Optional` * ...등등 위와 같은 타입은 **Generic(제네릭) 타입** 혹은 **Generics(제네릭스)**라고 불립니다. ### 타입으로서의 클래스 변수의 타입으로 클래스를 선언할 수도 있습니다. 이름(name)을 가진 `Person` 클래스가 있다고 해봅시다. {* ../../docs_src/python_types/tutorial010.py hl[1:3] *} 그렇게 하면 변수를 `Person`이라고 선언할 수 있게 됩니다. {* ../../docs_src/python_types/tutorial010.py hl[6] *} 그리고 역시나 모든 에디터 도움을 받게 되겠죠. <img src="/img/python-types/image06.png">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
fun generate(jsonFile: File) { val output = buckets.map { TestCoverageAndBucketSplits(it.key.uuid, it.value.map { it.toJsonBucket() }) } jsonFile.writeText(gson.toJson(output)) } private fun buildBuckets( buildClassTimeJson: File, model: CIBuildModel, ): Map<TestCoverage, List<SmallSubprojectBucket>> {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Apr 10 15:09:32 UTC 2025 - 7.3K bytes - Viewed (0)