- Sort Score
- Result 10 results
- Languages All
Results 1281 - 1290 of 1,393 for tapi (0.06 sec)
-
cmd/server-main.go
"github.com/minio/minio/internal/auth" "github.com/minio/minio/internal/bucket/bandwidth" "github.com/minio/minio/internal/color" "github.com/minio/minio/internal/config" "github.com/minio/minio/internal/config/api" "github.com/minio/minio/internal/handlers" "github.com/minio/minio/internal/hash/sha256" xhttp "github.com/minio/minio/internal/http" xioutil "github.com/minio/minio/internal/ioutil"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue May 27 15:18:36 UTC 2025 - 35.9K bytes - Viewed (4) -
docs/em/docs/features.md
* ๐ง ๐คญ ๐ซ ๐ฉ, โฎ๏ธ ๐ ๐ฌ. โฉ๏ธ ๐ ๐งฝ ๐ ๐. * ๐ โ โ๏ธ ๐ง **๐ฉโ๐ป ๐ โก** ๐ ๐ช๐ธ. ### ๐ง ๐ฉบ ๐ ๐ ๏ธ ๐งพ & ๐ฌ ๐ธ ๐ฉโ๐ป ๐ข. ๐ ๏ธ โ๏ธ ๐ ๐, ๐ค ๐ ๐, 2๏ธโฃ ๐ ๐ข. * <a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank"><strong>๐ฆ ๐</strong></a>, โฎ๏ธ ๐ ๐ฌ, ๐ค & ๐ฏ ๐ ๐ ๏ธ ๐ โช๏ธโก๏ธ ๐ฅ. 
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-nested-models.md
{* ../../docs_src/body_nested_models/tutorial009.py hl[15] *} /// tip | ํ JSON์ ์ค์ง `str`ํ ํค๋ง ์ง์ํ๋ค๋ ๊ฒ์ ์ผ๋์ ๋์ธ์. ํ์ง๋ง Pydantic์ ์๋ ๋ฐ์ดํฐ ๋ณํ์ด ์์ต๋๋ค. ์ฆ, API ํด๋ผ์ด์ธํธ๊ฐ ๋ฌธ์์ด์ ํค๋ก ๋ณด๋ด๋๋ผ๋ ํด๋น ๋ฌธ์์ด์ด ์์ํ ์ ์๋ฅผ ํฌํจํ๋ํ Pydantic์ ์ด๋ฅผ ๋ณํํ๊ณ ๊ฒ์ฆํฉ๋๋ค. ๊ทธ๋ฌ๋ฏ๋ก `weights`๋ก ๋ฐ์ `dict`๋ ์ค์ ๋ก `int` ํค์ `float` ๊ฐ์ ๊ฐ์ง๋๋ค. /// ## ์์ฝ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
Para declarar um parรขmetro de consulta com o tipo `list`, como no exemplo acima, vocรช precisa usar explicitamente o `Query`, caso contrรกrio serรก interpretado como um corpo da requisiรงรฃo. /// A documentaรงรฃo interativa da API irรก atualizar de acordo, permitindo mรบltiplos valores: <img src="/img/tutorial/query-params-str-validations/image02.png"> ### Lista de parรขmetros de consulta / mรบltiplos valores por padrรฃo
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9K bytes - Viewed (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
- Create detailed technical specifications for Phase 1 - Identify and evaluate Java RDMA libraries 2. **Phase 1 Kickoff**: - Begin SMB3 lease implementation - Create comprehensive test suite - Document API changes 3. **Community Engagement**: - Announce implementation plan - Solicit feedback from users - Identify beta testers for early access ## References
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Strings.java
* {@link java.io.PrintWriter#format PrintWriter.format}, and related methods. These support the * full range of <a * href="https://docs.oracle.com/javase/9/docs/api/java/util/Formatter.html#syntax">format * specifiers</a>, and alert you to usage errors by throwing {@link * java.util.IllegalFormatException}. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 27 17:53:41 UTC 2025 - 12.2K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/HashCode.java
* is big-endian or little-endian depends on the byte order of {@link #asBytes}. This may be * surprising for implementations of {@code HashCode} that represent the number in big-endian * since everything else in the hashing API uniformly treats multibyte values as little-endian. * * <p>To create a {@code HashCode} from its string representation, see {@link #fromString}. */ @Override public final String toString() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 12.6K bytes - Viewed (0) -
docs/ko/docs/tutorial/query-params-str-validations.md
```JSON { "q": [ "foo", "bar" ] } ``` /// tip | ํ ์์ ์์ ๊ฐ์ด `list` ์๋ฃํ์ผ๋ก ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํ๋ ค๋ฉด `Query`๋ฅผ ๋ช ์์ ์ผ๋ก ์ฌ์ฉํด์ผ ํฉ๋๋ค. ๊ทธ๋ ์ง ์์ผ๋ฉด ์์ฒญ ๋ณธ๋ฌธ์ผ๋ก ํด์๋ฉ๋๋ค. /// ๋ํํ API ๋ฌธ์๋ ์ฌ๋ฌ ๊ฐ์ ํ์ฉํ๋๋ก ์์ ๋ฉ๋๋ค: <img src="/img/tutorial/query-params-str-validations/image02.png"> ### ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ ๋ฆฌ์คํธ / ๊ธฐ๋ณธ๊ฐ์ ์ฌ์ฉํ๋ ๋ค์ค๊ฐ ๊ทธ๋ฆฌ๊ณ ์ ๊ณต๋ ๊ฐ์ด ์์ผ๋ฉด ๊ธฐ๋ณธ `list` ๊ฐ์ ์ ์ํ ์๋ ์์ต๋๋ค:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java
return roleSet; } /** * Processes the access token. * @param request The HTTP request. * @param roleSet The set of roles. * @param isApiRequest Whether the request is an API request. * @return true if the access token is processed, false otherwise. */ protected boolean processAccessToken(final HttpServletRequest request, final Set<String> roleSet, final boolean isApiRequest) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.1K bytes - Viewed (0) -
cmd/signature-v2.go
"response-expires", "retention", "select", "select-type", "tagging", "torrent", "uploadId", "uploads", "versionId", "versioning", "versions", "website", } // Signature and API related constants. const ( signV2Algorithm = "AWS" ) // AWS S3 Signature V2 calculation rule is give here: // http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html#RESTAuthenticationStringToSign
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12.2K bytes - Viewed (0)