Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 63 for 1251 (0.02 seconds)

  1. internal/s3select/select.go

    	zstdType   CompressionType = "ZSTD"
    	lz4Type    CompressionType = "LZ4"
    	s2Type     CompressionType = "S2"
    	snappyType CompressionType = "SNAPPY"
    )
    
    const (
    	maxRecordSize = 1 << 20 // 1 MiB
    )
    
    var parquetSupport bool
    
    func init() {
    	parquetSupport = env.Get("MINIO_API_SELECT_PARQUET", config.EnableOff) == config.EnableOn
    }
    
    var bufPool = bpool.Pool[*bytes.Buffer]{
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Feb 18 16:25:55 GMT 2025
    - 21.2K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/collect/Collections2.java

       * // -> ["a", "c", "b"]
       * // -> ["b", "a", "c"]
       * // -> ["b", "c", "a"]
       * // -> ["c", "a", "b"]
       * // -> ["c", "b", "a"]
       *
       * for (List<Integer> perm : orderedPermutations(asList(1, 2, 2, 1))) {
       *   println(perm);
       * }
       * // -> [1, 1, 2, 2]
       * // -> [1, 2, 1, 2]
       * // -> [1, 2, 2, 1]
       * // -> [2, 1, 1, 2]
       * // -> [2, 1, 2, 1]
       * // -> [2, 2, 1, 1]
       * }
       *
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 22.6K bytes
    - Click Count (0)
  3. guava-tests/test/com/google/common/collect/ImmutableListMultimapTest.java

        builder.putAll("foo", 1, 2, 3);
        builder.putAll("bar", 4, 5);
        builder.put("foo", 1);
        ImmutableListMultimap<String, Integer> multimap = builder.build();
        assertEquals(Arrays.asList(1, 2, 3, 1), multimap.get("foo"));
        assertEquals(Arrays.asList(4, 5), multimap.get("bar"));
        assertEquals(6, multimap.size());
      }
    
      public void testBuilderPutAllMultimapWithDuplicates() {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Nov 17 22:50:48 GMT 2025
    - 25.9K bytes
    - Click Count (0)
  4. ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_11.txt

        #   -c ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-requirements.txt
    nvidia-cusparse-cu12==12.5.1.3 \
        --hash=sha256:016df8e993c437e8301e62739f01775cba988fd5253cd4c64173f8e8d2f8e752 \
        --hash=sha256:33520db374e2f5ebc976d6faa1852b98c398a57e6f71150fe59705928596ffd1 \
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Dec 15 16:23:21 GMT 2025
    - 66.1K bytes
    - Click Count (1)
  5. requirements_lock_3_10.txt

        #   -c ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-requirements.txt
    nvidia-cusparse-cu12==12.5.1.3 \
        --hash=sha256:016df8e993c437e8301e62739f01775cba988fd5253cd4c64173f8e8d2f8e752 \
        --hash=sha256:33520db374e2f5ebc976d6faa1852b98c398a57e6f71150fe59705928596ffd1 \
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Dec 08 17:43:36 GMT 2025
    - 67.7K bytes
    - Click Count (0)
  6. requirements_lock_3_9.txt

        #   -c ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-requirements.txt
    nvidia-cusparse-cu12==12.5.1.3 \
        --hash=sha256:016df8e993c437e8301e62739f01775cba988fd5253cd4c64173f8e8d2f8e752 \
        --hash=sha256:33520db374e2f5ebc976d6faa1852b98c398a57e6f71150fe59705928596ffd1 \
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Dec 08 17:43:36 GMT 2025
    - 66.6K bytes
    - Click Count (0)
  7. requirements_lock_3_11.txt

        #   -c ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-requirements.txt
    nvidia-cusparse-cu12==12.5.1.3 \
        --hash=sha256:016df8e993c437e8301e62739f01775cba988fd5253cd4c64173f8e8d2f8e752 \
        --hash=sha256:33520db374e2f5ebc976d6faa1852b98c398a57e6f71150fe59705928596ffd1 \
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Dec 08 17:43:36 GMT 2025
    - 67.7K bytes
    - Click Count (0)
  8. requirements_lock_3_13.txt

        #   -c ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-constraints.txt
        #   -r ci/official/requirements_updater/nvidia-requirements.txt
    nvidia-cusparse-cu12==12.5.1.3 \
        --hash=sha256:016df8e993c437e8301e62739f01775cba988fd5253cd4c64173f8e8d2f8e752 \
        --hash=sha256:33520db374e2f5ebc976d6faa1852b98c398a57e6f71150fe59705928596ffd1 \
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Dec 08 17:43:36 GMT 2025
    - 66.2K bytes
    - Click Count (0)
  9. kotlin-js-store/yarn.lock

    range-parser@^1.2.1:
      version "1.2.1"
      resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
      integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
    
    raw-body@2.5.1:
      version "2.5.1"
      resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sat Jul 22 12:28:51 GMT 2023
    - 87.4K bytes
    - Click Count (0)
  10. go.sum

    cel.dev/expr v0.23.1 h1:K4KOtPCJQjVggkARsjG9RWXP6O4R73aHeJMa/dmCQQg=
    cel.dev/expr v0.23.1/go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw=
    cloud.google.com/go v0.120.1 h1:Z+5V7yd383+9617XDCyszmK5E4wJRJL+tquMfDj9hLM=
    cloud.google.com/go v0.120.1/go.mod h1:56Vs7sf/i2jYM6ZL9NYlC82r04PThNcPS5YgFmb0rp8=
    cloud.google.com/go/auth v0.16.0 h1:Pd8P1s9WkcrBE2n/PhAwKsdrR35V3Sg2II9B+ndM3CU=
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 79.8K bytes
    - Click Count (0)
Back to Top