Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 313 for em (0.05 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. docs/pt/docs/deployment/concepts.md

    ### Em um servidor remoto
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Oct 04 11:04:50 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  3. 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)
  4. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    							<em class='fa fa-genderless nav-icon'></em>
    							<p><la:message key="labels.menu_file_authentication" /></p>
    						</a></li></c:if>
    						
    					<c:if test="${fe:permission('admin-reqheader-view')}">
    					<li class="nav-item">
    						<a href="${fe:url('/admin/reqheader/')}"
    						   class="nav-link <c:if test="${param.menuType=='requestHeader'}">active</c:if>">
    							<em class='fa fa-genderless nav-icon'></em>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Apr 15 20:55:28 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top