- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 14 for sbz2 (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java
securityDescriptorBytes[21] = 0; // sbz1 securityDescriptorBytes[22] = 8; // ACL size (low byte) securityDescriptorBytes[23] = 0; // ACL size (high byte) securityDescriptorBytes[24] = 0; // ACE count (low byte) - 0 ACEs securityDescriptorBytes[25] = 0; // ACE count (high byte) securityDescriptorBytes[26] = 0; // sbz2 (low byte)
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 14.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/JoinerTest.java
assertThat(joiner.appendTo(sb1FromIterator, set)).isSameInstanceAs(sb1FromIterator); assertEquals(0, sb1FromIterator.length()); StringBuilder sb2 = new StringBuilder(); assertThat(joiner.appendTo(sb2, array)).isSameInstanceAs(sb2); assertEquals(0, sb2.length()); try { joiner.appendTo(NASTY_APPENDABLE, set); } catch (IOException e) { throw new AssertionError(e); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 13.2K bytes - Click Count (0) -
cmd/metacache-stream_test.go
a/", "src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2", "src/compress/bzip2/testdata/e.txt.bz2", "src/compress/bzip2/testdata/fail-issue5747.bz2", "src/compress/bzip2/testdata/pass-random1.bin", "src/compress/bzip2/testdata/pass-random1.bz2", "src/compress/bzip2/testdata/pass-random2.bin", "src/compress/bzip2/testdata/pass-random2.bz2", "src/compress/bzip2/testdata/pass-sawtooth.bz2", "src/compress/bzip2/testdata/random.data.bz2", "src/compress/flate/", "src/compress/flate/deflate.go", ...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 15K bytes - Click Count (0) -
docs/compression/README.md
Decompressing incompressible data has no significant performance impact. Below is a list of common files and content-types which are typically not suitable for compression. - Extensions | `gz` | (GZIP) | | `bz2` | (BZIP2) | | `rar` | (WinRAR) | | `zip` | (ZIP) | | `7z` | (7-Zip) | | `xz` | (LZMA) | | `mp4` | (MP4) | | `mkv` | (MKV media) | | `mov` | (MOV) |
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 5.2K bytes - Click Count (0) -
src/test/java/jcifs/internal/util/StringUtilTest.java
StringBuilder sb2 = new StringBuilder("second"); String result = StringUtil.join(",", sb1, sb2); assertEquals("first,second", result); } @Test @DisplayName("Should handle StringBuffer as CharSequence") void testJoinWithStringBuffer() { StringBuffer sb1 = new StringBuffer("alpha"); StringBuffer sb2 = new StringBuffer("beta");
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 9K bytes - Click Count (0) -
.ci/jobs.t/defaults.yml
# Upload additional logs - google-cloud-storage: credentials-id: 'elasticsearch-ci-gcs-plugin' uploads: - classic: file-pattern: 'build/*.tar.bz2' storage-location: 'gs://elasticsearch-ci-artifacts/jobs/$JOB_NAME' share-publicly: false upload-for-failed-jobs: true show-inline: true # Notify homerCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 29 15:38:05 GMT 2021 - 2.9K bytes - Click Count (0) -
build-tools-internal/src/integTest/java/org/elasticsearch/gradle/internal/SymbolicLinkPreservingTarIT.java
} public void testBZip2Tar() throws IOException { runBuild("buildBZip2Tar", true); assertTar(".bz2", BZip2CompressorInputStream::new, true); } public void testBZip2TarDoNotPreserveFileTimestamps() throws IOException { runBuild("buildBZip2Tar", false); assertTar(".bz2", BZip2CompressorInputStream::new, false); } public void testGZipTar() throws IOException {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 6.6K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.build-complete.gradle
* Side Public License, v 1. */ import java.nio.file.Files String buildNumber = System.getenv('BUILD_NUMBER') if (buildNumber) { File uploadFile = file("build/${buildNumber}.tar.bz2") project.gradle.buildFinished { result -> println "build complete, generating: $uploadFile" if (uploadFile.exists()) { project.delete(uploadFile) } try {
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 2K bytes - Click Count (0) -
src/archive/tar/testdata/pax-bad-hdr-large.tar.bz2
Damien Neil <******@****.***> 1662176718 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Oct 05 20:40:43 GMT 2022 - 156 bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle
tag 'CI' link 'CI Build', buildUrl link 'GCP Upload', "https://console.cloud.google.com/storage/browser/_details/elasticsearch-ci-artifacts/jobs/${URLEncoder.encode(jobName, "UTF-8")}/build/${buildNumber}.tar.bz2" value 'Job Number', buildNumber if (jobBranch) { tag jobBranch value 'Git Branch', jobBranch } System.getenv().getOrDefault('NODE_LABELS', '').split(' ').each {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jul 21 20:40:34 GMT 2021 - 4.6K bytes - Click Count (0)