Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 571 - 580 of 643 for encodes (0.15 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. fastapi/openapi/utils.py

    from fastapi.dependencies.models import Dependant
    from fastapi.dependencies.utils import (
        _get_flat_fields_from_params,
        get_flat_dependant,
        get_flat_params,
        get_validation_alias,
    )
    from fastapi.encoders import jsonable_encoder
    from fastapi.exceptions import FastAPIDeprecationWarning
    from fastapi.openapi.constants import METHODS_WITH_BODY, REF_PREFIX
    from fastapi.openapi.models import OpenAPI
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 25.6K bytes
    - Click Count (0)
  2. internal/s3select/jstream/decoder.go

    // If the maximum depth is exceeded, ErrMaxDepth is returned.
    // Less than or 0 means no limit (default).
    func (d *Decoder) MaxDepth(n int) *Decoder {
    	d.maxDepth = n
    	return d
    }
    
    // Decode parses the JSON-encoded data and returns an interface value
    func (d *Decoder) decode() {
    	defer close(d.metaCh)
    	d.skipSpaces()
    	for d.remaining() > 0 {
    		_, err := d.emitAny()
    		if err != nil {
    			d.err = err
    			break
    		}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 13.4K bytes
    - Click Count (0)
  3. cmd/metacache-stream.go

    //
    // The stream is s2 compressed.
    // https://github.com/klauspost/compress/tree/master/s2#s2-compression
    // This ensures integrity and reduces the size typically by at least 50%.
    //
    // All stream elements are msgpack encoded.
    //
    // 1 Integer, metacacheStreamVersion of the writer.
    // This can be used for managing breaking changes.
    //
    // For each element:
    // 1. Bool. If false at end of stream.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed May 07 15:37:12 GMT 2025
    - 19.5K bytes
    - Click Count (0)
  4. docs/ko/docs/_llm-test.md

    * server
    * client
    
    * cloud provider
    * cloud service
    
    * development
    * development stages
    
    * dict
    * dictionary
    * enumeration
    * enum
    * enum member
    
    * encoder
    * decoder
    * encode하다
    * decode하다
    
    * exception
    * raise하다
    
    * expression
    * statement
    
    * frontend
    * backend
    
    * GitHub discussion
    * GitHub issue
    
    * performance
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  5. docs/zh-hant/docs/advanced/custom-response.md

    ///
    
    ## JSON 回應 { #json-responses }
    
    FastAPI 預設回傳 JSON 回應。
    
    如果你宣告了[回應模型](../tutorial/response-model.md),FastAPI 會使用 Pydantic 將資料序列化為 JSON。
    
    如果你沒有宣告回應模型,FastAPI 會使用在[JSON 相容編碼器](../tutorial/encoder.md)中解釋的 `jsonable_encoder`,並將結果放進 `JSONResponse`。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  6. src/main/java/jcifs/smb/SmbTransportImpl.java

            if (setmid) {
                makeKey(req);
            } else {
                req.setMid(0);
                this.mid.set(1);
            }
            final int n = req.encode(this.sbuf, 4);
            Encdec.enc_uint32be(n & 0xFFFF, this.sbuf, 0); /* 4 byte ssn msg header */
    
            if (log.isTraceEnabled()) {
                log.trace(req.toString());
                log.trace(Hexdump.toHexString(this.sbuf, 4, n));
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 69.8K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java

                final PermissionHelper permissionHelper = ComponentUtil.getPermissionHelper();
                entity.setPermissions(split(form.permissions, "\n").get(
                        stream -> stream.map(permissionHelper::encode).filter(StringUtil::isNotBlank).distinct().toArray(n -> new String[n])));
                return entity;
            });
        }
    
        /**
         * Registers label type data for rendering in the view.
         *
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Jan 23 23:57:26 GMT 2026
    - 22.2K bytes
    - Click Count (0)
  8. docs/zh/docs/features.md

    通过 **FastAPI** 你可以获得所有 **Starlette** 的特性(FastAPI 就像加强版的 Starlette):
    
    * 令人惊叹的性能。它是[Python 可用的最快的框架之一,和 **NodeJS** 及 **Go** 相当](https://github.com/encode/starlette#performance)。
    * **支持 WebSocket**。
    * 进程内后台任务。
    * Startup 和 shutdown 事件。
    * 测试客户端基于 HTTPX。
    * **CORS**、GZip、静态文件、流响应。
    * 支持 **Session 和 Cookie**。
    * 100% 测试覆盖率。
    * 代码库 100% 类型注释。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 8.7K bytes
    - Click Count (0)
  9. docs/ko/docs/features.md

    **FastAPI**를 사용하면 **Starlette**의 모든 기능을 얻게 됩니다(FastAPI는 Starlette에 강력한 기능을 더한 것입니다):
    
    * 정말 인상적인 성능. [**NodeJS**와 **Go**에 버금가는, 사용 가능한 가장 빠른 Python 프레임워크 중 하나입니다](https://github.com/encode/starlette#performance).
    * **WebSocket** 지원.
    * 프로세스 내 백그라운드 작업.
    * 시작 및 종료 이벤트.
    * HTTPX 기반 테스트 클라이언트.
    * **CORS**, GZip, 정적 파일, 스트리밍 응답.
    * **세션과 쿠키** 지원.
    * 100% test coverage.
    * 100% type annotated codebase.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11K bytes
    - Click Count (0)
  10. docs/tr/docs/alternatives.md

    Ayrıca header ve cookie ayarlamak için fonksiyonlarda `response` parametresi ilan etme fikrine de Hug ilham verdi.
    
    ///
    
    ### [APIStar](https://github.com/encode/apistar) (<= 0.5) { #apistar-0-5 }
    
    **FastAPI**’yi inşa etmeye karar vermeden hemen önce **APIStar** sunucusunu buldum. Aradığım şeylerin neredeyse hepsine sahipti ve harika bir tasarımı vardı.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 24K bytes
    - Click Count (0)
Back to Top