- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 483 for cani (0.03 seconds)
-
src/cmd/asm/internal/asm/testdata/riscv64validation.s
CSRAI $64, X10 // ERROR "must be in range [0, 63]" CAND $1, X10, X11 // ERROR "rd must be the same as rs1" CAND $1, X5 // ERROR "expected integer prime register in rd" CAND $-64, X10 // ERROR "must be in range [-32, 31]" CAND $63, X10 // ERROR "must be in range [-32, 31]" CANDI $1, X10, X11 // ERROR "rd must be the same as rs1" CANDI $1, X5 // ERROR "expected integer prime register in rd"
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Nov 13 12:17:37 GMT 2025 - 42.1K bytes - Click Count (0) -
docs/tr/docs/virtual-environments.md
* `>`: `>` işaretinin solundaki komutun terminale yazdıracağı çıktı, ekrana basılmak yerine sağ taraftaki dosyaya yazılsın * `.gitignore`: metnin yazılacağı dosyanın adı Git'te `*` "her şey" demektir. Yani `.venv` klasörü içindeki her şeyi ignore eder. Bu komut, içeriği şu olan bir `.gitignore` dosyası oluşturur: ```gitignore * ``` /// ## Package'leri Kurun { #install-packages }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 23.5K bytes - Click Count (0) -
docs/es/docs/tutorial/security/simple-oauth2.md
De acuerdo con la especificación, deberías devolver un JSON con un `access_token` y un `token_type`, igual que en este ejemplo. Esto es algo que tienes que hacer tú mismo en tu código, y asegurarte de usar esas claves JSON. Es casi lo único que tienes que recordar hacer correctamente tú mismo, para ser compatible con las especificaciones. Para el resto, **FastAPI** lo maneja por ti. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 10.2K bytes - Click Count (0) -
docs/es/docs/tutorial/security/oauth2-jwt.md
## Resumen { #recap } Con lo que has visto hasta ahora, puedes configurar una aplicación **FastAPI** segura usando estándares como OAuth2 y JWT. En casi cualquier framework el manejo de la seguridad se convierte en un tema bastante complejo rápidamente.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 11.5K bytes - Click Count (0) -
docs/tr/docs/advanced/generate-clients.md
* [liblab](https://developers.liblab.com/tutorials/sdk-for-fastapi?utm_source=fastapi) Bu çözümlerin bazıları açık kaynak olabilir veya ücretsiz katman sunabilir; yani finansal bir taahhüt olmadan deneyebilirsiniz. Başka ticari SDK üreteçleri de vardır ve internette bulunabilir. 🤓 ## TypeScript SDK Oluşturma { #create-a-typescript-sdk } Basit bir FastAPI uygulamasıyla başlayalım:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10.2K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/CommonsCliMavenOptions.java
public static final String THREADS = "T"; public static final String BUILDER = "b"; public static final String NO_TRANSFER_PROGRESS = "ntp"; public static final String CACHE_ARTIFACT_NOT_FOUND = "canf"; public static final String STRICT_ARTIFACT_DESCRIPTOR_POLICY = "sadp"; public static final String IGNORE_TRANSITIVE_REPOSITORIES = "itr"; public static final String AT_FILE = "af";Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Sep 25 17:39:57 GMT 2025 - 14.8K bytes - Click Count (0) -
docs/tr/docs/tutorial/security/oauth2-jwt.md
``` eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c ``` Şifrelenmiş değildir; yani herkes içeriğindeki bilgiyi geri çıkarabilir. Ancak imzalanmıştır. Bu yüzden, sizin ürettiğiniz bir token'ı aldığınızda, gerçekten onu sizin ürettiğinizi doğrulayabilirsiniz.
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) -
docs/es/docs/advanced/settings.md
end ``` En el caso de nuestra dependencia `get_settings()`, la función ni siquiera toma argumentos, por lo que siempre devuelve el mismo valor. De esa manera, se comporta casi como si fuera solo una variable global. Pero como usa una función de dependencia, entonces podemos sobrescribirla fácilmente para las pruebas.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 11.7K bytes - Click Count (0) -
docs/tr/docs/tutorial/first-steps.md
# İlk Adımlar { #first-steps } En sade FastAPI dosyası şu şekilde görünür: {* ../../docs_src/first_steps/tutorial001_py310.py *} Yukarıdakini `main.py` adlı bir dosyaya kopyalayın. Canlı sunucuyu çalıştırın: <div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> dev <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting development server 🚀Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 14.4K bytes - Click Count (0) -
tensorflow/c/eager/c_api_cluster_test.cc
worker_server.release(); } TEST(CAPI, TestRemoteExecuteUpdateServerDefResourceAccess) { TestRemoteExecuteUpdateServerDefResourceAccess(false); } TEST(CAPI, TestRemoteExecuteUpdateServerDefResourceAccessAsync) { TestRemoteExecuteUpdateServerDefResourceAccess(true); } void TestRemoteExecuteUpdateServerDefWithFailures(bool async) { // Fail fast on GetStatus requests so we can get errors instead of timeout
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 09 05:56:18 GMT 2025 - 19.2K bytes - Click Count (0)