- Sort Score
- Num 10 results
- Language All
Results 51 - 58 of 58 for conectar (0.06 seconds)
-
docs/pt/docs/python-types.md
/// note | Nota Se você é um especialista em Python e já sabe tudo sobre type hints, pule para o próximo capítulo. /// ## Motivação { #motivation } Vamos começar com um exemplo simples: {* ../../docs_src/python_types/tutorial001_py39.py *} A chamada deste programa gera: ``` John Doe ``` A função faz o seguinte: * Pega um `first_name` e `last_name`.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 16.7K bytes - Click Count (0) -
docs/pt/docs/async.md
## Corrotinas { #coroutines } **Corrotina** é apenas um jeito bonitinho para a coisa que é retornada de uma função `async def`. O Python sabe que é algo como uma função, que pode começar e que vai terminar em algum ponto, mas que pode ser pausada ⏸ internamente também, sempre que tiver um `await` dentro dela.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 25.8K bytes - Click Count (0) -
LICENSE
------------------------------------------------------------------------------ Eclipse Public License 1.0 https://opensource.org/licenses/EPL-1.0 junit:junit org.sonatype.aether:aether-api org.sonatype.aether:aether-connector-wagon org.sonatype.aether:aether-impl org.sonatype.aether:aether-spi org.sonatype.aether:aether-util ------------------------------------------------------------------------------ 3-Clause BSD
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed May 07 12:40:53 GMT 2025 - 23.1K bytes - Click Count (0) -
docs/es/docs/deployment/concepts.md
/// ### Ejemplos de Estrategias para Pasos Previos { #examples-of-previous-steps-strategies } Esto **dependerá mucho** de la forma en que **implementarás tu sistema**, y probablemente estará conectado con la forma en que inicias programas, manejas reinicios, etc. Aquí hay algunas ideas posibles: * Un "Contenedor de Inicio" en Kubernetes que se ejecuta antes de tu contenedor de aplicaciónCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 20.1K bytes - Click Count (0) -
docs/es/docs/alternatives.md
Soportar el estándar abierto para APIs, OpenAPI. /// ### <a href="https://flask-apispec.readthedocs.io/en/latest/" class="external-link" target="_blank">Flask-apispec</a> { #flask-apispec } Es un plug-in de Flask, que conecta juntos Webargs, Marshmallow y APISpec. Usa la información de Webargs y Marshmallow para generar automáticamente esquemas OpenAPI, usando APISpec.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:15:01 GMT 2025 - 25.9K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
import org.eclipse.aether.internal.impl.DefaultTransporterProvider; import org.eclipse.aether.internal.impl.transport.http.DefaultChecksumExtractor; import org.eclipse.aether.spi.connector.transport.TransporterProvider; import org.eclipse.aether.transport.file.FileTransporterFactory; import org.eclipse.aether.transport.jdk.JdkTransporterFactory;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 37K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
import java.util.function.Consumer; import java.util.function.Function; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream.Collectors; import org.apache.catalina.connector.ClientAbortException; import org.apache.commons.lang3.StringUtils; import org.apache.commons.text.StringEscapeUtils; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger;
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K bytes - Click Count (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<acronym>VHD</acronym> <_comment>Virtual PC Virtual Hard Disk</_comment> <tika:link>http://en.wikipedia.org/wiki/VHD_%28file_format%29</tika:link> <magic priority="50"> <match value="conectix" type="string" offset="0"/> </magic> </mime-type> <mime-type type="application/x-vmdk"> <acronym>VMDK</acronym> <_comment>Virtual Disk Format</_comment>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Oct 16 07:46:32 GMT 2025 - 320.2K bytes - Click Count (5)