Search Options

Results per page
Sort
Preferred Languages
Advance

Results 491 - 500 of 584 for session2 (0.18 sec)

  1. docs/es/docs/features.md

    * Tareas en segundo plano en el mismo proceso.
    * Eventos de inicio y apagado.
    * Cliente de prueba basado en HTTPX.
    * **CORS**, GZip, archivos estáticos, responses en streaming.
    * Soporte para **Session y Cookie**.
    * Cobertura de tests del 100%.
    * Código completamente anotado con tipos.
    
    ## Funcionalidades de Pydantic
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. docs/es/docs/advanced/security/oauth2-scopes.md

    Como ahora estamos declarando esos scopes, aparecerán en la documentación de la API cuando inicies sesión/autorices.
    
    Y podrás seleccionar cuáles scopes quieres dar de acceso: `me` y `items`.
    
    Este es el mismo mecanismo utilizado cuando das permisos al iniciar sesión con Facebook, Google, GitHub, etc:
    
    <img src="/img/tutorial/security/image11.png">
    
    ## Token JWT con scopes
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 13.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_fr.properties

    success.update_crawler_params = Paramètres mis à jour.
    success.delete_doc_from_index = Démarrage d'un processus de suppression de documents d'un index.
    success.crawling_info_delete_all = Données de session supprimées.
    success.start_crawl_process = Démarrage d'un processus d'exploration.
    success.upload_design_file = {0} mis à jour.
    success.update_design_jsp_file = {0} mis à jour.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/NtlmUtil.java

         * @return the calculated hash
         */
        public static byte[] nTOWFv1(final String password) {
            return getNTHash(password);
        }
    
        /**
         * Creates the NTLM2 session response for the supplied information.
         *
         * @param passwordHash the password hash to use
         * @param serverChallenge the server challenge bytes
         * @param clientChallenge the client challenge bytes
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  5. RELEASE.md

    *   `tf.compat.v1.Session`
        * `tf.compat.v1.Session.partial_run` and `tf.compat.v1.Session.partial_run_setup` will be deprecated in the next release.
    
    ### Known Caveats
    
    * `tf.lite`
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  6. docs/uk/docs/index.md

    * Багато додаткових функцій (завдяки Starlette) як-от:
        * **WebSockets**
        * надзвичайно прості тести на основі HTTPX та `pytest`
        * **CORS**
        * **Cookie Sessions**
        * ...та більше.
    
    ## Продуктивність
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 24.2K bytes
    - Viewed (0)
  7. src/test/java/jcifs/internal/smb2/Smb2SigningDigestTest.java

                assertFalse(isValid, "Tampered data should fail verification");
            }
    
            @Test
            @DisplayName("Should handle different session keys")
            void testDifferentSessionKeys() throws GeneralSecurityException {
                byte[] sessionKey1 = new byte[16];
                Arrays.fill(sessionKey1, (byte) 0x11);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 43.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/AdminCrawlinginfoAction.java

            RenderDataUtil.register(data, "crawlingInfoItems", crawlingInfoService.getCrawlingInfoList(crawlingInfoPager)); // page navi
    
            // restore from pager
            copyBeanToBean(crawlingInfoPager, form, op -> op.include("sessionId"));
        }
    
        // ===================================================================================
        //                                                                        Edit Execute
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  9. src/test/java/jcifs/http/NtlmHttpFilterTest.java

        }
    
        @Test
        void testDoFilter_sessionWithoutAuth_shouldChallenge() throws Exception {
            // Initialize filter first
            initializeFilter();
    
            // Test that having a session but no auth still challenges
            when(request.getHeader("Authorization")).thenReturn(null);
            when(httpSession.getAttribute("NtlmHttpAuth")).thenReturn(null);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  10. src/test/java/jcifs/http/NtlmSspTest.java

            message[46] = 22; // Max Length
            message[47] = 0;
            message[48] = (byte) 132; // Offset
            message[49] = 0;
            message[50] = 0;
            message[51] = 0;
    
            // Session Key (empty, offset 154)
            message[52] = 0; // Length
            message[53] = 0;
            message[54] = 0; // Max Length
            message[55] = 0;
            message[56] = (byte) 154; // Offset
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 11.4K bytes
    - Viewed (0)
Back to top