- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 24 for milyen (0.06 seconds)
-
src/main/java/jcifs/ntlmssp/Type3Message.java
setWorkstation(new String(workstationBytes, charset)); final int micLen = pos + 24; // Version + MIC if (end || lmResponseOffset < micLen || ntResponseOffset < micLen || domainOffset < micLen || userOffset < micLen || workstationOffset < micLen) { return; } pos += 8; // Version final byte[] m = new byte[16];
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 32.7K bytes - Click Count (0) -
docs/en/docs/alternatives.md
Although in FastAPI it's optional, and is used mainly to set headers, cookies, and alternative status codes. /// ### [Molten](https://moltenframework.com/) { #molten } I discovered Molten in the first stages of building **FastAPI**. And it has quite similar ideas: * Based on Python type hints. * Validation and documentation from these types. * Dependency Injection system.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 22.2K bytes - Click Count (0) -
docs/ru/docs/alternatives.md
Хотя в FastAPI это необязательно, и используется в основном для установки HTTP-заголовков, cookie и альтернативных статус-кодов. /// ### [Molten](https://moltenframework.com/) { #molten } Я обнаружил Molten на ранних этапах создания **FastAPI**. И у него были очень похожие идеи: * Основан на аннотациях типов Python. * Валидация и документация из этих типов. * Система внедрения зависимостей.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 37.1K bytes - Click Count (0) -
docs/fr/docs/alternatives.md
Bien que dans FastAPI, il est facultatif, et est utilisé principalement pour définir les en-têtes, les cookies, et les codes de statut alternatifs. /// ### [Molten](https://moltenframework.com/) { #molten } J'ai découvert Molten lors des premières étapes de développement de **FastAPI**. Et il a des idées assez similaires : * Basé sur les annotations de type Python. * Validation et documentation via ces types.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 26.6K bytes - Click Count (0) -
cmd/postpolicyform.go
}) case policyCondContentLength: minLen, err := toInteger(condt[1]) if err != nil { return parsedPolicy, err } maxLen, err := toInteger(condt[2]) if err != nil { return parsedPolicy, err } parsedPolicy.Conditions.ContentLengthRange = contentLengthRange{ Min: minLen, Max: maxLen, Valid: true, } default:
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Oct 23 15:10:12 GMT 2025 - 12.1K bytes - Click Count (0) -
docs/zh/docs/alternatives.md
/// check | 启发 **FastAPI**: 寻找获得卓越性能的方法。 与 Hug(Hug 基于 Falcon)一起,启发 **FastAPI** 在函数中声明一个 `response` 参数。尽管在 FastAPI 中它是可选的,主要用于设置 headers、cookies 和可选的状态码。 /// ### [Molten](https://moltenframework.com/) { #molten } 我在构建 **FastAPI** 的早期阶段发现了 Molten。它有不少相似的想法: * 基于 Python 类型提示。 * 从这些类型获得校验与文档。 * 依赖注入系统。 它没有使用像 Pydantic 这样的第三方数据校验、序列化与文档库,而是有自己的实现。因此这些数据类型定义不太容易在其他地方复用。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 20.1K bytes - Click Count (0) -
docs/de/docs/alternatives.md
Obwohl er in FastAPI optional ist und hauptsächlich zum Festlegen von Headern, Cookies und alternativen Statuscodes verwendet wird. /// ### [Molten](https://moltenframework.com/) { #molten } Ich habe Molten in den ersten Phasen der Entwicklung von **FastAPI** entdeckt. Und es hat ganz ähnliche Ideen: * Basierend auf Python-Typhinweisen. * Validierung und Dokumentation aus diesen Typen.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 26K bytes - Click Count (0) -
docs/tr/docs/alternatives.md
/// ### [Molten](https://moltenframework.com/) { #molten } **FastAPI**’ı geliştirmenin ilk aşamalarında Molten’ı keşfettim. Oldukça benzer fikirleri vardı: * Python tip belirteçlerine dayanır. * Bu tiplere bağlı doğrulama ve dökümantasyon sağlar.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 24K bytes - Click Count (0) -
docs/zh-hant/docs/alternatives.md
設法取得優秀的效能。 連同 Hug(Hug 建立於 Falcon 之上)一起,也啟發 **FastAPI** 在函式中宣告一個 `response` 參數。 不過在 FastAPI 中它是可選的,主要用來設定標頭、Cookie 與替代狀態碼。 /// ### [Molten](https://moltenframework.com/) { #molten } 我在 **FastAPI** 打造的早期發現了 Molten。它有一些相當類似的想法: * 基於 Python 型別提示。 * 從這些型別取得驗證與文件。 * 相依性注入系統。 它沒有使用像 Pydantic 這樣的第三方資料驗證、序列化與文件庫,而是有自己的。因此,這些資料型別定義較不容易重複使用。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 20K bytes - Click Count (0) -
docs/fr/docs/python-types.md
* Convertit la première lettre de chacun en majuscule avec `title()`. * <dfn title="Les met ensemble, en un seul. Avec le contenu de l'un après l'autre.">Concatène</dfn> ces deux valeurs avec un espace au milieu. {* ../../docs_src/python_types/tutorial001_py310.py hl[2] *} ### Modifier le code { #edit-it } C'est un programme très simple. Mais maintenant imaginez que vous l'écriviez de zéro.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.7K bytes - Click Count (0)