- Sort Score
- Num 10 results
- Language All
Results 461 - 470 of 727 for charlen (0.06 seconds)
-
android/guava-tests/test/com/google/common/hash/SipHashFunctionTest.java
* the License. */ package com.google.common.hash; import static com.google.common.hash.Hashing.sipHash24; import static com.google.common.truth.Truth.assertThat; import static java.nio.charset.StandardCharsets.UTF_8; import com.google.common.collect.ImmutableSet; import junit.framework.TestCase; import org.jspecify.annotations.NullUnmarked; /** * Unit tests for {@link SipHashFunction}. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 6.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/hash/SipHashFunctionTest.java
* the License. */ package com.google.common.hash; import static com.google.common.hash.Hashing.sipHash24; import static com.google.common.truth.Truth.assertThat; import static java.nio.charset.StandardCharsets.UTF_8; import com.google.common.collect.ImmutableSet; import junit.framework.TestCase; import org.jspecify.annotations.NullUnmarked; /** * Unit tests for {@link SipHashFunction}. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 6.8K bytes - Click Count (0) -
compat/maven-embedder/src/test/java/org/apache/maven/cli/CLIManagerDocumentationTest.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.cli; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.Collection; import java.util.Comparator; import java.util.List;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 4.1K bytes - Click Count (0) -
.editorconfig
# EditorConfig: http://editorconfig.org/ # Options specific to IntelliJ are prefixed with `ij_` root = true [*] charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = space ij_formatter_off_tag = @formatter:off ij_formatter_on_tag = @formatter:on ij_formatter_tags_enabled = false [*.gradle] ij_continuation_indent_size = 2 indent_size = 2 max_line_length = 150 [*.md]
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 10 14:05:55 GMT 2021 - 9K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/ForbiddenPatternsTask.java
import org.gradle.api.tasks.util.PatternSet; import javax.inject.Inject; import java.io.File; import java.io.IOException; import java.io.UncheckedIOException; import java.net.URI; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.util.AbstractMap; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 6.8K bytes - Click Count (0) -
docs/fr/docs/advanced/generate-clients.md
## Générateurs de SDK open source { #open-source-sdk-generators } Une option polyvalente est le [OpenAPI Generator](https://openapi-generator.tech/), qui prend en charge **de nombreux langages de programmation** et peut générer des SDK à partir de votre spécification OpenAPI.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 11K bytes - Click Count (0) -
docs/fr/docs/advanced/settings.md
Mais un fichier dotenv n'a pas forcément exactement ce nom de fichier. /// Pydantic prend en charge la lecture depuis ce type de fichiers en utilisant une bibliothèque externe. Vous pouvez en lire davantage ici : [Pydantic Settings : prise en charge de Dotenv (.env)](https://docs.pydantic.dev/latest/concepts/pydantic_settings/#dotenv-env-support). /// tip | Astuce
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html> ${fe:html(true)} <head> <meta charset="UTF-8"> <title><la:message key="labels.admin_brand_title"/> | <la:message key="labels.search_list_configuration"/></title> <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include> </head> <body class="hold-transition sidebar-mini"> <div class="wrapper">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 28.1K bytes - Click Count (0) -
docs/fr/docs/how-to/graphql.md
Assurez-vous d'évaluer si les **bénéfices** pour votre cas d'utilisation compensent les **inconvénients**. 🤓 /// ## Bibliothèques GraphQL { #graphql-libraries } Voici quelques bibliothèques **GraphQL** qui prennent en charge **ASGI**. Vous pouvez les utiliser avec **FastAPI** : * [Strawberry](https://strawberry.rocks/) 🍓 * Avec [la documentation pour FastAPI](https://strawberry.rocks/docs/integrations/fastapi)Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 3.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/help_ko.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <h2>검색방법</h2> <dl> <dt>필드 지정 검색</dt> <dd> 필드 이름 뒤에 콜론 :에 지정된 모든 필드에서 검색 할 수 있습니다. 예를 들어, 문서의 title 필드에서 Fess가 포함 된 문서를 검색하려면 다음과 같이 입력합니다. <pre>title:Fess</pre> 기본으로 사용 가능한 필드는 url, host, site, title content, content_length, last_modified 및 mimetype입니다. 설정에서 지정하는 필드는 변경할 수 있습니다. </dd> <dt>정렬</dt> <dd> sort 연산자는 지정된 필드 이름으로 문서를 정렬합니다.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 26 14:01:31 GMT 2018 - 3.1K bytes - Click Count (0)