- Sort Score
- Result 10 results
- Languages All
Results 351 - 360 of 392 for spreading (0.05 sec)
-
guava/src/com/google/common/hash/Hashing.java
} /** * Used to randomize {@link #goodFastHash} instances, so that programs which persist anything * dependent on the hash codes they produce will fail sooner. */ @SuppressWarnings("GoodTime") // reading system time without TimeSource static final int GOOD_FAST_HASH_SEED = (int) System.currentTimeMillis(); /** * Returns a hash function implementing the <a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:06:57 UTC 2025 - 31.1K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.labelTypeIds=Etykiety labels.lang=Język labels.outputs=Wyjścia labels.pos=Część mowy labels.purgeJobLogDay=Usuń poprzednie dzienniki zadań labels.purgeUserInfoDay=Usuń poprzednie dzienniki użytkowników labels.reading=Odczyt labels.roleTypeIds=ID roli labels.scriptData=Skrypt labels.scriptResult=Wynik labels.scriptType=Typ wykonania labels.segmentation=Segmentacja labels.startTime=Godzina rozpoczęcia labels.target=Cel
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
assertFalse(verifyDir.exists(), "Deleted directory should not exist"); } @Test void testPartialRead() throws Exception { // Test partial file reads (important for SMB streaming) long timestamp = System.currentTimeMillis(); SmbFile file = new SmbFile(baseUrl + "shared/partial_" + timestamp + ".txt", context); // Write test data
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.jobLogging=日志记录 labels.jobName=名称 labels.jobStatus=状态 labels.labelTypeIds=标签 labels.lang=语言 labels.outputs=输出 labels.pos=词性 labels.purgeJobLogDay=删除以前的作业日志 labels.purgeUserInfoDay=删除以前的用户日志 labels.reading=阅读 labels.roleTypeIds=角色ID labels.scriptData=脚本 labels.scriptResult=结果 labels.scriptType=执行方法 labels.segmentation=分段 labels.startTime=开始时间 labels.target=目标 labels.token=令牌 labels.synonymFile=同义词文件
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.lang=Langue labels.outputs=Sorties labels.pos=Partie du discours labels.purgeJobLogDay=Supprimer les anciens journaux de tâches labels.purgeUserInfoDay=Supprimer les anciens journaux utilisateur labels.reading=Lecture labels.roleTypeIds=ID de rôle labels.scriptData=Script labels.scriptResult=Résultat labels.scriptType=Méthode d'exécution labels.segmentation=Segmentation labels.startTime=Heure de début
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
go.sum
github.com/nats-io/nats-server/v2 v2.11.1/go.mod h1:leXySghbdtXSUmWem8K9McnJ6xbJOb0t9+NQ5HTRZjI= github.com/nats-io/nats-streaming-server v0.24.6 h1:iIZXuPSznnYkiy0P3L0AP9zEN9Etp+tITbbX1KKeq4Q= github.com/nats-io/nats-streaming-server v0.24.6/go.mod h1:tdKXltY3XLeBJ21sHiZiaPl+j8sK3vcCKBWVyxeQs10= github.com/nats-io/nats.go v1.13.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w=
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 79.9K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.lang=Idioma labels.outputs=Salidas labels.pos=Parte de la oración labels.purgeJobLogDay=Eliminar registros de trabajos anteriores labels.purgeUserInfoDay=Eliminar registros de usuarios anteriores labels.reading=Lectura labels.roleTypeIds=ID de rol labels.scriptData=Script labels.scriptResult=Resultado labels.scriptType=Tipo de ejecución labels.segmentation=Segmentación labels.startTime=Hora de inicio
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.jobLogging=로깅 labels.jobName=이름 labels.jobStatus=상태 labels.labelTypeIds=라벨 labels.lang=언어 labels.outputs=대상 labels.pos=품사 labels.purgeJobLogDay=이전 작업 로그 삭제 labels.purgeUserInfoDay=이전 이용자 로그 삭제 labels.reading=읽기 labels.roleTypeIds=역할 ID labels.scriptData=스크립트 labels.scriptResult=결과 labels.scriptType=실행 방법 labels.segmentation=분할 labels.startTime=시작 시간 labels.target=대상 labels.token=토큰
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
<p> That is, the compiler must not rewrite the program into this one: </p> <pre> *p = 2 if !cond { *p = 1 } </pre> <p> If <code>cond</code> is false and another goroutine is reading <code>*p</code>, then in the original program, the other goroutine can only observe any prior value of <code>*p</code> and <code>1</code>.
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.11.md
* Added proxy for container streaming in kubelet for streaming auth. ([#64006](https://github.com/kubernetes/kubernetes/pull/64006), [@Random-Liu](https://github.com/Random-Liu))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0)