- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 72 for oras (0.03 sec)
-
src/main/webapp/js/admin/bootstrap.min.js.map
AAcyI,GAElD,IAAM4C,EAAc/H,KAAKgI,cAAchI,KAAKkG,gBAE5C,KAAI4B,EAAQ9H,KAAKgG,OAAOnB,OAAS,GAAKiD,EAAQ,GAI9C,GAAI9H,KAAKoG,WACPtJ,UAAEkD,KAAKkB,UAAUhB,IAAIgF,GAAY,kBAAMnF,EAAK8H,GAAGC,UADjD,CAKA,GAAIC,IAAgBD,EAGlB,OAFA9H,KAAKwF,aACLxF,KAAKuH,QAIP,IAAMU,EAAYH,EAAQC,EACxB/C,EACAC,EAEFjF,KAAKmH,OAAOc,EAAWjI,KAAKgG,OAAO8B,MAGrCrG,UAAA,WACE3E,UAAEkD,KAAKkB,UAAUgH,IA1LN,gBA2LXpL,UAAE4E,WAAW1B,KAAKkB,SAAUH,GAE5Bf,KAAKgG,OAAS,KACdhG,KAAKwG,QAAU,KACfxG,KAAKkB,SAAW,KAChBlB,KAAKiG,UAAY,KACjBjG,KAAKmG,UAAY,KACj...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 180.9K bytes - Viewed (0) -
docs/de/docs/tutorial/first-steps.md
Sie können auch Pydantic-Modelle zurückgeben (dazu später mehr). Es gibt viele andere Objekte und Modelle, die automatisch zu JSON konvertiert werden (einschließlich ORMs usw.). Versuchen Sie, Ihre Lieblingsobjekte zu verwenden. Es ist sehr wahrscheinlich, dass sie bereits unterstützt werden. ## Zusammenfassung * Importieren Sie `FastAPI`. * Erstellen Sie eine `app` Instanz.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.5K bytes - Viewed (0) -
docs/es/docs/python-types.md
Estos **type hints** son una nueva sintaxis, desde Python 3.6+, que permite declarar el <abbr title="por ejemplo: str, int, float, bool">tipo</abbr> de una variable. Usando las declaraciones de tipos para tus variables, los editores y otras herramientas pueden proveerte un soporte mejor. Este es solo un **tutorial corto** sobre los Python type hints. Solo cubre lo mínimo necesario para usarlos con **FastAPI**... realmente es muy poco lo que necesitas.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.1K bytes - Viewed (0) -
docs/es/docs/tutorial/path-params.md
De la misma manera hay muchas herramientas compatibles. Incluyendo herramientas de generación de código para muchos lenguajes. ## Pydantic Toda la validación de datos es realizada tras bastidores por <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a>, así que obtienes todos sus beneficios. Así sabes que estás en buenas manos.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.4K bytes - Viewed (0) -
docs/pt/docs/tutorial/first-steps.md
Você também pode devolver modelos Pydantic (você verá mais sobre isso mais tarde). Existem muitos outros objetos e modelos que serão convertidos automaticamente para JSON (incluindo ORMs, etc). Tente usar seus favoritos, é altamente provável que já sejam compatíveis. ## Recapitulando * Importe `FastAPI`. * Crie uma instância do `app`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.6K bytes - Viewed (0) -
docs/pt/docs/tutorial/sql-databases.md
///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 15:25:29 UTC 2024 - 15.8K bytes - Viewed (0) -
guava/src/com/google/common/hash/BloomFilterStrategies.java
data.length(), other.data.length()); for (int i = 0; i < data.length(); i++) { putData(i, other.data.get(i)); } } /** * ORs the bits encoded in the {@code i}th {@code long} in the underlying {@link * AtomicLongArray} with the given value. */ void putData(int i, long longValue) { long ourLongOld; long ourLongNew;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 10 19:45:10 UTC 2022 - 10.7K bytes - Viewed (0) -
docs/ja/README.md
以下のコマンドは、zipファイルを使用する例です: $ unzip fess-14.17.x.zip $ cd fess-14.17.x $ ./bin/fess 詳細については、[インストールガイド](https://fess.codelibs.org/14.17/install/index.html)を参照してください。 ### Docker [ghcr.io](https://github.com/orgs/codelibs/packages)にDockerイメージを提供しています。また、このリポジトリにはDocker Compose(YAML)ファイルも用意されています。[こちらのリポジトリ](https://github.com/codelibs/docker-fess/tree/master/compose)で確認できます。 ### ブラウザUI - 検索UI: http://localhost:8080/
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/en/docs/tutorial/first-steps.md
You can also return Pydantic models (you'll see more about that later). There are many other objects and models that will be automatically converted to JSON (including ORMs, etc). Try using your favorite ones, it's highly probable that they are already supported. ## Recap * Import `FastAPI`. * Create an `app` instance.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 26 11:48:16 UTC 2024 - 11.8K bytes - Viewed (0) -
docs/es/docs/features.md
### Probado * <abbr title="La cantidad de código que es probado automáticamente">Cobertura de pruebas</abbr> al 100%. * Base de código 100% <abbr title="Type annotations de Python, con esto tu editor y otras herramientas externas pueden darte mejor soporte">anotada con tipos</abbr>. * Usado en aplicaciones en producción. ## Características de Starlette
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 19 18:15:21 UTC 2024 - 10.9K bytes - Viewed (0)