Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 94 for videop (0.06 seconds)

  1. cmd/testdata/xl-many-parts.meta

    duYaYS1mFgMTuBG4PTEDd33SRHErMaobUM=�5X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key�XIAAfAMzb3XWqMl2TB0fbAIoKIaxMYQaP6RglgxX+WaI3mWUhxds7hl5W2T53NBA4fWN8fMHFnNPYivcI+zfpsA==�MetaUsr��etag�%43bc26cf9d1b65d8830884adf6f47bba-9016�content-type�video/quicktime�X-Amz-Replication-Status�FAILED�X-Amz-Meta-Mtime�1599066652�v�d���$��Oi5W�Mq�=�N;wL�{��Ұ� ��W�q����Type�V2Obj��ID�Oi5W�Mq�=�N;wL�DDir�)�"�GJ��I~ҭ-�EcAlgo�EcM�EcN�EcBSize��EcIndex�EcDist�	
    L295:
    ...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sat Sep 02 21:40:38 GMT 2023
    - 808.8K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: 3gp Video */
        public static final String LABELS_facet_filetype_3gp = "{labels.facet_filetype_3gp}";
    
        /** The key of the message: 3g2 Video */
        public static final String LABELS_facet_filetype_3g2 = "{labels.facet_filetype_3g2}";
    
        /** The key of the message: AVI Video */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
  3. docs/fr/docs/how-to/conditional-openapi.md

    Nous l'utilisons ensuite lors de la création de l'application `FastAPI`.
    
    Vous pouvez alors désactiver OpenAPI (y compris les interfaces utilisateur des documents) en définissant la variable d'environnement `OPENAPI_URL` sur la chaîne vide, comme ceci :
    
    <div class="termy">
    
    ```console
    $ OPENAPI_URL= uvicorn main:app
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 3K bytes
    - Click Count (0)
  4. docs/fr/docs/advanced/testing-dependencies.md

    FastAPI pourra toujours la surcharger.
    
    ///
    
    Vous pouvez ensuite réinitialiser vos surcharges (les supprimer) en affectant à `app.dependency_overrides` un `dict` vide :
    
    ```Python
    app.dependency_overrides = {}
    ```
    /// tip | Astuce
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 2.6K bytes
    - Click Count (0)
  5. docs/de/docs/help-fastapi.md

    Sie können [zum Quellcode mit Pull Requests beitragen](contributing.md), zum Beispiel:
    
    * Um einen Tippfehler zu beheben, den Sie in der Dokumentation gefunden haben.
    * Um einen Artikel, ein Video oder einen Podcast über FastAPI zu teilen, den Sie erstellt oder gefunden haben, indem Sie [diese Datei bearbeiten](https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 14.8K bytes
    - Click Count (0)
  6. docs/pt/docs/help-fastapi.md

    Você pode [contribuir](contributing.md) com o código-fonte fazendo Pull Requests, por exemplo:
    
    * Para corrigir um erro de digitação que você encontrou na documentação.
    * Para compartilhar um artigo, vídeo ou podcast que você criou ou encontrou sobre o FastAPI, [editando este arquivo](https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml).
        * Garanta que você adicione seu link no início da seção correspondente.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 13.7K bytes
    - Click Count (0)
  7. guava-tests/test/com/google/common/net/MediaTypeTest.java

        assertThat(newType.subtype()).isEqualTo("yams");
      }
    
      public void testCreateVideoType() {
        MediaType newType = MediaType.createVideoType("yams");
        assertThat(newType.type()).isEqualTo("video");
        assertThat(newType.subtype()).isEqualTo("yams");
      }
    
      public void testGetType() {
        assertThat(MediaType.parse("text/plain").type()).isEqualTo("text");
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 16:11:48 GMT 2026
    - 20.4K bytes
    - Click Count (0)
  8. docs/es/docs/help-fastapi.md

    Puedes [contribuir](contributing.md) al código fuente con Pull Requests, por ejemplo:
    
    * Para corregir un error tipográfico que encontraste en la documentación.
    * Para compartir un artículo, video o podcast que creaste o encontraste sobre FastAPI [editando este archivo](https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml).
        * Asegúrate de agregar tu enlace al inicio de la sección correspondiente.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  9. docs/tr/docs/help-fastapi.md

    Örneğin şunlar için Pull Request'lerle kaynak koda [katkıda bulunabilirsiniz](contributing.md):
    
    * Dokümantasyonda bulduğunuz bir yazım hatasını düzeltmek.
    * FastAPI hakkında oluşturduğunuz veya bulduğunuz bir makaleyi, videoyu ya da podcast'i [bu dosyayı düzenleyerek](https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml) paylaşmak.
        * Link'inizi ilgili bölümün başına eklediğinizden emin olun.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 13.9K bytes
    - Click Count (0)
  10. docs/fr/docs/help-fastapi.md

    Vous pouvez [contribuer](contributing.md) au code source avec des Pull Requests, par exemple :
    
    * Corriger une coquille que vous avez trouvée dans la documentation.
    * Partager un article, une vidéo ou un podcast que vous avez créé ou trouvé à propos de FastAPI en [modifiant ce fichier](https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 14.6K bytes
    - Click Count (0)
Back to Top