- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 37 for inji (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/smb1/util/mime.map
image/x-xwindowdump xwd # text/css css # Cascading Style Sheet text/html html htm # HTML Document text/plain txt ini log in cfg m4 sh # Plain Text File text/richtext rtx # Rich Text File text/tab-separated-values tsv # text/x-setext etx #
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Fri Mar 22 20:39:42 GMT 2019 - 5.9K bytes - Click Count (0) -
docs/tr/docs/advanced/custom-response.md
{* ../../docs_src/custom_response/tutorial002_py310.py hl[2,7] *} /// info | Bilgi `response_class` parametresi, response’un "media type"’ını tanımlamak için de kullanılır. Bu durumda HTTP header `Content-Type`, `text/html` olarak ayarlanır. Ve OpenAPI’de de bu şekilde dokümante edilir. /// ### Bir `Response` Döndür { #return-a-response }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) -
go.mod
github.com/fatih/structs v1.1.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect github.com/go-ini/ini v1.67.0 // indirect github.com/go-jose/go-jose/v4 v4.1.0 // indirect github.com/go-logr/logr v1.4.2 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/go-ole/go-ole v1.3.0 // indirect
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 10 18:57:03 GMT 2025 - 12.2K bytes - Click Count (0) -
docs/tr/docs/fastapi-cli.md
Ancak, kullanılacak app'i açıkça yapılandırabilirsiniz. ## Uygulama `entrypoint`'ini `pyproject.toml` İçinde Yapılandırma { #configure-the-app-entrypoint-in-pyproject-toml } Uygulamanızın nerede olduğunu aşağıdaki gibi bir `pyproject.toml` dosyasında yapılandırabilirsiniz: ```toml [tool.fastapi]
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6.3K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ImmutableMap.java
for (int inI = 0, outI = 0; inI < size * 2; ) { if (dups.get(inI >>> 1)) { inI += 2; } else { newAlternatingKeysAndValues[outI++] = requireNonNull(localAlternatingKeysAndValues[inI++]); newAlternatingKeysAndValues[outI++] = requireNonNull(localAlternatingKeysAndValues[inI++]); } }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 02 19:58:40 GMT 2026 - 41.2K bytes - Click Count (0) -
docs/tr/docs/tutorial/dependencies/classes-as-dependencies.md
Artık bu class'ı kullanarak dependency'nizi tanımlayabilirsiniz. {* ../../docs_src/dependencies/tutorial002_an_py310.py hl[19] *} **FastAPI**, `CommonQueryParams` class'ını çağırır. Bu, o class'ın bir "instance"ını oluşturur ve bu instance, sizin function'ınıza `commons` parametresi olarak geçirilir. ## Type Annotation vs `Depends` { #type-annotation-vs-depends } Yukarıdaki kodda `CommonQueryParams`'ı iki kez yazdığımıza dikkat edin:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 12:41:38 GMT 2026 - 7.3K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableMap.java
return null; } @SuppressWarnings({"rawtypes", "unchecked"}) Entry<K, V>[] newEntries = new Entry[size - dups.cardinality()]; for (int inI = 0, outI = 0; inI < size; inI++) { if (!dups.get(inI)) { newEntries[outI++] = entries[inI]; } } return newEntries; } } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 44.7K bytes - Click Count (0) -
README.md
// Create suggestion item with text, readings, and metadata String[][] readings = new String[2][]; readings[0] = new String[]{"kensaku", "engine"}; readings[1] = new String[]{"search", "injin"}; String[] tags = new String[]{"technology", "search"}; String[] roles = new String[]{"admin", "user"}; SuggestItem item = new SuggestItem( new String[]{"Search Engine", "検索エンジン"}, // text variations
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Aug 31 03:31:14 GMT 2025 - 12.1K bytes - Click Count (1) -
docs/tr/docs/tutorial/body.md
Önerilmediği için Swagger UI ile etkileşimli dokümanlar, `GET` kullanırken body için dokümantasyonu göstermez ve aradaki proxy'ler bunu desteklemeyebilir. /// ## Pydantic'in `BaseModel`'ini import edin { #import-pydantics-basemodel } Önce, `pydantic` içinden `BaseModel`'i import etmeniz gerekir: {* ../../docs_src/body/tutorial001_py310.py hl[2] *} ## Veri modelinizi oluşturun { #create-your-data-model }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6.9K bytes - Click Count (0) -
docs/tr/docs/tutorial/security/oauth2-jwt.md
Gelen token'ı decode edin, doğrulayın ve mevcut kullanıcıyı döndürün. Token geçersizse, hemen bir HTTP hatası döndürün. {* ../../docs_src/security/tutorial004_an_py310.py hl[93:110] *} ## `/token` *path operation*'ını güncelleme { #update-the-token-path-operation } Token'ın süre sonu için bir `timedelta` oluşturun. Gerçek bir JWT access token üretip döndürün. {* ../../docs_src/security/tutorial004_an_py310.py hl[121:136] *}
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 12.1K bytes - Click Count (0)