Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 310 for zoeken (0.07 sec)

  1. src/main/resources/fess_label_it.properties

    labels.boost_document_rule_boost_expr=Espressione di boost
    labels.boost_document_rule_sort_order=Ordine di ordinamento
    labels.access_token_configuration=Token di accesso
    labels.access_token_title_details=Token di accesso
    labels.access_token_list_name=Nome
    labels.access_token_name=Nome
    labels.access_token_token=Token
    labels.access_token_expires=Scade
    labels.access_token_parameter_name=Nome parametro
    labels.access_token_updated_time=Data di creazione
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  2. docs/en/docs/advanced/websockets.md

    Open your browser at <a href="http://127.0.0.1:8000" class="external-link" target="_blank">http://127.0.0.1:8000</a>.
    
    There you can set:
    
    * The "Item ID", used in the path.
    * The "Token" used as a query parameter.
    
    /// tip
    
    Notice that the query `token` will be handled by a dependency.
    
    ///
    
    With that you can connect the WebSocket and then send and receive messages:
    
    <img src="/img/tutorial/websockets/image05.png">
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/spnego/SpnegoException.java

     */
    package jcifs.spnego;
    
    import jcifs.CIFSException;
    
    /**
     * Exception thrown during SPNEGO authentication processing.
     *
     * This exception indicates an error in SPNEGO token processing,
     * negotiation, or authentication flow.
     *
     * @author mbechler
     */
    public class SpnegoException extends CIFSException {
    
        /**
         *
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2K bytes
    - Viewed (0)
  4. docs/ja/docs/advanced/websockets.md

    </div>
    
    ブラウザで <a href="http://127.0.0.1:8000" class="external-link" target="_blank">http://127.0.0.1:8000</a> を開きます。
    
    クライアントが設定できる項目は以下の通りです。
    
    * パスで使用される「Item ID」
    * クエリパラメータとして使用される「Token」
    
    /// tip | 豆知識
    
    クエリ `token` は依存パッケージによって処理されることに注意してください。
    
    ///
    
    これにより、WebSocketに接続してメッセージを送受信できます。
    
    <img src="/img/tutorial/websockets/image05.png">
    
    ## 切断や複数クライアントへの対応
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/api/admin/accesstoken/CreateBody.java

     */
    package org.codelibs.fess.app.web.api.admin.accesstoken;
    
    import org.codelibs.fess.app.web.admin.accesstoken.CreateForm;
    
    /**
     * Request body for creating access token via REST API.
     * Extends CreateForm to inherit validation and field definitions.
     */
    public class CreateBody extends CreateForm {
    
        /**
         * Creates a new CreateBody instance.
         */
        public CreateBody() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1013 bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/CredentialsInternal.java

         * @param tc the CIFS context
         * @param targetDomain the target domain for authentication
         * @param host the target host
         * @param initialToken initial authentication token, if any
         * @param doSigning whether message signing should be enabled
         * @return a new SSP authentication context
         * @throws SmbException if context creation fails
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_es.properties

    labels.boost_document_rule_boost_expr=Expresión de impulso
    labels.boost_document_rule_sort_order=Orden de clasificación
    labels.access_token_configuration=Token de acceso
    labels.access_token_title_details=Token de acceso
    labels.access_token_list_name=Nombre
    labels.access_token_name=Nombre
    labels.access_token_token=Token
    labels.access_token_expires=Caduca
    labels.access_token_parameter_name=Nombre del parámetro
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  8. docs/pt/docs/project-generation.md

        - 🦇 Suporte para modo escuro.
    - 🐋 [Docker Compose](https://www.docker.com) para desenvolvimento e produção.
    - 🔒 _Hash_ seguro de senhas por padrão.
    - 🔑 Autenticação por token JWT.
    - 📫 Recuperação de senhas baseada em email.
    - ✅ Testes com [Pytest](https://pytest.org).
    - 📞 [Traefik](https://traefik.io) como proxy reverso / balanceador de carga.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Jul 21 09:57:31 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  9. docs/ru/docs/tutorial/security/get-current-user.md

    `get_current_user` как раз будет иметь подзависимость `oauth2_scheme`, которую мы создали ранее.
    
    Аналогично тому, как мы делали это ранее в *обработчике эндпоинта*  наша новая зависимость `get_current_user` будет получать `token` в виде `строки` от подзависимости `oauth2_scheme`:
    
    {* ../../docs_src/security/tutorial002_an_py310.py hl[25] *}
    
    ## Получение данных пользователя
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 10 10:52:27 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  10. docs/em/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    ⚙️ 👉 `dependencies` *➡ 🛠️ 👨‍🎨* 👆 💪 ⚒ 💭 👫 🛠️ ⏪ ❎ 👨‍🎨/🏭 ❌.
    
    ⚫️ 💪 ℹ ❎ 😨 🆕 👩‍💻 👈 👀 ♻ 🔢 👆 📟 &amp; 💪 💭 ⚫️ 🙃.
    
    ///
    
    /// info
    
    👉 🖼 👥 ⚙️ 💭 🛃 🎚 `X-Key` &amp; `X-Token`.
    
    ✋️ 🎰 💼, 🕐❔ 🛠️ 💂‍♂, 👆 🔜 🤚 🌖 💰 ⚪️➡️ ⚙️ 🛠️ [💂‍♂ 🚙 (⏭ 📃)](../security/index.md){.internal-link target=_blank}.
    
    ///
    
    ## 🔗 ❌ &amp; 📨 💲
    
    👆 💪 ⚙️ 🎏 🔗 *🔢* 👆 ⚙️ 🛎.
    
    ### 🔗 📄
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top