- Sort Score
- Result 10 results
- Languages All
Results 331 - 340 of 493 for Back (1.28 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
client = client .newBuilder() .hostnameVerifier(RecordingHostnameVerifier()) .connectionSpecs( // Attempt RESTRICTED_TLS then fall back to MODERN_TLS. listOf( ConnectionSpec.RESTRICTED_TLS, ConnectionSpec.MODERN_TLS, ), ).sslSocketFactory( suppressTlsFallbackClientSocketFactory(),
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0) -
docs/recipes.md
System.out.println(response.body().string()); } } ``` ### Asynchronous Get ([.kt][AsynchronousGetKotlin], [.java][AsynchronousGetJava]) Download a file on a worker thread, and get called back when the response is readable. The callback is made after the response headers are ready. Reading the response body may still block. OkHttp doesn't currently offer asynchronous APIs to receive a response body in parts.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 17:01:12 UTC 2025 - 47.8K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.logout_button=Cerrar sesión labels.profile=Cambiar contraseña labels.administration=Administración labels.profile_button=Configuración labels.profile.title= Configuración labels.profile.update= Actualizar labels.profile.back= Volver labels.profile.placeholder_old_password= Contraseña actual labels.profile.placeholder_new_password= Nueva contraseña labels.profile.placeholder_confirm_new_password= Confirmar nueva contraseña labels.top.search=Buscar
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.do_you_want_to_logout=로그아웃하시겠습니까? labels.logout_button=로그아웃 labels.profile=비밀번호 변경 labels.administration=관리 labels.profile_button=설정 labels.profile.title=설정 labels.profile.update=갱신 labels.profile.back=뒤로 labels.profile.placeholder_old_password=현재 비밀번호 labels.profile.placeholder_new_password=새 비밀번호 labels.profile.placeholder_confirm_new_password=새 비밀번호 확인 labels.top.search=검색 labels.index_title=Fess
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
doc/go_mem.html
The rewritten code does <code>*p = 1</code> and then <code>*p = 3</code>, allowing a racing thread to read 1 as well. </p> <p> Note that all these optimizations are permitted in C/C++ compilers: a Go compiler sharing a back end with a C/C++ compiler must take care to disable optimizations that are invalid for Go. </p> <p> Note that the prohibition on introducing data races does not apply if the compiler can prove that the races
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 05 15:41:37 UTC 2025 - 26.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
### Other (Cleanup or Flake)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
api/go1.4.txt
# CL 108030044 text/scanner: provide facility for custom identifiers, Robert Griesemer <******@****.***> pkg text/scanner, type Scanner struct, IsIdentRune func(int32, int) bool # CL 130620043 text/template: add back pointer to Nodes for better error generation, Rob Pike <******@****.***> pkg text/template/parse, type DotNode struct, embedded NodeType pkg text/template/parse, type NilNode struct, embedded NodeType
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
cmd/erasure-server-pool.go
if idx < 0 { return -1, toObjectErr(errDiskFull) } } return idx, nil } // getPoolIdx returns the found previous object and its corresponding pool idx, // if none are found falls back to most available space pool, this function is // designed to be only used by PutObject, CopyObject (newObject creation) and NewMultipartUpload.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 89.1K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.logout=注销 labels.do_you_want_to_logout=您要注销吗? labels.logout_button=注销 labels.profile=更改密码 labels.administration=管理 labels.profile_button=设置 labels.profile.title= 设置 labels.profile.update= 更新 labels.profile.back= 返回 labels.profile.placeholder_old_password= 当前密码 labels.profile.placeholder_new_password= 新密码 labels.profile.placeholder_confirm_new_password= 确认新密码 labels.top.search=搜索 labels.index_title=Fess
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.5K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.logout_button=Déconnexion labels.profile=Changer le mot de passe labels.administration=Administration labels.profile_button=Paramètres labels.profile.title=Paramètres labels.profile.update=Mettre à jour labels.profile.back=Retour labels.profile.placeholder_old_password=Mot de passe actuel labels.profile.placeholder_new_password=Nouveau mot de passe labels.profile.placeholder_confirm_new_password=Confirmer le nouveau mot de passe
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0)