- Sort Score
- Num 10 results
- Language All
Results 1531 - 1540 of 1,832 for context_ (0.25 seconds)
-
docs/security/README.md
#### Content Encryption
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Feb 26 09:25:50 GMT 2025 - 13.8K bytes - Click Count (0) -
guava/src/com/google/common/collect/Tables.java
* calling {@code get(columnKey, rowKey)} on the generated table always returns the same value as * calling {@code get(rowKey, columnKey)} on the original table. Updating the original table * changes the contents of the transposed table and vice versa. * * <p>The returned table supports update operations as long as the input table supports theCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 25.3K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/io/Smb2ReadRequestTest.java
Smb2ReadResponse response = request.createResponse(mockContext, request); assertNotNull(response); // Response should be created with the same config from context verify(mockContext, times(1)).getConfig(); } @Test @DisplayName("Should pass output buffer to response") void testCreateResponseWithBuffer() {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 24.8K bytes - Click Count (0) -
doc/godebug.md
Go 1.27 added a new `htmlmetacontenturlescape` setting that controls whether html/template will escape URLs in the `url=` portion of the content attribute of HTML meta tags. The default `htmlmetacontentescape=1` will cause URLs to be escaped. Setting `htmlmetacontentescape=0` disables this behavior. To avoid content injection attacks, this setting and default was backported to Go 1.25.8 and Go 1.26.1.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Mar 20 15:49:10 GMT 2026 - 26K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String LDAP_SECURITY_AUTHENTICATION = "ldap.security.authentication"; /** LDAP initial context factory configuration key. */ public static final String LDAP_INITIAL_CONTEXT_FACTORY = "ldap.initial.context.factory"; /** LDAP account filter configuration key. */ public static final String LDAP_ACCOUNT_FILTER = "ldap.account.filter";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/tree/Smb2TreeConnectRequestTest.java
// Verify path content byte[] actualPath = new byte[pathBytes.length]; System.arraycopy(buffer, bodyOffset + 8, actualPath, 0, pathBytes.length); assertArrayEquals(pathBytes, actualPath); } @Test @DisplayName("Should handle response creation with null config from context") void testCreateResponseWithNullConfigFromContext() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.6K bytes - Click Count (0) -
docs/es/docs/_llm-test.md
* el kit de desarrollo de software * el `APIRouter` * el `requirements.txt` * el Bearer Token * el cambio incompatible * el bug * el botón * el invocable * el código * el commit * el context manager * la corrutina * la sesión de base de datos * el disco * el dominio * el motor * el X falso * el método HTTP GET * el ítem * el paquete * el lifespan * el lock * el middleware
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 12.2K bytes - Click Count (0) -
docs/ko/docs/advanced/events.md
{* ../../docs_src/events/tutorial003_py310.py hl[14:19] *} 함수의 첫 번째 부분, 즉 `yield` 이전의 코드는 애플리케이션이 시작되기 **전에** 실행됩니다. 그리고 `yield` 이후의 부분은 애플리케이션이 종료된 **후에** 실행됩니다. ### 비동기 컨텍스트 매니저 { #async-context-manager } 확인해 보면, 함수는 `@asynccontextmanager`로 데코레이션되어 있습니다. 이는 함수를 "**비동기 컨텍스트 매니저**"라고 불리는 것으로 변환합니다. {* ../../docs_src/events/tutorial003_py310.py hl[1,13] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 9.1K bytes - Click Count (0) -
fastapi/openapi/utils.py
}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}, "input": {"title": "Input"}, "ctx": {"title": "Context", "type": "object"}, }, "required": ["loc", "msg", "type"], } validation_error_response_definition = { "title": "HTTPValidationError", "type": "object", "properties": { "detail": {Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 25.6K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BwcVersions.java
* the version the current one is wire and index compatible with. * On top of this, figure out which of these are unreleased and provide the branch they can be built from. * <p> * Note that in this context, currentVersion is the unreleased version this build operates on. * At any point in time there will surely be four such unreleased versions being worked on, * thus currentVersion will be one of these. * <p> * Considering:
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 16.8K bytes - Click Count (0)