- Sort Score
- Result 10 results
- Languages All
Results 2361 - 2370 of 2,395 for batch (0.02 sec)
-
go.sum
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY= github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA= github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM= github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 79.8K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.file_auth_details=File Auth Detalles labels.file_config_details=File Config Detalles labels.group_details=Group Detalles labels.job_log_details=Job Log Detalles labels.key_match_details=Key Match Detalles labels.labeltype_details=Labeltype Detalles labels.pathmap_details=Pathmap Detalles labels.related_content_details=Related Content Detalles labels.related_query_details=Related Query Detalles
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
src/main/resources/fess_label_hi.properties
labels.failure_url_details=Failure Url विवरण labels.file_auth_details=File Auth विवरण labels.file_config_details=File Config विवरण labels.group_details=Group विवरण labels.job_log_details=Job Log विवरण labels.key_match_details=Key Match विवरण labels.labeltype_details=Labeltype विवरण labels.pathmap_details=Pathmap विवरण labels.related_content_details=Related Content विवरण labels.related_query_details=Related Query विवरण
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 64.5K bytes - Viewed (0) -
doc/go_mem.html
of the goroutine executions. (The proof is the same as Section 7 of Boehm and Adve's paper cited above.) This property is called DRF-SC. </p> <p> The intent of the formal definition is to match the DRF-SC guarantee provided to race-free programs by other languages, including C, C++, Java, JavaScript, Rust, and Swift. </p> <p> Certain Go language operations such as goroutine creation and memory allocation
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Aug 05 15:41:37 UTC 2025 - 26.6K bytes - Viewed (0) -
CHANGELOG.md
_2025-10-09_ * Fix: Don't crash when calling `Socket.shutdownOutput()` or `shutdownInput()` on an `SSLSocket` on Android API 21 through 23. This method throws an `UnsupportedOperationException`, so we now catch that and close the underlying stream instead. * Upgrade: [Okio 3.16.1][okio_3_16_1]. ## Version 5.2.0 _2025-10-07_
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 05 16:02:59 UTC 2025 - 36.2K bytes - Viewed (2) -
.bazelrc
# --incompatible_remove_legacy_whole_archive flag does. # This flag is set to true in Bazel 1.0 and newer versions. We tried to migrate # Tensorflow to the default, however test coverage wasn't enough to catch the # errors. # There is ongoing work on Bazel team's side to provide support for transitive # shared libraries. As part of migrating to transitive shared libraries, we
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.failure_url_details=Failure Url 상세 labels.file_auth_details=File Auth 상세 labels.file_config_details=File Config 상세 labels.group_details=Group 상세 labels.job_log_details=Job Log 상세 labels.key_match_details=Key Match 상세 labels.labeltype_details=Labeltype 상세 labels.pathmap_details=Pathmap 상세 labels.related_content_details=Related Content 상세 labels.related_query_details=Related Query 상세 labels.request_header_details=Request Header 상세 L46
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/Iterables.java
} /** * Returns the first element in {@code iterable} that satisfies the given predicate; use this * method only when such an element is known to exist. If it is possible that <i>no</i> element * will match, use {@link #tryFind} or {@link #find(Iterable, Predicate, Object)} instead. * * <p><b>{@code Stream} equivalent:</b> {@code stream.filter(predicate).findFirst().get()} *Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 43.6K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.failure_url_details=Failure Url 详情 labels.file_auth_details=File Auth 详情 labels.file_config_details=File Config 详情 labels.group_details=Group 详情 labels.job_log_details=Job Log 详情 labels.key_match_details=Key Match 详情 labels.labeltype_details=Labeltype 详情 labels.pathmap_details=Pathmap 详情 labels.related_content_details=Related Content 详情 labels.related_query_details=Related Query 详情 labels.request_header_details=Request Header 详情 L46
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 43.5K bytes - Viewed (0) -
docs/debugging/xl-meta/main.go
for 'xl.meta' files. Wildcards are accepted: 'testdir/*.txt' will compress all files in testdir ending with '.txt', directories can be wildcards as well. 'testdir/*/*.txt' will match 'testdir/subdir/b.txt', double stars means full recursive. 'testdir/**/xl.meta' will search for all xl.meta recursively. FLAGS: {{range .VisibleFlags}}{{.}} {{end}} ` //nolint:staticcheck
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 40.4K bytes - Viewed (0)