Search Options

Results per page
Sort
Preferred Languages
Advance

Results 611 - 620 of 656 for pytest (0.1 sec)

  1. 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)
  2. 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)
  3. docs/em/docs/tutorial/sql-databases.md

    ///
    
    ### โš™๏ธ Pydantic `orm_mode`
    
    ๐Ÿ”œ, Pydantic *๐Ÿท* ๐Ÿ‘‚, `Item` &amp; `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๏ธโƒฃ &amp; ๐Ÿ”›
    
    ```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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top