Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 313 for em (0.01 sec)

  1. docs/pt/docs/tutorial/security/first-steps.md

    # Segurança - Primeiros Passos
    
    Vamos imaginar que você tem a sua API **backend** em algum domínio.
    
    E você tem um **frontend** em outro domínio ou em um path diferente no mesmo domínio (ou em uma aplicação mobile).
    
    E você quer uma maneira de o frontend autenticar o backend, usando um **username** e **senha**.
    
    Nós podemos usar o **OAuth2** junto com o **FastAPI**.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp

                                            <em class="fa fa-book"></em>
                                            <la:message key="labels.dict_list_link"/>
                                        </la:link>
                                        <la:link href="list/1?dictId=${f:u(dictId)}"
                                                 styleClass="btn btn-primary btn-xs">
                                            <em class="fa fa-th-list">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 27 06:24:23 UTC 2020
    - 10.1K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/orig/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)
  4. src/main/webapp/WEB-INF/view/admin/badword/admin_badword.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 ${f:h(editableClass)}">
                                            <em class="fa fa-plus"></em>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 6.5K bytes
    - Viewed (0)
  5. guava/src/com/google/common/cache/LongAdder.java

     * higher space consumption.
     *
     * <p>This class extends {@link Number}, but does <em>not</em> define methods such as {@code
     * equals}, {@code hashCode} and {@code compareTo} because instances are expected to be mutated, and
     * so are not useful as collection keys.
     *
     * <p><em>jsr166e note: This class is targeted to be placed in java.util.concurrent.atomic.</em>
     *
     * @since 1.8
     * @author Doug Lea
     */
    @GwtCompatible(emulated = true)
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jun 15 18:00:07 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  6. docs/pt/docs/advanced/custom-response.md

    ```
    
    Neste exemplo, a função `generate_html_response()` já cria e retorna uma `Response` em vez de retornar o HTML em uma `str`.
    
    Ao retornar o resultado chamando `generate_html_response()`, você já está retornando uma `Response` que irá sobrescrever o comportamento padrão do **FastAPI**.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 29 11:47:10 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_details.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
    - 7.2K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler_details.jsp

                                <div class="card-footer">
                                    <button type="submit" class="btn btn-default" name="list" value="back">
                                        <em class="fa fa-arrow-circle-left"></em>
                                        <la:message key="labels.crud_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
    - 12K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/security/simple-oauth2.md

    Se você precisar aplicá-lo, use `OAuth2PasswordRequestFormStrict` em vez de `OAuth2PasswordRequestForm`.
    
    ///
    
    * Um `client_id` opcional (não precisamos dele em nosso exemplo).
    * Um `client_secret` opcional (não precisamos dele em nosso exemplo).
    
    /// info | Informação
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 31 12:17:45 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/orig/view/login/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">
    						<button type="submit" name="login"
    							class="btn btn-primary btn-block"
    							value="<la:message key="labels.login"/>">
    							<em class="fa fa-sign-in"></em>
    							<la:message key="labels.login" />
    						</button>
    					</div>
    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