- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 92 for lentas (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/es/docs/advanced/middleware.md
## Otros middlewares { #other-middlewares } Hay muchos otros middlewares ASGI. Por ejemplo:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 4.5K bytes - Click Count (0) -
docs/pt/docs/tutorial/server-sent-events.md
SSE é um padrão para transmitir dados do servidor para o cliente via HTTP. Cada evento é um pequeno bloco de texto com “campos” como `data`, `event`, `id` e `retry`, separados por linhas em branco. Fica assim: ``` data: {"name": "Portal Gun", "price": 999.99} data: {"name": "Plumbus", "price": 32.99} ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:13 GMT 2026 - 4.9K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-unix.yml
black-list-labels: - '>test-mute' axes: - axis: type: label-expression name: os values: - centos-7-packaging - centos-8-packaging - debian-9-packaging - debian-10-packaging - debian-11-packaging - opensuse-15-1-packaging - oraclelinux-7-packagingCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Sep 14 17:35:45 GMT 2021 - 2.2K bytes - Click Count (0) -
Vagrantfile
deb_common config, box deb_docker config end end 'centos-6'.tap do |box| config.vm.define box, define_opts do |config| config.vm.box = 'elastic/centos-6-x86_64' rpm_common config, box end end 'centos-7'.tap do |box| config.vm.define box, define_opts do |config| config.vm.box = 'elastic/centos-7-x86_64' rpm_common config, box rpm_docker config end endCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Feb 17 17:41:23 GMT 2021 - 14.9K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-upgrade-tests.yml
- ':Delivery/Packaging' black-list-labels: - '>test-mute' axes: - axis: type: label-expression name: os values: - centos-8-packaging - ubuntu-20.04-packaging - axis: type: yaml filename: ".ci/bwcVersions" name: "BWC_VERSION" builders: - inject:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 10 19:43:38 GMT 2021 - 1.9K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-arm.yml
project-type: matrix node: master scm: - git: wipe-workspace: false axes: - axis: type: label-expression name: os values: - "centos-8-aarch64&&immutable" - "ubuntu-1804-aarch64&&immutable" builders: - inject: properties-file: '.ci/java-versions-aarch64.properties' properties-content: |Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jul 21 16:52:53 GMT 2021 - 1K bytes - Click Count (0) -
docs/es/docs/tutorial/query-param-models.md
Puedes usar **modelos de Pydantic** para declarar **parámetros query** en **FastAPI**. 😎 /// tip | Consejo Alerta de spoiler: también puedes usar modelos de Pydantic para declarar cookies y headers, pero leerás sobre eso más adelante en el tutorial. 🤫
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 2.3K bytes - Click Count (0) -
docs/es/docs/tutorial/handling-errors.md
Debido a que es una excepción de Python, no la `return`, sino que la `raise`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 9.6K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/SourceSinkTester.java
+ "quis in augue. Suspendisse id dui in lorem tristique placerat eget vel risus. Sed " + "metus neque, scelerisque in molestie ac, mattis quis lectus. Pellentesque viverra " + "justo commodo quam bibendum ut gravida leo accumsan. Nullam malesuada sagittis diam, " + "quis suscipit mauris euismod vulputate. Pellentesque ultrices tellus sed lorem "
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue May 13 18:46:00 GMT 2025 - 4.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/TreeMultimapExplicitTest.java
* * @author Jared Levy */ @GwtCompatible @NullMarked public class TreeMultimapExplicitTest extends TestCase { /** * Compare strings lengths, and if the lengths are equal compare the strings. A {@code null} is * less than any non-null value. */ private enum StringLength implements Comparator<@Nullable String> { COMPARATOR; @OverrideCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 8.4K bytes - Click Count (0)