- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 447 for termine (0.03 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/ResponseBody.kt
* If the response starts with a * [Byte Order Mark (BOM)](https://en.wikipedia.org/wiki/Byte_order_mark), it is consumed and * used to determine the charset of the response bytes. * * Otherwise if the response has a `Content-Type` header that specifies a charset, that is used * to determine the charset of the response bytes. * * Otherwise the response bytes are decoded as UTF-8. */ fun charStream(): Reader =
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue May 27 14:51:25 UTC 2025 - 11.6K bytes - Viewed (0) -
docs/de/docs/virtual-environments.md
```console $ echo "*" > .venv/.gitignore ``` </div> /// details | Was dieser Befehl bedeutet * `echo "*"`: wird den Text `*` im Terminal „drucken“ (der nächste Teil ändert das ein wenig) * `>`: alles, was durch den Befehl links von `>` im Terminal ausgegeben wird, sollte nicht gedruckt, sondern stattdessen in die Datei geschrieben werden, die rechts von `>` kommt
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 17:32:56 UTC 2025 - 25.4K bytes - Viewed (0) -
docs/en/docs/css/termynal.css
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Nov 23 09:27:40 UTC 2025 - 2.2K bytes - Viewed (0) -
apache-maven/pom.xml
<artifactId>jline-reader</artifactId> </dependency> <dependency> <groupId>org.jline</groupId> <artifactId>jline-terminal-jni</artifactId> </dependency> <dependency> <groupId>org.jline</groupId> <artifactId>jline-terminal-ffm</artifactId> </dependency> <!-- (legacy) DI annotations --> <dependency> <groupId>javax.inject</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Nov 10 03:14:05 UTC 2025 - 12.7K bytes - Viewed (0) -
docs/es/docs/project-generation.md
# Plantilla Full Stack FastAPI { #full-stack-fastapi-template } Las plantillas, aunque normalmente vienen con una configuración específica, están diseñadas para ser flexibles y personalizables. Esto te permite modificarlas y adaptarlas a los requisitos de tu proyecto, haciéndolas un excelente punto de partida. 🏁 Puedes usar esta plantilla para comenzar, ya que incluye gran parte de la configuración inicial, seguridad, base de datos y algunos endpoints de API ya hechos para ti.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:15:01 UTC 2025 - 2.2K bytes - Viewed (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
Esse padrão específico de expressão regular verifica se o valor recebido no parâmetro: * `^`: começa com os caracteres seguintes, não tem caracteres antes. * `fixedquery`: tem exatamente o valor `fixedquery`. * `$`: termina ali, não tem mais caracteres depois de `fixedquery`.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 18.2K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadata.java
*/ int getNature(); /** * Gets the policy that applies to this metadata regarding the specified repository. * * @param repository The repository for which to determine the policy, must not be {@code null}. * @return The policy, never {@code null}. */ ArtifactRepositoryPolicy getPolicy(ArtifactRepository repository);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/cache/BatchRequestException.java
* of all requests that were attempted, including both successful and failed operations. * <p> * The exception provides access to detailed results through {@link #getResults()}, allowing * callers to determine which specific requests failed and why. * * @since 4.0.0 */ @Experimental public class BatchRequestException extends RuntimeException { private final List<RequestResult<?, ?>> results; /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 2.4K bytes - Viewed (0) -
docs/uk/docs/tutorial/debugging.md
--- Наприклад, у Visual Studio Code Ви можете: * Перейдіть на вкладку "Debug". * Натисніть "Add configuration...". * Виберіть "Python" * Запустіть дебагер з опцією "`Python: Current File (Integrated Terminal)`". Це запустить сервер з Вашим **FastAPI** кодом, зупиниться на точках зупину тощо. Ось як це може виглядати: <img src="/img/tutorial/debugging/image01.png"> ---
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Feb 28 14:24:45 UTC 2025 - 3.6K bytes - Viewed (0) -
helm/minio/templates/_helpers.tpl
{{- print "networking.k8s.io/v1" -}} {{- end -}} {{- end -}} {{/* Determine secret name. */}} {{- define "minio.secretName" -}} {{- if .Values.existingSecret -}} {{- .Values.existingSecret }} {{- else -}} {{- include "minio.fullname" . -}} {{- end -}} {{- end -}} {{/* Determine name for scc role and rolebinding */}} {{- define "minio.sccRoleName" -}}Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Aug 06 23:48:24 UTC 2025 - 6.4K bytes - Viewed (0)