- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 1,166 for Please (0.05 seconds)
-
.github/ISSUE_TEMPLATE/config.yml
blank_issues_enabled: false contact_links: - name: Security Contact about: Please report security vulnerabilities to ******@****.*** - name: Question or Problem about: Ask a question or ask about a problem in GitHub Discussions. url: https://github.com/fastapi/fastapi/discussions/categories/questions - name: Feature RequestCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Jul 29 23:35:07 GMT 2024 - 926 bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/tensorflow_issue_template.yaml
placeholder: Tell us what you see! value: render: shell validations: required: true - type: textarea id: logs attributes: label: Relevant log outputCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Jun 28 18:25:42 GMT 2023 - 3.7K bytes - Click Count (0) -
docs/pt/docs/tutorial/cookie-param-models.md
Por exemplo, se o cliente tentar enviar um cookie `santa_tracker` com o valor de `good-list-please`, o cliente receberรก uma resposta de **erro** informando que o `santa_tracker` <abbr title="O papai noel desaprova a falta de biscoitos. ๐ Ok, chega de piadas com os cookies.">cookie nรฃo รฉ permitido</abbr>: ```json {
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 20:32:40 GMT 2025 - 3.4K bytes - Click Count (0) -
tensorflow/api_template_v1.__init__.py
_CONTRIB_WARNING = """ The TensorFlow contrib module will not be included in TensorFlow 2.0. For more information, please see: * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md * https://github.com/tensorflow/addons * https://github.com/tensorflow/io (for I/O related ops) If you depend on functionality not listed there, please file an issue. """ contrib = _LazyLoader("contrib", globals(), "tensorflow.contrib",
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Oct 02 22:16:02 GMT 2024 - 7.5K bytes - Click Count (0) -
docs/minio-limits.md
## List of Amazon S3 APIs not supported on MinIO We found the following APIs to be redundant or less useful outside of AWS S3. If you have a different view on any of the APIs we missed, please consider opening a [GitHub issue](https://github.com/minio/minio/issues) with relevant details on why MinIO must implement them. ### List of Amazon S3 Bucket APIs not supported on MinIO
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 6K bytes - Click Count (0) -
cmd/api-errors.go
}, ErrSlowDownRead: { Code: "SlowDownRead", Description: "Resource requested is unreadable, please reduce your request rate", HTTPStatusCode: http.StatusServiceUnavailable, }, ErrSlowDownWrite: { Code: "SlowDownWrite", Description: "Resource requested is unwritable, please reduce your request rate", HTTPStatusCode: http.StatusServiceUnavailable, }, ErrMaxVersionsExceeded: {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3) -
.github/ISSUE_TEMPLATE/feature_enhancement_request.yaml
- type: textarea attributes: label: Why do we need it to be improved? validations: required: true - type: textarea attributes: label: Example description: > Please provide an example usage of the feature that would be different with the improvement. render: java validations: required: true - type: textarea attributes: label: Current BehaviorCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Nov 17 18:47:47 GMT 2023 - 3.9K bytes - Click Count (0) -
docs/ko/docs/tutorial/cookie-param-models.md
ํด๋ผ์ด์ธํธ๊ฐ **์ถ๊ฐ ์ฟ ํค**๋ฅผ ๋ณด๋ด๋ ค๊ณ ์๋ํ๋ฉด, **์ค๋ฅ** ์๋ต์ ๋ฐ๊ฒ ๋ฉ๋๋ค. <abbr title="์ด๊ฑด ๋ ๋ค๋ฅธ ๋๋ด์ ๋๋ค. ์ ๋ง์ ๊ท ๊ธฐ์ธ์ด์ง ๋ง์ธ์. ์ปคํผ๋ ์ฟ ํค ์ข ๋์ธ์. โ">API๊ฐ ๊ฑฐ๋ถ</abbr>ํ๋๋ฐ๋ ๋์๋ฅผ ์ป๊ธฐ ์ํด ์ ์ฐ๋ ๋ถ์ํ ์ฟ ํค ๋ฐฐ๋(ํ์ )๋ค. ๐ช ์๋ฅผ ๋ค์ด, ํด๋ผ์ด์ธํธ๊ฐ `good-list-please` ๊ฐ์ผ๋ก `santa_tracker` ์ฟ ํค๋ฅผ ๋ณด๋ด๋ ค๊ณ ํ๋ฉด ํด๋ผ์ด์ธํธ๋ `santa_tracker` <abbr title="์ฐํ๋ ์ฟ ํค๊ฐ ๋ถ์กฑํ ๊ฒ์ ๋ชป๋ง๋ ํดํฉ๋๋ค. ๐ ์๊ฒ ์ต๋๋ค, ์ฟ ํค ๋๋ด์ ์ด์ ์์ต๋๋ค.">์ฟ ํค๊ฐ ํ์ฉ๋์ง ์๋๋ค</abbr>๋ **์ค๋ฅ** ์๋ต์ ๋ฐ๊ฒ ๋ฉ๋๋ค: ```json { "detail": [ {Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Dec 09 12:47:02 GMT 2024 - 3.4K bytes - Click Count (0) -
guava/src/com/google/common/reflect/MutableTypeToInstanceMap.java
@Deprecated @Override @DoNotCall("Always throws UnsupportedOperationException") public @Nullable B put(TypeToken<? extends @NonNull B> key, @ParametricNullness B value) { throw new UnsupportedOperationException("Please use putInstance() instead."); } /** * Not supported. Use {@link #putInstance} instead. * * @deprecated unsupported operation * @throws UnsupportedOperationException always */ @DeprecatedCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 5.7K bytes - Click Count (0) -
android/guava/src/com/google/common/reflect/MutableTypeToInstanceMap.java
@Deprecated @Override @DoNotCall("Always throws UnsupportedOperationException") public @Nullable B put(TypeToken<? extends @NonNull B> key, @ParametricNullness B value) { throw new UnsupportedOperationException("Please use putInstance() instead."); } /** * Not supported. Use {@link #putInstance} instead. * * @deprecated unsupported operation * @throws UnsupportedOperationException always */ @DeprecatedCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 5.7K bytes - Click Count (0)