Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 75 for 189 (0.02 sec)

  1. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.18.9.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.18.9.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.18.9.linux-amd64"}
    -- .mod --
    golang.org/toolchain
    -- go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 185 bytes
    - Viewed (0)
  2. tools/bug-report/pkg/testdata/output/multi_line_entries.log

    drainDuration: 45s
    envoyAccessLogService: {}
    envoyMetricsService: {}
    parentShutdownDuration: 60s
    proxyAdminPort: 15000
    proxyMetadata:
      DNS_AGENT: ""
    serviceCluster: istio-ingressgateway
    statNameLength: 189
    statusPort: 15020
    tracing:
      zipkin:
        address: zipkin.istio-system:9411
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 01 20:55:53 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/dependencies/implementation_test.go

    			ver:  "iptables v1.8.4 (nf_tables)",
    
    			want: utilversion.MustParseGeneric("1.8.4"),
    		},
    		{
    			name: "alpine 3.18",
    			ver:  "iptables v1.8.9 (legacy)",
    
    			want: utilversion.MustParseGeneric("1.8.9"),
    		},
    	}
    	for _, tt := range cases {
    		t.Run(tt.name, func(t *testing.T) {
    			got, err := parseIptablesVer(tt.ver)
    			if err != nil {
    				t.Fatal(err)
    			}
    			assert.Equal(t, got.String(), tt.want.String())
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. docs/de/docs/advanced/response-cookies.md

    Sie können einen Parameter vom Typ `Response` in Ihrer *Pfadoperation-Funktion* deklarieren.
    
    Und dann können Sie Cookies in diesem *vorübergehenden* Response-Objekt setzen.
    
    ```Python hl_lines="1  8-9"
    {!../../../docs_src/response_cookies/tutorial002.py!}
    ```
    
    Anschließend können Sie wie gewohnt jedes gewünschte Objekt zurückgeben (ein `dict`, ein Datenbankmodell, usw.).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:19:17 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. docs/em/docs/advanced/response-cookies.md

    # 📨 🍪
    
    ## ⚙️ `Response` 🔢
    
    👆 💪 📣 🔢 🆎 `Response` 👆 *➡ 🛠️ 🔢*.
    
    & ⤴️ 👆 💪 ⚒ 🍪 👈 *🔀* 📨 🎚.
    
    ```Python hl_lines="1  8-9"
    {!../../../docs_src/response_cookies/tutorial002.py!}
    ```
    
    & ⤴️ 👆 💪 📨 🙆 🎚 👆 💪, 👆 🛎 🔜 ( `dict`, 💽 🏷, ♒️).
    
    & 🚥 👆 📣 `response_model`, ⚫️ 🔜 ⚙️ ⛽ & 🗜 🎚 👆 📨.
    
    **FastAPI** 🔜 ⚙️ 👈 *🔀* 📨 ⚗ 🍪 (🎚 & 👔 📟), & 🔜 🚮 👫 🏁 📨 👈 🔌 💲 👆 📨, ⛽ 🙆 `response_model`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. docs/en/docs/advanced/response-cookies.md

    # Response Cookies
    
    ## Use a `Response` parameter
    
    You can declare a parameter of type `Response` in your *path operation function*.
    
    And then you can set cookies in that *temporal* response object.
    
    ```Python hl_lines="1  8-9"
    {!../../../docs_src/response_cookies/tutorial002.py!}
    ```
    
    And then you can return any object you need, as you normally would (a `dict`, a database model, etc).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 16:31:18 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. api/except.txt

    pkg unicode, const Version = "9.0.0"
    pkg html/template, method (*Template) Funcs(FuncMap) *Template
    pkg html/template, type FuncMap map[string]interface{}
    pkg syscall (freebsd-386), const SYS_FSTAT = 189
    pkg syscall (freebsd-386), const SYS_FSTATAT = 493
    pkg syscall (freebsd-386), const SYS_FSTATFS = 397
    pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 196
    pkg syscall (freebsd-386), const SYS_GETFSSTAT = 395
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  8. docs/zh/docs/advanced/response-cookies.md

    # 响应Cookies
    
    ## 使用 `Response` 参数
    
    你可以在 *路径函数* 中定义一个类型为 `Response`的参数,这样你就可以在这个临时响应对象中设置cookie了。
    
    ```Python hl_lines="1  8-9"
    {!../../../docs_src/response_cookies/tutorial002.py!}
    ```
    
    而且你还可以根据你的需要响应不同的对象,比如常用的 `dict`,数据库model等。
    
    如果你定义了 `response_model`,程序会自动根据`response_model`来过滤和转换你响应的对象。
    
    **FastAPI** 会使用这个 *临时* 响应对象去装在这些cookies信息 (同样还有headers和状态码等信息), 最终会将这些信息和通过`response_model`转化过的数据合并到最终的响应里。
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Aug 18 16:09:38 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_amd64.go

    	SYS_TUXCALL                = 184
    	SYS_SECURITY               = 185
    	SYS_GETTID                 = 186
    	SYS_READAHEAD              = 187
    	SYS_SETXATTR               = 188
    	SYS_LSETXATTR              = 189
    	SYS_FSETXATTR              = 190
    	SYS_GETXATTR               = 191
    	SYS_LGETXATTR              = 192
    	SYS_FGETXATTR              = 193
    	SYS_LISTXATTR              = 194
    	SYS_LLISTXATTR             = 195
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 10.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go

    	SYS_MQ_NOTIFY               = 184
    	SYS_MQ_GETSETATTR           = 185
    	SYS_MSGGET                  = 186
    	SYS_MSGCTL                  = 187
    	SYS_MSGRCV                  = 188
    	SYS_MSGSND                  = 189
    	SYS_SEMGET                  = 190
    	SYS_SEMCTL                  = 191
    	SYS_SEMTIMEDOP              = 192
    	SYS_SEMOP                   = 193
    	SYS_SHMGET                  = 194
    	SYS_SHMCTL                  = 195
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top