- Sort Score
- Result 10 results
- Languages All
Results 2341 - 2350 of 2,394 for Batch (0.02 sec)
-
src/main/resources/fess_label_nl.properties
labels.file_auth_details=File Auth Details labels.file_config_details=File Config Details labels.group_details=Group Details labels.job_log_details=Job Log Details labels.key_match_details=Key Match Details labels.labeltype_details=Labeltype Details labels.pathmap_details=Pathmap Details labels.related_content_details=Related Content Details labels.related_query_details=Related Query Details
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/js/admin/moment-with-locales.min.js
H(n.apply(this,arguments),a[1],a[2])}),t&&(O[t]=function(){return this.localeData().ordinal(n.apply(this,arguments),e)})}function A(e,a){return e.isValid()?(a=E(a,e.localeData()),P[a]=P[a]||function(s){for(var e,n=s.match(j),a=0,r=n.length;a<r;a++)O[n[a]]?n[a]=O[n[a]]:n[a]=(e=n[a]).match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"");return function(e){for(var a="",t=0;t<r;t++)a+=v(n[t])?n[t].call(e,s):n[t];return a}}(a),P[a](e)):e.localeData().invalidDate()}function E(e,a){var t=5;function...
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 360.5K bytes - Viewed (2) -
docs/changelogs/changelog_2x.md
* **Fix: Disable ALPN on Android 4.4.** That release of the feature was unstable and prone to native crashes in the underlying OpenSSL code. * Fix: Don't send both `If-None-Match` and `If-Modified-Since` cache headers when both are applicable. * Fix: Fail early when a port is out of range. * Fix: Offer `Content-Length` headers for multipart request bodies.Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
cmd/object-handlers_test.go
} r.Close() if !bytes.Equal(testCase.data, buffer.Bytes()) { t.Errorf("Test %d: %s: Data Mismatch: Data fetched back from the uploaded object doesn't match the original one.", i+1, instanceType) } } } } // Wrapper for calling PutObject API handler tests for both Erasure multiple disks and FS single drive setup.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 163.1K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/Longs.java
checkElementIndex(index, size()); return array[start + index]; } @Override /* * This is an override that is not directly visible to callers, so NewApi will catch calls to * Collection.spliterator() where necessary. */ @IgnoreJRERequirement public Spliterator.OfLong spliterator() { return Spliterators.spliterator(array, start, end, 0); }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Oct 22 18:14:49 UTC 2025 - 29K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.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: Sat Dec 13 02:21:17 UTC 2025 - 43.9K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.file_auth_details=File Auth Detalhes labels.file_config_details=File Config Detalhes labels.group_details=Group Detalhes labels.job_log_details=Job Log Detalhes labels.key_match_details=Key Match Detalhes labels.labeltype_details=Labeltype Detalhes labels.pathmap_details=Pathmap Detalhes labels.related_content_details=Related Content Detalhes labels.related_query_details=Related Query Detalhes
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.file_auth_details=File Auth Szczegóły labels.file_config_details=File Config Szczegóły labels.group_details=Group Szczegóły labels.job_log_details=Job Log Szczegóły labels.key_match_details=Key Match Szczegóły labels.labeltype_details=Labeltype Szczegóły labels.pathmap_details=Pathmap Szczegóły labels.related_content_details=Related Content Szczegóły labels.related_query_details=Related Query Szczegóły
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.1K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.file_auth_details=File Auth Detaylar labels.file_config_details=File Config Detaylar labels.group_details=Group Detaylar labels.job_log_details=Job Log Detaylar labels.key_match_details=Key Match Detaylar labels.labeltype_details=Labeltype Detaylar labels.pathmap_details=Pathmap Detaylar labels.related_content_details=Related Content Detaylar labels.related_query_details=Related Query Detaylar
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
cmd/utils.go
return err } err = werr } } // stringsHasPrefixFold tests whether the string s begins with prefix ignoring case. func stringsHasPrefixFold(s, prefix string) bool { // Test match with case first. return len(s) >= len(prefix) && (s[0:len(prefix)] == prefix || strings.EqualFold(s[0:len(prefix)], prefix)) } func ptr[T any](a T) *T { return &a }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 33K bytes - Viewed (0)