- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 127 for tipten (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
you see, Alice had learnt several things of this sort in her lessons in the schoolroom, and though this was not a VERY good opportunity for showing off her knowledge, as there was no one to listen to her, still it was good practice to say it over) `--yes, that's about the right distance--but then I wonder what Latitude or Longitude I've got to?' (Alice had no idea what Latitude was,
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Apr 21 02:27:51 GMT 2017 - 145.2K bytes - Click Count (0) -
docs/tr/docs/features.md
* Eleman tipleri tanımlanan JSON dizileri (`list`). * Minimum ve maksimum uzunlukları tanımlanan String (`str`) alanları. * Min ve max değerleri olan sayılar (`int`, `float`) vb. * Daha “egzotik” tipler için doğrulama: * URL. * Email. * UUID. * ...ve diğerleri. Tüm doğrulama köklü ve sağlam **Pydantic** tarafından yapılır. ### Güvenlik ve Kimlik Doğrulama { #security-and-authentication }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10.1K bytes - Click Count (0) -
docs/de/docs/_llm-test.md
//// tab | Test /// info | Info Etwas Text /// /// note | Hinweis Etwas Text /// /// note | Technische Details Etwas Text /// /// check | Testen Etwas Text /// /// tip | Tipp Etwas Text /// /// warning | Achtung Etwas Text /// /// danger | Gefahr Etwas Text /// //// //// tab | Info
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 12.3K bytes - Click Count (0) -
docs/es/docs/environment-variables.md
Hello Wade Wilson from Python ``` </div> //// Dado que las variables de entorno pueden configurarse fuera del código, pero pueden ser leídas por el código, y no tienen que ser almacenadas (committed en `git`) con el resto de los archivos, es común usarlas para configuraciones o **ajustes**.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 8.3K bytes - Click Count (0) -
cmd/globals.go
// global Trace system to send HTTP request/response // and Storage/OS calls info to registered listeners. globalTrace = pubsub.New[madmin.TraceInfo, madmin.TraceType](8) // global Listen system to send S3 API events to registered listeners globalHTTPListen = pubsub.New[event.Event, pubsub.Mask](0) // global console system to send console logs to // registered listeners
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Sep 03 18:23:41 GMT 2024 - 16.2K bytes - Click Count (1) -
docs/es/docs/tutorial/bigger-applications.md
* `/items/{item_id}` Es toda la misma estructura que con `app/routers/users.py`. Pero queremos ser más inteligentes y simplificar un poco el código. Sabemos que todas las *path operations* en este módulo tienen el mismo: * Prefijo de path: `/items`. * `tags`: (solo una etiqueta: `items`). * `responses` extra. * `dependencies`: todas necesitan esa dependencia `X-Token` que creamos.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 20.2K bytes - Click Count (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt
(dispatcher as QueueDispatcher).enqueue(response) } /** * Starts the server on the loopback interface for the given port. * * @param port the port to listen to, or 0 for any available port. Automated tests should always * use port 0 to avoid flakiness when a specific port is unavailable. */ @Throws(IOException::class) @JvmOverloads
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 40.3K bytes - Click Count (0) -
docs/es/docs/alternatives.md
Por lo tanto, la validación de datos, la serialización y la documentación, tienen que hacerse en código, no automáticamente. O tienen que implementarse como un framework sobre Falcon, como Hug. Esta misma distinción ocurre en otros frameworks que se inspiran en el diseño de Falcon, de tener un objeto request y un objeto response como parámetros.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 24.5K bytes - Click Count (0) -
cmd/data-scanner-metric.go
globalTrace.Publish(scannerTrace(s, startTime, duration, strings.Join(paths, " "), custom)) } } } // time n scanner actions. // Use for s < scannerMetricLastRealtime func (p *scannerMetrics) timeN(s scannerMetric) func(n int) { startTime := time.Now() return func(n int) { duration := time.Since(startTime) atomic.AddUint64(&p.operations[s], uint64(n)) if s < scannerMetricLastRealtime {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Oct 01 06:06:01 GMT 2025 - 9.4K bytes - Click Count (0) -
docs/de/docs/advanced/security/oauth2-scopes.md
Diese werden für jede *Pfadoperation* unabhängig überprüft. ## Es testen { #check-it } Wenn Sie die API-Dokumentation öffnen, können Sie sich authentisieren und angeben, welche Scopes Sie autorisieren möchten. <img src="/img/tutorial/security/image11.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 15.7K bytes - Click Count (0)