- Sort Score
- Result 10 results
- Languages All
Results 301 - 310 of 327 for proxya (0.1 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String HTTP_PROXY_HOST = "http.proxy.host"; /** The key of the configuration. e.g. 8080 */ String HTTP_PROXY_PORT = "http.proxy.port"; /** The key of the configuration. e.g. */ String HTTP_PROXY_USERNAME = "http.proxy.username"; /** The key of the configuration. e.g. */ String HTTP_PROXY_PASSWORD = "http.proxy.password";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (0) -
docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md
/// ## Dependências com `yield`, `HTTPException`, `except` e Tarefas de Background /// warning | "Aviso" Você provavelmente não precisa desses detalhes técnicos, você pode pular essa seção e continuar na próxima seção abaixo. Esses detalhes são úteis principalmente se você estiver usando uma versão do FastAPI anterior à 0.106.0 e utilizando recursos de dependências com `yield` em tarefas de background. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.5K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https.drawio
<mxGeometry x="495" y="320" width="355" height="440" as="geometry"/> </mxCell> <mxCell id="7" value="<font style="font-size: 24px" face="Roboto">TLS Termination Proxy<br></font>" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;strokeWidth=3;fontFamily=Roboto Mono, mono;FType=g;" vertex="1" parent="1">
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 25.7K bytes - Viewed (0) -
docs/pt/docs/async.md
E como você pode ter paralelismo e sincronicidade ao mesmo tempo, você tem uma maior performance do que a maioria dos frameworks NodeJS testados e lado a lado com Go, que é uma linguagem compilada próxima ao C <a href="https://www.techempower.com/benchmarks/#section=data-r17&hw=ph&test=query&l=zijmkf-1" class="external-link" target="_blank">(tudo graças ao Starlette)</a>. ### Concorrência é melhor que paralelismo?
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 22.2K bytes - Viewed (0) -
docs/pt/docs/tutorial/bigger-applications.md
{!../../docs_src/bigger_applications/app/routers/items.py!} ``` #### Como funcionam as importações relativas /// tip | "Dica" Se você sabe perfeitamente como funcionam as importações, continue para a próxima seção abaixo. /// Um único ponto `.`, como em: ```Python from .dependencies import get_token_header ``` significaria:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 19.6K bytes - Viewed (0) -
cmd/metrics-v2.go
return MetricDescription{ Namespace: ns, Subsystem: replicationSubsystem, Name: proxiedPutTaggingRequestFailures, Help: "Number of failures in PUT tagging proxy requests to replication target", Type: counterMetric, } } func getClusterReplProxiedGetTaggingFailedOperationsMD(ns MetricNamespace) MetricDescription { return MetricDescription{
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 131.9K bytes - Viewed (0) -
docs/it/docs/index.md
* Fornirà 2 interfacce di documentazione dell'API interattive. --- Questa è solo la punta dell'iceberg, ma dovresti avere già un'idea di come il tutto funzioni. Prova a cambiare questa riga di codice: ```Python return {"item_name": item.name, "item_id": item_id} ``` ...da: ```Python ... "item_name": item.name ... ``` ...a:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 19.2K bytes - Viewed (0) -
docs/recipes.md
} } ``` ### Per-call Configuration ([.kt][PerCallSettingsKotlin], [.java][PerCallSettingsJava])
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Fri Feb 18 08:52:22 UTC 2022 - 40.2K bytes - Viewed (0) -
docs/pt/docs/virtual-environments.md
/// <div class="termy"> ```console $ echo "*" > .venv/.gitignore ``` </div> /// details | O que esse comando significa * `echo "*"`: irá "imprimir" o texto `*` no terminal (a próxima parte muda isso um pouco) * `>`: qualquer coisa impressa no terminal pelo comando à esquerda de `>` não deve ser impressa, mas sim escrita no arquivo que vai à direita de `>`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 10 10:37:13 UTC 2024 - 22.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/MapMakerInternalMap.java
} /** * The actual object that gets serialized. Unfortunately, readResolve() doesn't get called when a * circular dependency is present, so the proxy must be able to behave as the map itself. */ abstract static class AbstractSerializationProxy<K, V> extends ForwardingConcurrentMap<K, V> implements Serializable {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 20:24:49 UTC 2024 - 90.8K bytes - Viewed (0)