- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 583 for session1 (0.48 sec)
-
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
src/test/java/jcifs/http/NtlmSspTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 11.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/CrawlerStatsHelperTest.java
return null; } @Override public Long getCreateTime() { return null; } @Override public void setSessionId(String sessionId) { } @Override public void setWeight(float weight) { } @Override public float getWeight() { return 0.0f; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 15K bytes - Viewed (0)