- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 273 for routes (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/fr/docs/how-to/conditional-openapi.md
* Vous devez vous assurer d'avoir des modèles Pydantic bien définis pour le corps de la requête et la réponse. * Configurez toutes les autorisations et tous les rôles nécessaires à l'aide de dépendances. * Ne stockez jamais de mots de passe en clair, seulement des hachages de mots de passe.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 3K bytes - Click Count (0) -
docs/de/llm-prompt.md
Language code: de. ### Grammar to use when talking to the reader Use the formal grammar (use `Sie` instead of `Du`). ### Quotes 1) Convert neutral double quotes (`"`) to German double typographic quotes (`„` and `“`). Convert neutral single quotes (`'`) to German single typographic quotes (`‚` and `‘`). Do NOT convert quotes in code snippets and code blocks to their German typographic equivalents. Examples: Source (English): ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Dec 29 18:54:20 GMT 2025 - 9.8K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5HttpClient.java
/** * Sets whether to use robots.txt disallow rules. * * @param useRobotsTxtDisallows True to use disallow rules, false otherwise */ public void setUseRobotsTxtDisallows(final boolean useRobotsTxtDisallows) { this.useRobotsTxtDisallows = useRobotsTxtDisallows; } /** * Sets whether to use robots.txt allow rules. *Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sat Jan 31 12:23:29 GMT 2026 - 62.2K bytes - Click Count (0) -
docs/fr/docs/advanced/settings.md
Cela signifie que toute valeur lue en Python depuis une variable d'environnement sera une `str`, et toute conversion vers un autre type ou toute validation doit être effectuée dans le code. ## Pydantic `Settings` { #pydantic-settings }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.3K bytes - Click Count (0) -
internal/grid/connection.go
return &Subroute{ Connection: c, route: s, subID: makeSubHandlerID(0, s), trace: c.trace.subroute(s), } } // Subroute adds a subroute to the subroute. // The subroutes are combined with '/'. func (c *Subroute) Subroute(s string) *Subroute { route := strings.Join([]string{c.route, s}, "/") return &Subroute{ Connection: c.Connection, route: route,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 46.9K bytes - Click Count (0) -
docs/fr/docs/tutorial/header-params.md
Il est possible de recevoir des en-têtes en double. Autrement dit, le même en-tête avec plusieurs valeurs. Vous pouvez définir ces cas à l'aide d'une liste dans la déclaration de type. Vous recevrez toutes les valeurs de l'en-tête dupliqué sous forme de `list` Python. Par exemple, pour déclarer un en-tête `X-Token` qui peut apparaître plusieurs fois, vous pouvez écrire :
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 3.4K bytes - Click Count (0) -
docs/tr/llm-prompt.md
### Headings - Follow existing Turkish heading style (Title Case where used; no trailing period). ### Quotes - Keep quote style consistent with existing Turkish docs (typically ASCII quotes in text). - Never modify quotes inside inline code, code blocks, URLs, or file paths. ### Ellipsis - Keep ellipsis style (`...`) consistent with existing Turkish docs.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Jan 20 20:34:03 GMT 2026 - 2.7K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/FakeRoutePlanner.kt
) : RoutePlanner.Plan { var planningThrowable: Throwable? = null var canceled = false var connectState = ConnectState.READY val connection = factory.newConnection( pool = pool, route = factory.newRoute(address), idleAtNanos = defaultConnectionIdleAtNanos, ) var retry: FakePlan? = null var retryTaken = false var yieldBeforePlanReturns = falseCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 6.1K bytes - Click Count (0) -
docs/metrics/prometheus/alerts.md
- static_configs: - targets: ['localhost:9093'] rule_files: - rules.yml ``` Here `rules.yml` is the file which should contain the alerting rules defined. ## Add rules for your deployment Below is a sample alerting rules configuration for MinIO. Refer https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/ for more instructions on writing alerting rules for Prometheus. ```yaml groups: - name: example rules:Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 23 15:13:23 GMT 2025 - 4.4K bytes - Click Count (0) -
docs/fr/docs/how-to/configure-swagger-ui.md
{* ../../docs_src/configure_swagger_ui/tutorial003_py310.py hl[3] *} ## Autres paramètres de Swagger UI { #other-swagger-ui-parameters } Pour voir toutes les autres configurations possibles que vous pouvez utiliser, lisez les [documents officiels pour les paramètres de Swagger UI](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 3.2K bytes - Click Count (0)