Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 192 for em (0.08 sec)

  1. docs/pt/docs/tutorial/background-tasks.md

    O **FastAPI** sabe o que fazer em cada caso e como reutilizar o mesmo objeto, de forma que todas as tarefas em segundo plano sejam mescladas e executadas em segundo plano posteriormente:
    
    ```Python hl_lines="13  15  22  25"
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/orig/view/index.jsp

    											aria-expanded="false">
    											<em class="fa fa-fw fa-sign-in"></em>
    											<la:message key="labels.login" />
    										</la:link></li>
    								</c:when>
    							</c:choose>
    							<li class="nav-item"><la:link href="/help"
    									styleClass="nav-link help-link">
    									<em class="fa fa-fw fa-question-circle"></em>
    									<la:message key="labels.index_help" />
    								</la:link></li>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_download.jsp

                                                <la:message key="labels.dict_protwords_link_create"/>
                                            </la:link>
                                            <la:link href="../downloadpage/${f:u(dictId)}"
                                                     styleClass="btn btn-primary btn-xs">
                                                <em class="fa fa-download">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 5.9K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_download.jsp

                                                <la:message key="labels.dict_stopwords_link_create"/>
                                            </la:link>
                                            <la:link href="../downloadpage/${f:u(dictId)}"
                                                     styleClass="btn btn-primary btn-xs">
                                                <em class="fa fa-download">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 5.9K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_upload.jsp

                                                <la:message key="labels.dict_kuromoji_link_create"/>
                                            </la:link>
                                            <la:link href="../downloadpage/${f:u(dictId)}"
                                                     styleClass="btn btn-primary btn-xs">
                                                <em class="fa fa-download"></em>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping_upload.jsp

                                                <la:message key="labels.dict_mapping_link_create"/>
                                            </la:link>
                                            <la:link href="../downloadpage/${f:u(dictId)}"
                                                     styleClass="btn btn-primary btn-xs">
                                                <em class="fa fa-download"></em>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_upload.jsp

                                                <la:message key="labels.dict_stopwords_link_create"/>
                                            </la:link>
                                            <la:link href="../downloadpage/${f:u(dictId)}"
                                                     styleClass="btn btn-primary btn-xs">
                                                <em class="fa fa-download"></em>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/common/admin/crud/buttons.jsp

    		value="<la:message key="labels.crud_button_back" />">
    		<em class="fa fa-arrow-circle-left"></em>
    		<la:message key="labels.crud_button_back" />
    	</button>
    	<c:if test="${editable}">
    	<button type="submit" class="btn btn-success" name="create"
    		value="<la:message key="labels.crud_button_create" />">
    		<em class="fa fa-plus"></em>
    		<la:message key="labels.crud_button_create" />
    	</button>
    	</c:if>
    </c:if>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Feb 10 12:37:20 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/extra-data-types.md

        * Em requisições e respostas será representado como uma `str`.
    * `datetime.datetime`:
        * O `datetime.datetime` do Python.
        * Em requisições e respostas será representado como uma `str` no formato ISO 8601, exemplo: `2008-09-15T15:53:00+05:00`.
    * `datetime.date`:
        * O `datetime.date` do Python.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/profile/index.jsp

    						<div class="input-group-append">
    							<span class="input-group-text"><em class="fa fa-lock fa-fw"></em></span>
    						</div>
    					</div>
    					<div class="text-center">
    						<la:link href="/"
    							styleClass="btn btn-default">
    							<em class="fa fa-arrow-circle-left"></em>
    							<la:message key="labels.profile.back" />
    						</la:link>
    						<button type="submit" name="changePassword"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top