- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 742 for tagged (0.07 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/ListIteratorTester.java
/** * A utility similar to {@link IteratorTester} for testing a {@link ListIterator} against a known * good reference implementation. As with {@code IteratorTester}, a concrete subclass must provide * target iterators on demand. It also requires three additional constructor parameters: {@code * elementsToInsert}, the elements to be passed to {@code set()} and {@code add()} calls; {@code
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Feb 21 16:49:06 UTC 2024 - 2.3K bytes - Viewed (0) -
internal/http/request-recorder.go
package http import ( "bytes" "io" ) // RequestRecorder - records the // of a given io.Reader type RequestRecorder struct { // Data source to record io.Reader // Response body should be logged LogBody bool // internal recording buffer buf bytes.Buffer // total bytes read including header size bytesRead int } // Close is a no operation closer func (r *RequestRecorder) Close() error {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Apr 12 21:37:19 UTC 2023 - 1.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/FilteredCollectionsTestUtil.java
C unfiltered = createUnfiltered(contents); C filterThenAdd = filter(unfiltered, EVEN); unfiltered.add(4); List<Integer> target = Lists.newArrayList(contents); target.add(4); C addThenFilter = filter(createUnfiltered(target), EVEN); assertThat(filterThenAdd).containsExactlyElementsIn(addThenFilter); } } public void testAdd() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 13K bytes - Viewed (0) -
docs/em/docs/tutorial/request-forms-and-files.md
# ๐จ ๐จ & ๐ ๐ ๐ช ๐ฌ ๐ & ๐จ ๐ ๐ ๐ฐ โ๏ธ `File` & `Form`. /// info ๐จ ๐ ๐ & /โ๏ธ ๐จ ๐, ๐ฅ โ <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. ๐คถ โ. `pip install python-multipart`. /// ## ๐ `File` & `Form` ```Python hl_lines="1" {!../../docs_src/request_forms_and_files/tutorial001.py!} ``` ## ๐ฌ `File` & `Form` ๐ข
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.1K bytes - Viewed (0) -
docs/de/docs/tutorial/response-model.md
/// /// info Sie kรถnnen auch: * `response_model_exclude_defaults=True` * `response_model_exclude_none=True`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 19.8K bytes - Viewed (0) -
docs/em/docs/advanced/response-change-status-code.md
# ๐จ - ๐ ๐ ๐ ๐ ๐ฒ โ โญ ๐ ๐ ๐ช โ ๐ข [๐จ ๐ ๐](../tutorial/response-status-code.md){.internal-link target=_blank}. โ๏ธ ๐ผ ๐ ๐ช ๐จ ๐ ๐ ๐ ๐ ๐ข. ## โ๏ธ ๐ผ ๐ผ, ๐ ๐ ๐ ๐ ๐จ ๐บ๐ธ๐ ๐ ๐ "๐" `200` ๐ข. โ๏ธ ๐ฅ ๐ฝ ๐ซ ๐, ๐ ๐ โ โซ๏ธ, & ๐จ ๐บ๐ธ๐ ๐ ๐ "โ" `201`. โ๏ธ ๐ ๐ ๐ช โฝ & ๐ ๐ฝ ๐ ๐จ โฎ๏ธ `response_model`. ๐ ๐ผ, ๐ ๐ช โ๏ธ `Response` ๐ข. ## โ๏ธ `Response` ๐ข
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.2K bytes - Viewed (0) -
.gitignore
!/.idea/icon.png !/.idea/icon_dark.png */**/.idea */**/.shelf .shelf /*.iml /*/*.iml /*/*/*.iml /*/*/*/*.iml /*/*/*/*/*.iml /out /*/out /*/*/out /*/*/*/out /*/*/*/*/out /.teamcity/target /gradle.ipr /gradle.iws # Eclipse # ------- *.classpath *.project *.settings /bin /subprojects/*/bin atlassian-ide-plugin.xml .metadata/ # NetBeans # -------- .nb-gradle
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 16 09:50:46 UTC 2024 - 1.6K bytes - Viewed (0) -
cmd/site-replication-metrics.go
// transfer rate for small uploads XferRateSml *XferStats `json:"smallTransferRate" msg:"st"` // Endpoint is the replication target endpoint Endpoint string `json:"-"` // Secure is true if the replication target endpoint is secure Secure bool `json:"-"` } func (sr *SRStats) update(st replStat, dID string) { sr.lock.Lock() defer sr.lock.Unlock() srs, ok := sr.M[dID]
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Feb 06 06:00:45 UTC 2024 - 8.2K bytes - Viewed (0) -
docs/zh/docs/tutorial/bigger-applications.md
* ๅฆๆไฝ ่ฟๅจไธไธชๅ ทไฝ็*่ทฏๅพๆไฝ*ไธญๅฃฐๆไบไพ่ต้กน๏ผ**ๅฎไปฌไนไผ่ขซๆง่ก**ใ * ่ทฏ็ฑๅจ็ไพ่ต้กนๆๅ ๆง่ก๏ผ็ถๅๆฏ[่ฃ ้ฅฐๅจไธญ็ `dependencies`](dependencies/dependencies-in-path-operation-decorators.md){.internal-link target=_blank}๏ผๅ็ถๅๆฏๆฎ้็ๅๆฐไพ่ต้กนใ * ไฝ ่ฟๅฏไปฅๆทปๅ [ๅ ทๆ `scopes` ็ `Security` ไพ่ต้กน](../advanced/security/oauth2-scopes.md){.internal-link target=_blank}ใ /// tip ๅจ `APIRouter`ไธญๅ ทๆ `dependencies` ๅฏไปฅ็จๆฅ๏ผไพๅฆ๏ผๅฏนไธๆด็ป็*่ทฏๅพๆไฝ*่ฆๆฑ่บซไปฝ่ฎค่ฏใๅณไฝฟ่ฟไบไพ่ต้กนๅนถๆฒกๆๅๅซๆทปๅ ๅฐๆฏไธช่ทฏๅพๆไฝไธญใ /// /// check
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.4K bytes - Viewed (0) -
docs/em/docs/tutorial/debugging.md
, โธ: ```Python uvicorn.run(app, host="0.0.0.0", port=8000) ``` ๐ ๐ซ ๐ ๏ธ. /// info ๐ โน, โ <a href="https://docs.python.org/3/library/__main__.html" class="external-link" target="_blank">๐ ๐ ๐ฉบ</a>. /// ## ๐ ๐ ๐ โฎ๏ธ ๐ ๐น โฉ๏ธ ๐ ๐ Uvicorn ๐ฝ ๐ โช๏ธโก๏ธ ๐ ๐, ๐ ๐ช ๐ค ๐ ๐ ๐ (๐ FastAPI ๐ธ) ๐ โช๏ธโก๏ธ ๐น. --- ๐ผ, ๐ ๐ ๐, ๐ ๐ช: * ๐ถ "โน" ๐. * "๐ฎ ๐ณ...".
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.1K bytes - Viewed (0)