- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 41 for 100mb (0.09 sec)
-
src/main/resources/fess_label_ko.properties
labels.facet_timestamp_1month = 1개월 이내 labels.facet_timestamp_1year = 1년 이내 labels.facet_contentLength_title = 사이즈 labels.facet_contentLength_10k= - 10kb labels.facet_contentLength_10kto100k=10kb - 100kb labels.facet_contentLength_100kto500k=100kb - 500kb labels.facet_contentLength_500kto1m=500kb - 1mb labels.facet_contentLength_1m=1mb - labels.facet_filetype_title = 파일 형식 labels.facet_filetype_html = HTML
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.facet_contentLength_10k= - 10KB labels.facet_contentLength_10kto100k=10KB - 100KB labels.facet_contentLength_100kto500k=100KB - 500KB labels.facet_contentLength_500kto1m=500KB - 1MB labels.facet_contentLength_1m=1MB - labels.facet_contentLength_10kto50k=10KB - 50KB labels.facet_contentLength_50kto100k=50KB - 100KB labels.facet_contentLength_100kto250k=100KB - 250KB labels.facet_contentLength_250kto500k=250KB - 500KB
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
src/archive/tar/format.go
// // | USTAR | PAX | GNU // ------------------+--------+-----------+---------- // Name | 256B | unlimited | unlimited // Linkname | 100B | unlimited | unlimited // Size | uint33 | unlimited | uint89 // Mode | uint21 | uint21 | uint57 // Uid/Gid | uint21 | unlimited | uint57
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 13 18:36:46 UTC 2023 - 11.3K bytes - Viewed (0) -
cmd/sftp-server-driver.go
xioutil "github.com/minio/minio/internal/ioutil" "github.com/minio/pkg/v3/mimedb" "github.com/pkg/sftp" "golang.org/x/crypto/ssh" ) // Maximum write offset for incoming SFTP blocks. // Set to 100MiB to prevent hostile DOS attacks. const ftpMaxWriteOffset = 100 << 20 type sftpDriver struct { permissions *ssh.Permissions endpoint string } //msgp:ignore sftpMetrics type sftpMetrics struct{}
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jun 05 07:51:13 UTC 2024 - 11.1K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.facet_timestamp_1month=Letzter Monat labels.facet_timestamp_1year=Letztes Jahr labels.facet_contentLength_title=Größe labels.facet_contentLength_10k= - 10kb labels.facet_contentLength_10kto100k=10kb - 100kb labels.facet_contentLength_100kto500k=100kb - 500kb labels.facet_contentLength_500kto1m=500kb - 1mb labels.facet_contentLength_1m=1mb - labels.facet_filetype_title=Dateityp labels.facet_filetype_html=HTML
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/InterceptorTest.kt
call.execute() } val elapsedNanos = System.nanoTime() - startNanos org.junit.jupiter.api.Assertions.assertTrue( elapsedNanos < TimeUnit.SECONDS.toNanos(5), "Timeout should have taken ~100ms but was " + elapsedNanos / 1e6 + " ms", ) } @Test fun chainWithReadTimeout() { val interceptor1 = Interceptor { chainA: Interceptor.Chain ->
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Jan 14 10:20:09 UTC 2024 - 27.8K bytes - Viewed (0) -
istioctl/pkg/validate/validate_test.go
version: v1 spec: containers: - name: helloworld image: docker.io/istio/examples-helloworld-v1 resources: requests: cpu: "100m" imagePullPolicy: IfNotPresent ports: - containerPort: 5000 ` validPortNamingSvcWithAppProtocol = ` apiVersion: v1 kind: Service metadata: name: hello spec:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 02 16:18:14 UTC 2024 - 21.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_facet_contentLength_10k = "{labels.facet_contentLength_10k}"; /** The key of the message: 10kb - 100kb */ public static final String LABELS_facet_contentLength_10kto100k = "{labels.facet_contentLength_10kto100k}"; /** The key of the message: 100kb - 500kb */ public static final String LABELS_facet_contentLength_100kto500k = "{labels.facet_contentLength_100kto500k}";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/URLConnectionTest.kt
val elapsedMillis = TimeUnit.NANOSECONDS.toMillis(elapsedNanos) // If we're working correctly, this should be greater than 100ms, but less than double that. // Previously we had a bug where we would download the entire response body as long as no // individual read took longer than 100ms. assertThat(elapsedMillis).isLessThan(500L) // Do another request to confirm that the discarded connection was not pooled.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 131.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
- Kubeadm: make etcd pod request 100m CPU, 100Mi memory and 100Mi ephemeral_storage by default ([#94479](https://github.com/kubernetes/kubernetes/pull/94479), [@knight42](https://github.com/knight42)) [SIG Cluster Lifecycle]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0)