- Sort Score
- Num 10 results
- Language All
Results 1101 - 1110 of 1,186 for urls (0.02 seconds)
-
docs/zh/docs/tutorial/schema-extra-example.md
这个 `dict` 的键用于标识每个示例,每个值是另一个 `dict`。 `examples` 中每个具体示例的 `dict` 可以包含: - `summary`:该示例的简短描述。 - `description`:较长描述,可以包含 Markdown 文本。 - `value`:实际展示的示例,例如一个 `dict`。 - `externalValue`:`value` 的替代项,指向该示例的 URL。不过它的工具支持度可能不如 `value`。 你可以这样使用: {* ../../docs_src/schema_extra_example/tutorial005_an_py310.py hl[23:49] *} ### 文档 UI 中的 OpenAPI 示例 { #openapi-examples-in-the-docs-ui }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 8.5K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/JavadocConverter.java
if (href.startsWith("#")) { return false; } Element element = document.createElement("ulink"); element.setAttribute("url", href); nodes.push(element); return true; } @Override public void onEndElement(String element) { nodes.pop(); }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed May 21 06:20:45 GMT 2025 - 29.3K bytes - Click Count (0) -
docs/ja/docs/advanced/generate-clients.md
この状態でクライアントを再生成すると、メソッド名が改善されています: <img src="/img/tutorial/generate-clients/image07.png"> ご覧のとおり、メソッド名はタグ名と関数名のみになり、URL パスや HTTP オペレーションの情報は含まれません。 ### クライアント生成向けの OpenAPI 仕様の前処理 { #preprocess-the-openapi-specification-for-the-client-generator } それでも生成コードには**重複情報**が残っています。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 11.1K bytes - Click Count (0) -
docs/zh/docs/advanced/security/oauth2-scopes.md
* 常见示例:`users:read` 或 `users:write` * Facebook / Instagram 使用 `instagram_basic` * Google 使用 `https://www.googleapis.com/auth/drive` /// info | 信息 在 OAuth2 中,“作用域”只是一个声明所需特定权限的字符串。 是否包含像 `:` 这样的字符,或者是不是一个 URL,并不重要。 这些细节取决于具体实现。 对 OAuth2 而言,它们都只是字符串。 /// ## 全局纵览 { #global-view } 首先,让我们快速看看与**用户指南**中 [OAuth2 实现密码(含哈希)、Bearer + JWT 令牌](../../tutorial/security/oauth2-jwt.md) 示例相比有哪些变化。现在开始使用 OAuth2 作用域:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 13K bytes - Click Count (0) -
docs/zh-hant/docs/advanced/security/oauth2-scopes.md
- `users:read` 或 `users:write` 是常見的例子。 - `instagram_basic` 是 Facebook / Instagram 使用的。 - `https://www.googleapis.com/auth/drive` 是 Google 使用的。 /// info 在 OAuth2 中,「scope」只是宣告所需特定權限的一個字串。 是否包含像 `:` 這樣的字元,或是否是一個 URL,都沒差。 那些細節取決於實作。 對 OAuth2 而言,它們就是字串。 /// ## 全局概觀 { #global-view }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 12.7K bytes - Click Count (0) -
api/go1.17.txt
pkg net, method (*ParseError) Temporary() bool pkg net, method (*ParseError) Timeout() bool pkg net, method (IP) IsPrivate() bool pkg net/http, func AllowQuerySemicolons(Handler) Handler pkg net/url, method (Values) Has(string) bool pkg reflect, func VisibleFields(Type) []StructField pkg reflect, method (Method) IsExported() bool pkg reflect, method (StructField) IsExported() bool
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 18K bytes - Click Count (0) -
docs/uk/docs/advanced/security/oauth2-scopes.md
/// info | Інформація В OAuth2 «scope» - це просто строка, що декларує конкретний потрібний дозвіл. Не має значення, чи містить вона інші символи на кшталт `:` або чи це URL. Ці деталі специфічні для реалізації. Для OAuth2 це просто строки. /// ## Загальний огляд { #global-view }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 20.2K bytes - Click Count (0) -
docs/uk/docs/deployment/docker.md
<div class="termy"> ```console $ docker run -d --name mycontainer -p 80:80 myimage ``` </div> ## Перевірте { #check-it }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 44.2K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
* @param url location of the remote repository * @return remote repository that can be used to download or upload artifacts * * @see org.apache.maven.api.services.RepositoryFactory#createRemote(String, String) */ @Nonnull RemoteRepository createRemoteRepository(@Nonnull String id, @Nonnull String url); /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Jul 03 14:18:26 GMT 2025 - 36.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/OsddHelperTest.java
<Contact>******@****.***</Contact> <SearchForm>http://localhost:8080/fess/</SearchForm> <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/> <InputEncoding>UTF-8</InputEncoding> <OutputEncoding>UTF-8</OutputEncoding>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.3K bytes - Click Count (0)