Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 313 for em (0.03 sec)

  1. docs/pt/docs/environment-variables.md

    Você também pode ler mais sobre elas na <a href="https://en.wikipedia.org/wiki/Environment_variable" class="external-link" target="_blank">Wikipedia para Variáveis ​​de Ambiente</a>.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Sep 10 10:36:42 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. docs/pt/docs/contributing.md

    No caso do Espanhol, o código de duas letras é `es`. Então, o diretório para traduções em Espanhol está localizada em `docs/es/`.
    
    /// tip
    
    A principal ("oficial") linguagem é o  Inglês, localizado em `docs/en/`.
    
    ///
    
    Agora rode o _servidor ao vivo_ para as documentações em Espanhol:
    
    <div class="termy">
    
    ```console
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/badword/admin_badword_details.jsp

                                            <la:link href="/admin/badword"
                                                     styleClass="btn btn-default btn-xs">
                                                <em class="fa fa-th-list"></em>
                                                <la:message key="labels.bad_word_link_list"/>
                                            </la:link>
                                            <la:link href="../createnew"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/badword/admin_badword_edit.jsp

                                                <em class="fa fa-th-list"></em>
                                                <la:message key="labels.bad_word_link_list"/>
                                            </la:link>
                                            <la:link href="../createnew"
                                                     styleClass="btn btn-success btn-xs">
                                                <em class="fa fa-plus">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.5K bytes
    - Viewed (0)
  5. docs/pt/docs/advanced/events.md

    Se você verificar, a função está decorada com um `@asynccontextmanager`.
    
    Que converte a função em algo chamado de "**Gerenciador de Contexto Assíncrono**".
    
    ```Python hl_lines="1  13"
    {!../../docs_src/events/tutorial003.py!}
    ```
    
    Um **gerenciador de contexto** em Python é algo que você pode usar em uma declaração `with`, por exemplo, `open()` pode ser usado como um gerenciador de contexto:
    
    ```Python
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  6. docs/pt/docs/tutorial/debugging.md

    * Ir para o painel "Debug".
    * "Add configuration...".
    * Selecionar "Python"
    * Executar o depurador com a opção "`Python: Current File (Integrated Terminal)`".
    
    Em seguida, ele iniciará o servidor com seu código **FastAPI**, parará em seus pontos de interrupção, etc.
    
    Veja como pode parecer:
    
    <img src="/img/tutorial/debugging/image01.png">
    
    ---
    
    Se você usar o Pycharm, você pode:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_details.jsp

                                                <em class="fa fa-plus"></em>
                                                <la:message key="labels.elevate_word_link_create"/>
                                            </la:link>
                                            <la:link href="../downloadpage"
                                                     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
    - 8.3K bytes
    - Viewed (0)
  8. compat/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java

         * Whether the artifact <em>should</em> be added to the classpath depends on other
         * dependency properties.
         *
         * @return if the artifact <em>can</em> be added to the class path
         *
         * @deprecated A value of {@code true} does not mean that the dependency <em>should</em>
         * be placed on the classpath. See {@code JavaPathType} instead for better analysis.
         */
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo_details.jsp

                                                value="<la:message key="labels.crawling_info_button_back" />">
                                            <em class="fa fa-arrow-circle-left"></em>
                                            <la:message key="labels.crawling_info_button_back"/>
                                        </button>
                                        <c:if test="${editable}">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 10.1K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/login/newpassword.jsp

    							<span class="input-group-text">
    								<em class="fa fa-lock fa-fw"></em>
    							</span>
    						</div>
    					</div>
    					<div class="text-center">
    						<button type="submit" name="changePassword"
    							class="btn btn-primary btn-block"
    							value="<la:message key="labels.login.update"/>">
    							<em class="fa fa-pencil-alt"></em>
    							<la:message key="labels.login.update" />
    						</button>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top