Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 261 - 270 of 293 for viiden (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/es/docs/tutorial/sql-databases.md

    ///
    
    ### Leer Heroes con `HeroPublic` { #read-heroes-with-heropublic }
    
    Podemos hacer lo mismo que antes para **leer** `Hero`s, nuevamente, usamos `response_model=list[HeroPublic]` para asegurar que los datos se validen y serialicen correctamente.
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[65:72] hl[65] *}
    
    ### Leer Un Hero con `HeroPublic` { #read-one-hero-with-heropublic }
    
    Podemos **leer** un único héroe:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 16.6K bytes
    - Click Count (0)
  2. src/main/webapp/js/admin/plugins/timepicker/bootstrap-timepicker.min.js

    ridian:this.meridian}}),this.place(),this.disableFocus&&this.$element.blur(),""===this.hour&&(this.defaultTime?this.setDefaultTime(this.defaultTime):this.setTime("0:0:0")),"modal"===this.template&&this.$widget.modal?this.$widget.modal("show").on("hidden",a.proxy(this.hideWidget,this)):this.isOpen===!1&&this.$widget.addClass("open"),this.isOpen=!0)},toggleMeridian:function(){this.meridian="AM"===this.meridian?"PM":"AM"},update:function(a){this.updateElement(),a||this.updateWidget(),this.$element....
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 18.2K bytes
    - Click Count (0)
  3. 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)
  4. 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)
  5. 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)
  6. docs/en/docs/help-fastapi.md

    ## Create a Pull Request { #create-a-pull-request }
    
    You can [contribute](contributing.md) to the source code with Pull Requests, for example:
    
    * To fix a typo you found on the documentation.
    * To share an article, video, or podcast you created or found about FastAPI by [editing this file](https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml).
        * Make sure you add your link to the start of the corresponding section.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 12.6K bytes
    - Click Count (0)
  7. docs/tr/docs/index.md

    * **Kolay**: Kullanımı ve öğrenmesi kolay olacak şekilde tasarlandı. Doküman okumaya daha az zaman.
    * **Kısa**: Kod tekrarını minimize eder. Her parametre tanımından birden fazla özellik. Daha az hata.
    * **Sağlam**: Production'a hazır kod elde edersiniz. Otomatik etkileşimli dokümantasyon ile birlikte.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 23.2K bytes
    - Click Count (0)
  8. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

                    "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "text/html", "text/plain", "application/json",
                    "application/xml", "audio/mp3", "video/mp4", "application/postscript" };
    
            for (final String mimeType : mimeTypes) {
                assertEquals("Extension for " + mimeType + " should be empty", "", generator.getExtensionFromMimeType(mimeType));
            }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 27.8K bytes
    - Click Count (0)
  9. src/main/resources/fess_label_nl.properties

    labels.facet_filetype_rar=RAR-archief
    labels.facet_filetype_3gp=3gp-video
    labels.facet_filetype_3g2=3g2-video
    labels.facet_filetype_avi=AVI-video
    labels.facet_filetype_flv=FLV-video
    labels.facet_filetype_mpeg=MPEG-video
    labels.facet_filetype_mp4=MP4-video
    labels.facet_filetype_ogv=OGV-video
    labels.facet_filetype_qt=QuickTime-video
    labels.facet_filetype_m4v=M4V-video
    labels.facet_filetype_ogg=OGG-audio
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.3K bytes
    - Click Count (1)
  10. src/main/webapp/css/bootstrap.min.css

    ems:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.str...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 227.5K bytes
    - Click Count (0)
Back to Top