Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 581 - 590 of 2,731 for doAs (0.02 seconds)

  1. docs/uk/llm-prompt.md

    ### Quotes
    
    - Prefer Ukrainian guillemets «…» for quoted terms in prose, matching existing Ukrainian docs.
    - Never change quotes inside inline code, code blocks, URLs, or file paths.
    
    ### Ellipsis
    
    - Keep ellipsis style consistent with existing Ukrainian docs.
    - Never change `...` in code, URLs, or CLI examples.
    
    ### Preferred translations / glossary
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 16:47:51 GMT 2026
    - 4K bytes
    - Click Count (0)
  2. docs/zh-hant/docs/how-to/configure-swagger-ui.md

    包含以下預設設定:
    
    {* ../../fastapi/openapi/docs.py ln[9:24] hl[18:24] *}
    
    你可以在 `swagger_ui_parameters` 參數中提供不同的值來覆蓋其中任一項。
    
    例如,要停用 `deepLinking`,可以在 `swagger_ui_parameters` 傳入以下設定:
    
    {* ../../docs_src/configure_swagger_ui/tutorial003_py310.py hl[3] *}
    
    ## 其他 Swagger UI 參數 { #other-swagger-ui-parameters }
    
    若要查看所有可用的設定,請參考官方的 [Swagger UI 參數文件](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/)。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 2.7K bytes
    - Click Count (0)
  3. docs/zh/docs/index.md

    ### 交互式 API 文档 { #interactive-api-docs }
    
    现在访问 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。
    
    你会看到自动生成的交互式 API 文档(由 [Swagger UI](https://github.com/swagger-api/swagger-ui) 提供):
    
    ![Swagger UI](https://fastapi.tiangolo.com/img/index/index-01-swagger-ui-simple.png)
    
    ### 可选的 API 文档 { #alternative-api-docs }
    
    然后访问 [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 20.7K bytes
    - Click Count (0)
  4. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDocGenerationException.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package gradlebuild.docs.dsl.docbook;
    
    import gradlebuild.docs.DocGenerationException;
    
    public class ClassDocGenerationException extends DocGenerationException {
        public ClassDocGenerationException(String message, Throwable throwable) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 899 bytes
    - Click Count (0)
  5. docs/uk/docs/tutorial/dependencies/dependencies-with-yield.md

    ///
    
    /// note | Технічні деталі
    
    Будь-яка функція, яку можна використовувати з:
    
    * [`@contextlib.contextmanager`](https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager) або
    * [`@contextlib.asynccontextmanager`](https://docs.python.org/3/library/contextlib.html#contextlib.asynccontextmanager)
    
    буде придатною як залежність у **FastAPI**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 18.4K bytes
    - Click Count (0)
  6. android/guava/pom.xml

                </offlineLink>
              </offlineLinks>
              <links>
                <link>https://docs.oracle.com/en/java/javase/25/docs/api/</link>
                <link>https://jspecify.dev/docs/api/</link>
              </links>
              <overview>../../overview.html</overview>
            </configuration>
          </plugin>
          <plugin>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Nov 17 21:36:50 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  7. docs/de/docs/tutorial/metadata.md

    ## Dokumentations-URLs { #docs-urls }
    
    Sie können die beiden enthaltenen Dokumentationsbenutzeroberflächen konfigurieren:
    
    * **Swagger UI**: bereitgestellt unter `/docs`.
        * Sie können deren URL mit dem Parameter `docs_url` festlegen.
        * Sie können sie deaktivieren, indem Sie `docs_url=None` festlegen.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 6.8K bytes
    - Click Count (0)
  8. docs/fr/docs/index.md

    * Le _chemin_ `/items/{item_id}` a un _paramètre de requête_ optionnel `q` de type `str`.
    
    ### Documentation API interactive { #interactive-api-docs }
    
    Maintenant, rendez-vous sur [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).
    
    Vous verrez la documentation interactive automatique de l'API (fournie par [Swagger UI](https://github.com/swagger-api/swagger-ui)) :
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 23.8K bytes
    - Click Count (0)
  9. android/guava/src/com/google/common/collect/FilteredKeyMultimap.java

        @Override
        public boolean add(@ParametricNullness V element) {
          throw new IllegalArgumentException("Key does not satisfy predicate: " + key);
        }
    
        @Override
        public boolean addAll(Collection<? extends V> collection) {
          checkNotNull(collection);
          throw new IllegalArgumentException("Key does not satisfy predicate: " + key);
        }
    
        @Override
        protected Set<V> delegate() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 6.2K bytes
    - Click Count (0)
  10. guava/src/com/google/common/collect/FilteredKeyMultimap.java

        @Override
        public boolean add(@ParametricNullness V element) {
          throw new IllegalArgumentException("Key does not satisfy predicate: " + key);
        }
    
        @Override
        public boolean addAll(Collection<? extends V> collection) {
          checkNotNull(collection);
          throw new IllegalArgumentException("Key does not satisfy predicate: " + key);
        }
    
        @Override
        protected Set<V> delegate() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 6.2K bytes
    - Click Count (0)
Back to Top