- Sort Score
- Result 10 results
- Languages All
Results 461 - 470 of 513 for nodes (0.03 sec)
-
docs/en/docs/management-tasks.md
So, having a nice PR title will not only look nice in GitHub, but also in the release notes. 馃摑 ## Add Labels to PRs The same GitHub Action <a href="https://github.com/tiangolo/latest-changes" class="external-link" target="_blank">latest-changes</a> uses one label in the PR to decide the section in the release notes to put this PR in.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Aug 16 21:56:33 UTC 2024 - 14.2K bytes - Viewed (0) -
docs/es/docs/features.md
* Desempe帽o realmente impresionante. Es uno <a href="https://github.com/encode/starlette#performance" class="external-link" target="_blank"> de los frameworks de Python m谩s r谩pidos, a la par con **NodeJS** y **Go**</a>. * Soporte para **WebSocket**. * <abbr title="En espa帽ol: tareas que se ejecutan en el fondo, sin frenar requests, en el mismo proceso. En ingles: In-process background tasks">Tareas en background</abbr>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 19 18:15:21 UTC 2024 - 10.9K bytes - Viewed (0) -
internal/kms/kms.go
// It must match the data used during encryption // or data key generation. AssociatedData Context } // MACRequest is a structure containing fields // and options for generating message authentication // codes (MAC). type MACRequest struct { // Name is the name of the master key used decrypt // the ciphertext. Name string Version int Message []byte }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Aug 18 06:43:03 UTC 2024 - 11.5K bytes - Viewed (0) -
cmd/s3-zip-handlers.go
oi.UserDefined[archiveTypeMetadataKey] = at oi.UserDefined[archiveInfoMetadataKey] = zipInfoStr return dsc, nil }, } // For all other modes use in-place update to update metadata on a specific version. if _, err = objectAPI.PutObjectMetadata(ctx, bucket, object, popts); err != nil { return nil, err } return zipInfo, nil
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:31:51 UTC 2024 - 15.8K bytes - Viewed (0) -
docs/fr/docs/contributing.md
* Pour v茅rifier le code 脿 2 lettres de la langue que vous souhaitez traduire, vous pouvez utiliser le tableau <a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes" class="external-link" target="_blank">Liste des codes ISO 639-1</a>. #### Langue existante Disons que vous voulez traduire une page pour une langue qui a d茅j脿 des traductions pour certaines pages, comme l'espagnol.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 16.2K bytes - Viewed (0) -
docs/he/docs/index.md
--- FastAPI 讛讬讗 转砖转讬转 专砖转 诪讜讚专谞讬转 讜诪讛讬专讛 (讘讬爪讜注讬诐 讙讘讜讛讬诐) 诇讘谞讬讬转 诪诪砖拽讬 转讻谞讜转 讬讬砖讜诪讬诐 (API) 注诐 驻讬讬转讜谉 3.6+ 讘讛转讘住住 注诇 专诪讝讬 讟讬驻讜住讬诐 住讟谞讚专讟讬讬诐. 转讻讜谞讜转 讛诪驻转讞 讛谉: - **诪讛讬专讛**: 讘讬爪讜注讬诐 讙讘讜讛讬诐 诪讗讜讚, 讘拽谞讛 讗讞讚 注诐 NodeJS 讜 - Go (转讜讚讜转 诇 - Starlette 讜 - Pydantic). [讗讞转 诪转砖转讬讜转 讛驻讬讬转讜谉 讛诪讛讬专讜转 讘讬讜转专](#_14). - **诪讛讬专讛 诇转讻谞讜转**: 讛讙讘讬专讜 讗转 诪讛讬专讜转 驻讬转讜讞 讛转讻讜谞讜转 讛讞讚砖讜转 讘讻 - %200 注讚 %300. \* - **驻讞讜转 砖讙讬讗讜转**: 诪谞注讜 讻 - %40 诪砖讙讬讗讜转 讗谞讜砖 (诪驻转讞讬诐). \*
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21.2K bytes - Viewed (0) -
docs/de/docs/deployment/docker.md
3. Kopiere die Datei mit den Paketanforderungen in das Verzeichnis `/code`. Kopieren Sie zuerst **nur** die Datei mit den Anforderungen, nicht den Rest des Codes. Da sich diese Datei **nicht oft 盲ndert**, erkennt Docker das und verwendet den **Cache** f眉r diesen Schritt, wodurch der Cache auch f眉r den n盲chsten Schritt aktiviert wird.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 39K bytes - Viewed (0) -
docs/de/docs/tutorial/dependencies/dependencies-with-yield.md
/// ```Python hl_lines="4 12 20" {!> ../../docs_src/dependencies/tutorial008.py!} ``` //// Und alle k枚nnen `yield` verwenden. In diesem Fall ben枚tigt `dependency_c` zum Ausf眉hren seines Exit-Codes, dass der Wert von `dependency_b` (hier `dep_b` genannt) verf眉gbar ist. Und wiederum ben枚tigt `dependency_b` den Wert von `dependency_a` (hier `dep_a` genannt) f眉r seinen Exit-Code. //// tab | Python 3.9+
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.4K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/connection/ConnectPlan.kt
return nextConnectionSpec(connectionSpecs, sslSocket) ?: throw UnknownServiceException( "Unable to find acceptable protocols." + " isFallback=$isTlsFallback," + " modes=$connectionSpecs," + " supported protocols=${sslSocket.enabledProtocols!!.contentToString()}", ) } /**
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 18.6K bytes - Viewed (0) -
docs/en/docs/contributing.md
* To check the 2-letter code for the language you want to translate, you can use the table <a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes" class="external-link" target="_blank">List of ISO 639-1 codes</a>. #### Existing language Let's say you want to translate a page for a language that already has translations for some pages, like Spanish.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Aug 25 02:44:06 UTC 2024 - 12.7K bytes - Viewed (0)