Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for 1MB (0.03 sec)

  1. src/test/java/org/codelibs/curl/io/ContentCacheTest.java

                assertEquals(-1, stream.read()); // Should indicate end of stream
            }
        }
    
        @Test
        public void testMemoryBasedCacheWithLargeData() throws IOException {
            // Create a large byte array (1MB)
            byte[] data = new byte[1024 * 1024];
            for (int i = 0; i < data.length; i++) {
                data[i] = (byte) (i % 256);
            }
    
            ContentCache cache = new ContentCache(data);
    
    Registered: Thu Sep 04 15:34:10 UTC 2025
    - Last Modified: Thu Jul 31 01:01:12 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_nl.properties

    labels.facet_contentLength_100kto500k=100KB - 500KB
    labels.facet_contentLength_500kto1m=500KB - 1MB
    labels.facet_contentLength_1m=1MB - &nbsp;
    labels.facet_contentLength_10kto50k=10KB - 50KB
    labels.facet_contentLength_50kto100k=50KB - 100KB
    labels.facet_contentLength_100kto250k=100KB - 250KB
    labels.facet_contentLength_250kto500k=250KB - 500KB
    labels.facet_contentLength_1mto5m=1MB - 5MB
    labels.facet_contentLength_5m=5MB - &nbsp;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  3. src/main/resources/fess_label_pt_BR.properties

    labels.facet_contentLength_100kto500k=100KB - 500KB
    labels.facet_contentLength_500kto1m=500KB - 1MB
    labels.facet_contentLength_1m=1MB - &nbsp;
    labels.facet_contentLength_10kto50k=10KB - 50KB
    labels.facet_contentLength_50kto100k=50KB - 100KB
    labels.facet_contentLength_100kto250k=100KB - 250KB
    labels.facet_contentLength_250kto500k=250KB - 500KB
    labels.facet_contentLength_1mto5m=1MB - 5MB
    labels.facet_contentLength_5m=5MB - &nbsp;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  4. android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt

        server.enqueue(MockResponse(body = "abc"))
    
        val ctxt = InstrumentationRegistry.getInstrumentation().targetContext.applicationContext
    
        val cacheSize = 1L * 1024 * 1024 // 1MB
        val cache = Cache(ctxt.cacheDir.resolve("testCache"), cacheSize)
    
        try {
          client =
            client
              .newBuilder()
              .cache(cache)
              .build()
    
          val request =
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 14:12:28 UTC 2025
    - 29K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/curl/CurlRequest.java

        /**
         * The character encoding for the request.
         */
        protected String encoding = "UTF-8";
    
        /**
         * The threshold size for the request body.
         */
        protected int threshold = 1024 * 1024; // 1MB
    
        /**
         * The HTTP method for the request.
         */
        protected Method method;
    
        /**
         * The list of request parameters.
         */
        protected List<String> paramList;
    
        /**
    Registered: Thu Sep 04 15:34:10 UTC 2025
    - Last Modified: Sat Jul 05 01:38:18 UTC 2025
    - 17.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_facet_contentLength_100kto500k = "{labels.facet_contentLength_100kto500k}";
    
        /** The key of the message: 500KB - 1MB */
        public static final String LABELS_facet_contentLength_500kto1m = "{labels.facet_contentLength_500kto1m}";
    
        /** The key of the message: 1MB - &amp;nbsp; */
        public static final String LABELS_facet_contentLength_1m = "{labels.facet_contentLength_1m}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.17.md

    - OpenAPI v3 format in CustomResourceDefinition schemas are now documented. ([#85381](https://github.com/kubernetes/kubernetes/pull/85381), [@sttts](https://github.com/sttts))
    - kube-apiserver: Fixed a regression accepting patch requests > 1MB ([#84963](https://github.com/kubernetes/kubernetes/pull/84963), [@liggitt](https://github.com/liggitt))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.13.md

        * when updating a service or when node changes occur.
    * Allow for watching objects larger than 1MB given etcd accepts objects of size up to 1.5MB ([#72053](https://github.com/kubernetes/kubernetes/pull/72053), [@wojtek-t](https://github.com/wojtek-t))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.15.md

    * Fix kubelet metrics gathering on non-English Windows hosts ([#84156](https://github.com/kubernetes/kubernetes/pull/84156), [@wawa0210](https://github.com/wawa0210))
    * kube-apiserver: Fixed a regression accepting patch requests > 1MB ([#84963](https://github.com/kubernetes/kubernetes/pull/84963), [@liggitt](https://github.com/liggitt))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.12.md

    * Update to go1.10.8 ([#73329](https://github.com/kubernetes/kubernetes/pull/73329), [@ixdy](https://github.com/ixdy))
    * Allow for watching objects larger than 1MB given etcd accepts objects of size up to 1.5MB ([#72053](https://github.com/kubernetes/kubernetes/pull/72053), [@wojtek-t](https://github.com/wojtek-t))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
Back to top