- Sort Score
- Result 10 results
- Languages All
Results 961 - 970 of 1,098 for FOO (0.03 sec)
-
docs/en/docs/tutorial/response-model.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.1K bytes - Viewed (0) -
cmd/iam-etcd-store.go
} return users } // Extract path string by stripping off the `prefix` value and the suffix, // value, usually in the following form. // // s := "config/iam/users/foo/config.json" // prefix := "config/iam/users/" // suffix := "config.json" // result is foo func extractPathPrefixAndSuffix(s string, prefix string, suffix string) string { return pathClean(strings.TrimSuffix(strings.TrimPrefix(s, prefix), suffix)) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 01:29:20 UTC 2024 - 14K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/classes-as-dependencies.md
"**๐ง๐ฒ**" ๐ ๐ณ ๐ ๐ ๐ช "๐ค" ๐ ๐ข. , ๐ฅ ๐ โ๏ธ ๐ `something` (๐ ๐ช _๐ซ_ ๐ข) & ๐ ๐ช "๐ค" โซ๏ธ (๐ ๏ธ โซ๏ธ) ๐: ```Python something() ``` โ๏ธ ```Python something(some_argument, some_keyword_argument="foo") ``` โคด๏ธ โซ๏ธ "๐ง๐ฒ". ## ๐ ๐ ๐ 5๏ธโฃ๐ ๐ ๐ โ ๐ ๐ ๐, ๐ โ๏ธ ๐ ๐ โ. ๐ผ: ```Python class Cat: def __init__(self, name: str): self.name = name
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.9K bytes - Viewed (0) -
tests/test_openapi_examples.py
client = TestClient(app) def test_call_api(): response = client.post("/examples/", json={"data": "example1"}) assert response.status_code == 200, response.text response = client.get("/path_examples/foo") assert response.status_code == 200, response.text response = client.get("/query_examples/") assert response.status_code == 200, response.text response = client.get("/header_examples/")
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Sep 06 15:57:43 UTC 2024 - 17.7K bytes - Viewed (0) -
common-protos/k8s.io/api/extensions/v1beta1/generated.proto
// request path. Note that if the last element of the path is a substring // of the last element in request path, it is not a match (e.g. /foo/bar // matches /foo/bar/baz, but does not match /foo/barbaz). // * ImplementationSpecific: Interpretation of the Path matching is up to // the IngressClass. Implementations can treat this as a separate PathType
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 45.6K bytes - Viewed (0) -
docs/ja/docs/tutorial/body.md
ไพใใฐใไธ่จใฎใขใใซใฏไปฅไธใฎๆงใชJSONใ`ใชใใธใงใฏใ`ใ(ใใใใฏPythonใฎ `dict` ) ใๅฎฃ่จใใฆใใพใ: ```JSON { "name": "Foo", "description": "An optional description", "price": 45.2, "tax": 3.5 } ``` ...`description` ใจ `tax` ใฏใชใใทใงใใซ (ใใใฉใซใๅคใฏ `None`) ใชใฎใงใไปฅไธใฎJSONใ`ใชใใธใงใฏใ`ใใๆๅนใงใ: ```JSON { "name": "Foo", "price": 45.2 } ``` ## ใใฉใกใผใฟใจใใฆๅฎฃ่จ *ใในใชใใฌใผใทใงใณ* ใซๅ ใใใใใซใใในใใฉใกใผใฟใใฏใจใชใใฉใกใผใฟใจๅใๆงใซๅฎฃ่จใใพใ:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.9K bytes - Viewed (0) -
docs/ja/docs/tutorial/first-steps.md
``` </div> ### Step 3: *path operation*ใไฝๆ #### ใใน ใใใงใฎใใในใใจใฏใๆๅใฎ`/`ใใๅงใพใURLใฎๆๅพใฎ้จๅใๆใใพใใ ใใใใฃใฆใๆฌกใฎใใใชURLใงใฏ: ``` https://example.com/items/foo ``` ...ใในใฏๆฌกใฎใใใซใชใใพใ: ``` /items/foo ``` /// info | "ๆ ๅ ฑ" ใใในใใฏไธ่ฌใซใใจใณใใใคใณใใใพใใฏใใซใผใใใจใๅผใฐใใพใใ /// APIใๆง็ฏใใ้ใใใในใใฏใ้ขๅฟไบใใจใใชใฝใผในใใๅ้ขใใใใใฎไธป่ฆใชๆนๆณใงใใ #### Operation
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.1K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/Cache.kt
* * ``` * http://google.com/foo * GET * 2 * Accept-Language: fr-CA * Accept-Charset: UTF-8 * HTTP/1.1 200 OK * 3 * Content-Type: image/png * Content-Length: 100 * Cache-Control: max-age=600 * ``` * * A typical HTTPS file looks like this: * * ``` * https://google.com/foo * GET * 2
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 10 19:46:48 UTC 2024 - 26.8K bytes - Viewed (0) -
doc/asm.html
</p> <p> The <code>SB</code> pseudo-register can be thought of as the origin of memory, so the symbol <code>foo(SB)</code> is the name <code>foo</code> as an address in memory. This form is used to name global functions and data. Adding <code><></code> to the name, as in <span style="white-space: nowrap"><code>foo<>(SB)</code></span>, makes the name
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
tensorflow/api_template.__init__.py
from tensorflow.python import tf2 as _tf2 _tf2.enable() # API IMPORTS PLACEHOLDER # WRAPPER_PLACEHOLDER # Make sure directory containing top level submodules is in # the __path__ so that "from tensorflow.foo import bar" works. # We're using bitwise, but there's nothing special about that. _API_MODULE = _sys.modules[__name__].bitwise _tf_api_dir = _os.path.dirname(_os.path.dirname(_API_MODULE.__file__))
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 6.8K bytes - Viewed (0)