- Sort Score
- Num 10 results
- Language All
Results 151 - 160 of 559 for specials (0.1 seconds)
-
android/guava-tests/test/com/google/common/net/HttpHeadersTest.java
/** * Tests for the HttpHeaders class. * * @author Kurt Alfred Kluever */ @NullUnmarked public class HttpHeadersTest extends TestCase { public void testConstantNameMatchesString() throws Exception { // Special case some of the weird HTTP Header names... ImmutableBiMap<String, String> specialCases = ImmutableBiMap.<String, String>builder() .put("CDN_LOOP", "CDN-Loop") .put("ETAG", "ETag")Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 3.9K bytes - Click Count (0) -
docs/es/docs/advanced/security/oauth2-scopes.md
Pero cuando importas `Query`, `Path`, `Depends`, `Security` y otros de `fastapi`, en realidad son funciones que devuelven clases especiales. /// ## Usar `SecurityScopes` { #use-securityscopes } Ahora actualiza la dependencia `get_current_user`. Esta es la que usan las dependencias anteriores.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:15:01 GMT 2025 - 14.2K bytes - Click Count (0) -
src/test/java/jcifs/internal/fscc/FsctlPipeWaitRequestTest.java
// Verify timeout specified flag is set assertEquals(0x1, buffer[12]); } @Test @DisplayName("Test with special characters in pipe name") void testWithSpecialCharactersInPipeName() { // Test with special characters String pipeName = "\\\\?\\pipe\\test$pipe#name!"; FsctlPipeWaitRequest request = new FsctlPipeWaitRequest(pipeName);Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 13.1K bytes - Click Count (0) -
internal/config/api/help.go
Optional: true, Type: "duration", }, config.HelpKV{ Key: apiODirect, Description: "set to enable or disable O_DIRECT for writes under special conditions. NOTE: do not disable O_DIRECT without prior testing" + defaultHelpPostfix(apiODirect), Optional: true, Type: "boolean", }, config.HelpKV{ Key: apiRootAccess,
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 16 08:43:49 GMT 2024 - 4.4K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapAlternateLink.java
* or for different regions. This helps search engines serve the correct language or regional URL * to searchers. * </p> * * @see <a href="https://developers.google.com/search/docs/specialty/international/localized-versions">Multi-regional and multilingual sites</a> */ public class SitemapAlternateLink implements Serializable { private static final long serialVersionUID = 1L; /**
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 13 13:34:36 GMT 2025 - 2.6K bytes - Click Count (0) -
docs/es/docs/tutorial/request-form-models.md
<div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div> ## Prohibir Campos de Formulario Extra { #forbid-extra-form-fields } En algunos casos de uso especiales (probablemente no muy comunes), podrĂas querer **restringir** los campos de formulario a solo aquellos declarados en el modelo de Pydantic. Y **prohibir** cualquier campo **extra**. /// note | Nota
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 2.4K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/EvictingQueue.java
* we can override it in our non-null-guaranteeing subtypes to present a better signature to * their users. * * However, the checker *we* use has this special knowledge about `Collection.toArray()` anyway, * so in our implementation code, we can rely on that. That's why the expression below * type-checks. */ return super.toArray(); }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Feb 13 17:34:21 GMT 2025 - 4.6K bytes - Click Count (0) -
.github/PULL_REQUEST_TEMPLATE.md
Examples: Fixes #<issue number> <issue link> (issue in a different repository) KEP: https://github.com/kubernetes/enhancements/issues/<kep-issue-number> If there is no associated issue, then write "N/A". --> #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? <!-- If no, just write "NONE" in the release-note block below. If yes, a release note is required:
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Fri Jun 06 14:40:00 GMT 2025 - 3.1K bytes - Click Count (0) -
apache-maven/src/assembly/maven/conf/toolchains.xml
| matching <provides/> configuration. You can decide for yourself which key-value | pairs to use. Often used keys are 'version', 'vendor' and 'arch'. By default | the version has a special meaning. If you configured in the pom.xml '1.5' | Maven will search for 1.5 and above. | | * configuration: Additional configuration for this tool.
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Aug 22 14:47:43 GMT 2024 - 3.6K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/GAVUtilsTest.java
assertNull(gav, "Artifact should be null for empty groupId"); } @Test @DisplayName("should handle POM with special characters in Artifact") void shouldHandlePOMWithSpecialCharacters() throws Exception { String pomXml = PomBuilder.create() .groupId("com.example-test_group")Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 17.3K bytes - Click Count (0)