- Sort Score
- Result 10 results
- Languages All
Results 2511 - 2520 of 2,643 for errPos (0.05 sec)
-
src/test/java/jcifs/http/NetworkExplorerTest.java
HttpSession session = req.getSession(false); if (session != null && session.getAttribute("npa-workgroup") != null) { throw new IOException("Test error"); } else { resp.setStatus(HttpServletResponse.SC_UNAUTHORIZED); resp.setHeader("WWW-Authenticate", "NTLM"); resp.flushBuffer();
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 21.2K bytes - Viewed (0) -
docs/en/docs/tutorial/security/oauth2-jwt.md
Update `get_current_user` to receive the same token as before, but this time, using JWT tokens. Decode the received token, verify it, and return the current user. If the token is invalid, return an HTTP error right away. {* ../../docs_src/security/tutorial004_an_py310.py hl[90:107] *} ## Update the `/token` *path operation* { #update-the-token-path-operation } Create a `timedelta` with the expiration time of the token.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Sep 29 02:57:38 UTC 2025 - 10.6K bytes - Viewed (0) -
docs/security/README.md
- `DecryptKey`: Takes a key ID and an encrypted data key and returns the plain data key - the decryption of the encrypted data key using the master key referenced by the key ID - on success or an error otherwise. More details about supported KMS implementations and configuration can be found at the [KMS guide](https://github.com/minio/minio/blob/master/docs/kms/README.md).
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Feb 26 09:25:50 UTC 2025 - 13.8K bytes - Viewed (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt
val groovyVersion = when (bundleGroovyMajor) { 4 -> "4.0.29" // This is expected to contain Groovy 5 soon, once it's released or we need to test it. else -> error("Unsupported Groovy major version: $bundleGroovyMajor") } val configurationCacheReportVersion = "1.30" val gradleIdeStarterVersion = "0.8.2" val kotlinVersion = "2.3.0"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:45:52 UTC 2025 - 15.9K bytes - Viewed (0) -
docs/es/docs/_llm-test.md
* sensible a mayúsculas/minúsculas * insensible a mayúsculas/minúsculas * servir la aplicación * servir la página * la app * la aplicación * la request * la response * la response de error * la path operation * el decorador de path operation * la path operation function * el body * el request body * el response body * el body JSON * el body del formulario * el body de archivo
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:16:35 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java
* the configuration type and delegates to the appropriate service. * * @param configId the configuration ID to retrieve * @return the CrawlingConfig object or null if not found or on error */ public CrawlingConfig getCrawlingConfig(final String configId) { try { return crawlingConfigCache.get(configId, () -> {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 19.5K bytes - Viewed (1) -
docs/en/docs/tutorial/bigger-applications.md
* and from it, import the function `get_token_header`. That would refer to some package above `app/`, with its own file `__init__.py`, etc. But we don't have that. So, that would throw an error in our example. 🚨 But now you know how it works, so you can use relative imports in your own apps no matter how complex they are. 🤓
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 08:55:32 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/jcifs/util/SecureKeyManager.java
// Securely wipe the old key copy secureWipe(currentKey); secureWipe(newKey); return newVersion; } catch (Exception e) { log.error("Failed to rotate key for session: {}", sessionId, e); throw new GeneralSecurityException("Key rotation failed", e); } } /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java
* * @param doc The XML document. * @param xpath The XPath expression. * @return A list of XPath nodes. * @throws XPathExpressionException if an XPath expression error occurs. */ protected XPathNodes getNodeList(final Document doc, final String xpath) throws XPathExpressionException { final XPath xPathApi = getXPathAPI().createXPath(f -> {});Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 23.9K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
private static AssertionError sanityError( Class<?> cls, List<String> explicitTestNames, String description, Throwable e) { String message = String.format( Locale.ROOT, "Error in automated %s of %s\n" + "If the class is better tested explicitly, you can add %s() to %sTest", description, cls, explicitTestNames.get(0),
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 17.9K bytes - Viewed (0)