- Sort Score
- Result 10 results
- Languages All
Results 611 - 620 of 656 for pytest (0.15 sec)
-
common-protos/k8s.io/api/storage/v1alpha1/generated.proto
// for a GetCapacityRequest with topology and parameters that match the // previous fields. // // The semantic is currently (CSI spec 1.2) defined as: // The available capacity, in bytes, of the storage that can be used // to provision volumes. If not set, that information is currently // unavailable. // // +optional optional k8s.io.apimachinery.pkg.api.resource.Quantity capacity = 4;
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 9.4K bytes - Viewed (0) -
docs/de/docs/tutorial/schema-extra-example.md
//// tab | Pydantic v2 In Pydantic Version 2 wรผrden Sie das Attribut `model_config` verwenden, das ein `dict` akzeptiert, wie beschrieben in <a href="https://docs.pydantic.dev/latest/api/config/" class="external-link" target="_blank">Pydantic-Dokumentation: Configuration</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.2K bytes - Viewed (0) -
docs/em/docs/tutorial/sql-databases.md
/// ### โ๏ธ Pydantic `orm_mode` ๐, Pydantic *๐ท* ๐, `Item` & `User`, ๐ฎ ๐ `Config` ๐. ๐ <a href="https://docs.pydantic.dev/latest/api/config/" class="external-link" target="_blank">`Config`</a> ๐ โ๏ธ ๐ ๐ณ Pydantic. `Config` ๐, โ ๐ข `orm_mode = True`. //// tab | ๐ 3๏ธโฃ.6๏ธโฃ & ๐ ```Python hl_lines="15 19-20 31 36-37"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25K bytes - Viewed (0) -
docs/zh/docs/advanced/custom-response.md
/// ### `Response` ๅ ถไปๅ จ้จ็ๅๅบ้ฝ็ปงๆฟ่ชไธป็ฑป `Response`ใ ไฝ ๅฏไปฅ็ดๆฅ่ฟๅๅฎใ `Response` ็ฑปๆฅๅๅฆไธๅๆฐ๏ผ * `content` - ไธไธช `str` ๆ่ `bytes`ใ * `status_code` - ไธไธช `int` ็ฑปๅ็ HTTP ็ถๆ็ ใ * `headers` - ไธไธช็ฑๅญ็ฌฆไธฒ็ปๆ็ `dict`ใ * `media_type` - ไธไธช็ปๅบๅชไฝ็ฑปๅ็ `str`๏ผๆฏๅฆ `"text/html"`ใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
* Rename PetSet to StatefulSet ([#35663](https://github.com/kubernetes/kubernetes/pull/35663), [@janetkuo](https://github.com/janetkuo)) * Enable containerized storage plugins mounter on GCI ([#35350](https://github.com/kubernetes/kubernetes/pull/35350), [@vishh](https://github.com/vishh))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
cmd/iam.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "bytes" "context" "encoding/base64" "encoding/json" "errors" "fmt" "math/rand" "path" "sort" "strings" "sync" "sync/atomic" "time" libldap "github.com/go-ldap/ldap/v3"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 29 16:01:48 UTC 2024 - 74.6K bytes - Viewed (0) -
internal/grid/handlers.go
if err != nil { return resp, err } switch any(req).(type) { case *MSS, *URLValues: ctx = context.WithValue(ctx, TraceParamsKey{}, req) case *NoPayload, *Bytes: // do not need to trace nopayload and bytes payload default: ctx = context.WithValue(ctx, TraceParamsKey{}, fmt.Sprintf("type=%T", req)) } if h.callReuseReq { defer h.recycleReq(req) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 09 16:58:30 UTC 2024 - 27.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.4.md
* Fixed flakes caused by petset tests. ([#35158](https://github.com/kubernetes/kubernetes/pull/35158), [@foxish](https://github.com/foxish)) * Added rkt binary to GCI ([#35321](https://github.com/kubernetes/kubernetes/pull/35321), [@vishh](https://github.com/vishh))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
docs/ko/docs/deployment/server-workers.md
/// ## ๊ตฌ๋์ฝ๊ณผ ์ ๋น์ฝ ์์ปค **Gunicorn**์ **WSGI ํ์ค**์ ์ฃผ๋ก ์ฌ์ฉํ๋ ์ ํ๋ฆฌ์ผ์ด์ ์๋ฒ์ ๋๋ค. ์ด๊ฒ์ ๊ตฌ๋์ฝ์ด ํ๋ผ์คํฌ์ ์๊ณ ์ ๊ฐ์ ์ ํ๋ฆฌ์ผ์ด์ ์ ์ ๊ณตํ ์ ์๋ค๋ ๊ฒ์ ์๋ฏธํฉ๋๋ค. ๊ตฌ๋์ฝ ์์ฒด๋ ์ต์ **<a href="https://asgi.readthedocs.io/en/latest/" class="external-link" target="_blank">ASGI ํ์ค</a>**์ ์ฌ์ฉํ๊ธฐ ๋๋ฌธ์ FastAPI์ ํธํ๋์ง ์์ต๋๋ค. ํ์ง๋ง ๊ตฌ๋์ฝ์ **ํ๋ก์ธ์ค ๊ด๋ฆฌ์**์ญํ ์ ํ๊ณ ์ฌ์ฉ์์๊ฒ ํน์ **์์ปค ํ๋ก์ธ์ค ํด๋์ค**๋ฅผ ์๋ ค์ค๋๋ค. ๊ทธ๋ฐ ๋ค์ ๊ตฌ๋์ฝ์ ํด๋น ํด๋์ค๋ฅผ ์ฌ์ฉํ์ฌ ํ๋ ์ด์์ **์์ปค ํ๋ก์ธ์ค**๋ฅผ ์์ํฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 10.2K bytes - Viewed (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt
* HTTP connections when connection reuse is in practice. */ val requestCount: Int get() = atomicRequestCount.get() /** The number of bytes of the POST body to keep in memory to the given limit. */ var bodyLimit: Long = Long.MAX_VALUE var serverSocketFactory: ServerSocketFactory? = null @Synchronized get() { if (field == null && started) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Mar 31 17:16:15 UTC 2024 - 37.4K bytes - Viewed (0)