Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 21 for 1389 (0.02 seconds)

  1. docs/tr/docs/advanced/response-cookies.md

    *Path operation function* içinde `Response` tipinde bir parametre tanımlayabilirsiniz.
    
    Ardından bu *geçici* response nesnesi üzerinde cookie'leri set edebilirsiniz.
    
    {* ../../docs_src/response_cookies/tutorial002_py310.py hl[1, 8:9] *}
    
    Sonrasında normalde yaptığınız gibi ihtiyaç duyduğunuz herhangi bir nesneyi döndürebilirsiniz (bir `dict`, bir veritabanı modeli vb.).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 2.5K bytes
    - Click Count (0)
  2. docs/es/docs/advanced/response-cookies.md

    Puedes declarar un parámetro de tipo `Response` en tu *path operation function*.
    
    Y luego puedes establecer cookies en ese objeto de response *temporal*.
    
    {* ../../docs_src/response_cookies/tutorial002_py310.py hl[1, 8:9] *}
    
    Y entonces puedes devolver cualquier objeto que necesites, como normalmente lo harías (un `dict`, un modelo de base de datos, etc).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  3. docs/uk/docs/advanced/response-cookies.md

    Ви можете оголосити параметр типу `Response` у вашій *функції операції шляху*.
    
    Потім ви можете встановити кукі в цьому *тимчасовому* об'єкті відповіді.
    
    {* ../../docs_src/response_cookies/tutorial002_py310.py hl[1, 8:9] *}
    
    Після цього ви можете повернути будь-який потрібний об'єкт, як зазвичай (наприклад, `dict`, модель бази даних тощо).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  4. docs/en/data/topic_repos.yml

    - name: fastapi-tutorial
      html_url: https://github.com/liaogx/fastapi-tutorial
      stars: 1384
      owner_login: liaogx
      owner_html_url: https://github.com/liaogx
    - name: fastapi-code-generator
      html_url: https://github.com/koxudaxi/fastapi-code-generator
      stars: 1384
      owner_login: koxudaxi
      owner_html_url: https://github.com/koxudaxi
    - name: budgetml
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 12:36:41 GMT 2026
    - 16K bytes
    - Click Count (0)
  5. docs/ja/docs/advanced/response-cookies.md

    ## `Response` パラメータを使う { #use-a-response-parameter }
    
    *path operation 関数*で `Response` 型のパラメータを宣言できます。
    
    そして、その*一時的*なレスポンスオブジェクトに Cookie を設定できます。
    
    {* ../../docs_src/response_cookies/tutorial002_py310.py hl[1, 8:9] *}
    
    その後は通常どおり、必要な任意のオブジェクト(`dict`、データベースモデルなど)を返せます。
    
    `response_model` を宣言している場合でも、返したオブジェクトは引き続きフィルタおよび変換されます。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 2.7K bytes
    - Click Count (0)
  6. src/main/java/jcifs/smb1/netbios/NbtSocket.java

    write( buf, 4, len ). Calling write( buf, 0, len ) will generate an error.
     */
    
    public class NbtSocket extends Socket {
    
        private static final int SSN_SRVC_PORT = 139;
        private static final int BUFFER_SIZE = 512;
        private static final int DEFAULT_SO_TIMEOUT = 5000;
    
        private static LogStream log = LogStream.getInstance();
    
        private NbtAddress address;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 6.1K bytes
    - Click Count (0)
  7. maven-tests/mvnw

      done
      printf %x\\n $h
    }
    
    verbose() { :; }
    [ "${MVNW_VERBOSE-}" != true ] || verbose() { printf %s\\n "${1-}"; }
    
    die() {
      printf %s\\n "$1" >&2
      exit 1
    }
    
    trim() {
      # MWRAPPER-139:
      #   Trims trailing and leading whitespace, carriage returns, tabs, and linefeeds.
      #   Needed for removing poorly interpreted newline sequences when running in more
      #   exotic environments such as mingw bash on Windows.
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Sep 25 18:22:49 GMT 2025
    - 10.4K bytes
    - Click Count (0)
  8. src/main/java/jcifs/smb/SmbTransportImpl.java

                    && (prt == 0 || prt == this.port ||
                    /* port 139 is ok if 445 was requested */
                            prt == 445 && this.port == 139)
                    && (laddr == this.localAddr || laddr != null && laddr.equals(this.localAddr)) && lprt == this.localPort;
        }
    
        void ssn139() throws IOException {
    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)
  9. src/main/webapp/js/suggestor.js

        SPACE: 32,
        UP: 38,
        DOWN: 40,
        DELETE: 46,
        NUM_0: 48,
        NUM_9: 57,
        A: 65,
        Z: 90,
        NUMPAD_0: 96,
        NUMPAD_9: 105,
        SEMICOLON: 186,
        EQUALS: 187,
        DASH: 189,
        FORWARD_SLASH: 191,
        GRAVE: 192,
        OPEN_BRACKET: 219,
        BACK_SLASH: 220,
        CLOSE_BRACKET: 221,
        SINGLE_QUOTE: 222
      };
    
      // UI constants
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 11:04:08 GMT 2025
    - 13.3K bytes
    - Click Count (0)
  10. .teamcity/performance-test-durations.json

      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.nativeplatform.RealWorldNativePluginPerformanceTest.build with 0 parallel workers",
      "durations" : [ {
        "testProject" : "nativeMonolithic",
        "linux" : 1380
      }, {
        "testProject" : "nativeMonolithicOverlapping",
        "linux" : 1275
      } ]
    }, {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 04:45:09 GMT 2026
    - 26.1K bytes
    - Click Count (0)
Back to Top