Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for nervana (1.54 sec)

  1. platforms/documentation/docs/src/docs/css/print.css

    }
    
    @page contentpage {
        margin-bottom: 2.2cm;
        @bottom-right {
            content: 'Page ' counter(page) ' of ' counter(pages);
            font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans','Geneva','Verdana',sans-serif;
            font-size: 10pt;
            color: #777777;
            padding-bottom: 1.2cm;
            vertical-align: bottom;
        }
    }
    
    body {
        font-size: 10pt;
        margin: 0;
        margin-bottom: 2cm;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. docs/es/docs/tutorial/cookie-params.md

            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="9"
        {!> ../../../docs_src/cookie_params/tutorial001.py!}
        ```
    
    !!! note "Detalles Técnicos"
        `Cookie` es una clase "hermana" de `Path` y `Query`. También hereda de la misma clase común `Param`.
    
        Pero recuerda que cuando importas `Query`, `Path`, `Cookie`  y otros de `fastapi`, en realidad son funciones que devuelven clases especiales.
    
    !!! info
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Apr 19 19:30:26 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. RELEASE.md

    This release contains contributions from many people at Google, as well as:
    
    Abhinav Upadhyay, Ag Ramesh, akikaaa, Alexis Louis, Anders Huss, Andreas Madsen,
    Andrew Banchich, Andy Craze, Anton Dmitriev, Artem Malykh, Avijit-Nervana,
    Balint Cristian, Benjamin Tan Wei Hao, Bhavani Subramanian, Brendan Finan, Brian
    Nemsick, Bryan Cutler, By Shen, Cao Zongyan, Castiel, Chris Antaki, Christian
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.msty"/>
      </mime-type>
      <mime-type type="application/vnd.ncd.control"/>
      <mime-type type="application/vnd.ncd.reference"/>
      <mime-type type="application/vnd.nervana"/>
      <mime-type type="application/vnd.netfpx"/>
      <mime-type type="application/vnd.neurolanguage.nlu">
        <glob pattern="*.nlu"/>
      </mime-type>
      <mime-type type="application/vnd.noblenet-directory">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top