- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 516 for token3 (0.03 sec)
-
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 26.4K bytes - Viewed (0) -
README.md
String unescaped = JsonUtil.unescape(escaped); // Text tokenization Tokenizer tokenizer = new Tokenizer("field1,field2,field3", ","); while (tokenizer.hasMoreTokens()) { String token = tokenizer.nextToken(); // Process each token } // Decimal formatting DecimalFormat format = DecimalFormatUtil.getDecimalFormat("###,###.00"); ``` ### Exception Handling ```java import org.codelibs.core.exception.*;
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sun Aug 31 02:56:02 UTC 2025 - 12.7K bytes - Viewed (0) -
docs/fr/docs/features.md
Tous les protocoles de sécurités sont définis dans OpenAPI, incluant: * HTTP Basic. * **OAuth2** (aussi avec **JWT tokens**). Jetez un oeil au tutoriel [OAuth2 avec JWT](tutorial/security/oauth2-jwt.md){.internal-link target=_blank}. * Clés d'API dans: * Le header. * Les paramètres de requêtes. * Les cookies, etc.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 11.1K bytes - Viewed (0) -
docs/es/docs/tutorial/testing.md
Tiene una operación `GET` que podría devolver un error. Tiene una operación `POST` que podría devolver varios errores. Ambas *path operations* requieren un `X-Token` header. {* ../../docs_src/app_testing/app_b_an_py310/main.py *} ### Archivo de prueba extendido { #extended-testing-file } Podrías entonces actualizar `test_main.py` con las pruebas extendidas:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 6.5K bytes - Viewed (0) -
docs/ru/docs/tutorial/testing.md
В нём описана операция `GET`, которая может вернуть ошибку. Ещё есть операция `POST`, и она может вернуть несколько ошибок. Обе *операции пути* требуют наличия в запросе заголовка `X-Token`. {* ../../docs_src/app_testing/app_b_an_py310/main.py *} ### Расширенный файл тестов { #extended-testing-file } Теперь обновим файл `test_main.py`, добавив в него тестов:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 10K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
errors.failed_to_download_mapping_file = Não foi possível baixar o arquivo de mapeamento. errors.failed_to_upload_mapping_file = Não foi possível carregar o arquivo de mapeamento. errors.invalid_kuromoji_token={0} não é um token válido. errors.invalid_kuromoji_segmentation=O número de divisões de {0} não corresponde ao número de divisões de {1}. errors.invalid_str_is_included = {1} é inválido em {0}. errors.blank_password = A senha é obrigatória.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
docs/ru/docs/_llm-test.md
### abbr даёт полную расшифровку { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done – Как привести дела в порядок">GTD</abbr> * <abbr title="less than – меньше чем"><code>lt</code></abbr> * <abbr title="XML Web Token – XML веб‑токен">XWT</abbr> * <abbr title="Parallel Server Gateway Interface – Параллельный серверный интерфейс шлюза">PSGI</abbr> ### abbr даёт объяснение { #the-abbr-gives-an-explanation }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Dec 11 21:25:03 UTC 2025 - 17.5K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.roleTypeIds=Rol-ID labels.scriptData=Script labels.scriptResult=Resultaat labels.scriptType=Uitvoeringstype labels.segmentation=Segmentatie labels.startTime=Starttijd labels.target=Doel labels.token=Token labels.synonymFile=Synoniembestand labels.stopwordsFile=Stopwoordenbestand labels.stemmerOverrideFile=Stemmer-overschrijvingsbestand labels.mappingFile=Mappingbestand labels.protwordsFile=Protwords-bestand
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.3K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt
) } // Example taken from twitter/hpack DecoderTest.testUnusedIndex @Test fun readIndexedHeaderFieldIndex0() { bytesIn.writeByte(0x80) // == Indexed - Add idx = 0 assertFailsWith<IOException> { hpackReader!!.readHeaders() }.also { expected -> assertThat(expected.message).isEqualTo("index == 0") } } // Example taken from twitter/hpack DecoderTest.testIllegalIndex
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 38.6K bytes - Viewed (0)