- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 324 for Lzip (0.04 sec)
-
.teamcity/.mvn/wrapper/maven-wrapper.jar
static final String MVNW_PASSWORD = MVNW_PASSWORD; public static final String MVNW_REPOURL = MVNW_REPOURL; public static final String MVN_VERSION = 3.6.3; public static final String MVN_PATH = org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip; static void <clinit>(); public void MavenWrapperMain(); public static void main(String[]) throws Exception; private static java.util.Map parseSystemPropertie(String[]); private static void addSystemProperties(java.io.File); private static java.io.File...
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 26 01:48:39 UTC 2020 - 49.5K bytes - Viewed (0) -
pom.xml
<include>bin/plugin.xml</include> </includes> </resource> </resources> </configuration> </execution> </executions> </plugin> <!-- zip, tarball --> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <finalName>${project.artifactId}-${project.version}</finalName> <appendAssemblyId>false</appendAssemblyId>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.facet_filetype_ibooks=iBooks labels.facet_filetype_txt=テキスト labels.facet_filetype_rtf=リッチテキスト labels.facet_filetype_chm=Compiled HTML Help labels.facet_filetype_zip=ZIPアーカイブ labels.facet_filetype_7z=7zアーカイブ labels.facet_filetype_bz=BZIPアーカイブ labels.facet_filetype_bz2=BZIP2アーカイブ labels.facet_filetype_tar=TARアーカイブ labels.facet_filetype_rar=RARアーカイブ labels.facet_filetype_3gp=3gpビデオ labels.facet_filetype_3g2=3g2ビデオ
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Nov 07 06:19:20 UTC 2024 - 46.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt
fun gzippedResponseBody(protocol: Protocol) { setUp(protocol) server.enqueue( MockResponse .Builder() .addHeader("Content-Encoding: gzip") .body(gzip("ABCABCABC")) .build(), ) val call = client.newCall(Request(server.url("/r1"))) val response = call.execute() assertThat(response.body.string()).isEqualTo("ABCABCABC") }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 73.4K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
*/ fun Response.varyHeaders(): Headers { // Use the request headers sent over the network, since that's what the response varies on. // Otherwise OkHttp-supplied headers like "Accept-Encoding: gzip" may be lost. val requestHeaders = networkResponse!!.request.headers val responseHeaders = headers return varyHeaders(requestHeaders, responseHeaders) } /**
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 26.9K bytes - Viewed (0) -
docs/ja/docs/features.md
* **WebSocket**のサポート * **GraphQL**のサポート * プロセス内バックグラウンドタスク * 起動およびシャットダウンイベント * `httpx`に基づいて構築されたテストクライアント * **CORS**、GZip、静的ファイル、ストリーミング応答 * **セッションとCookie**のサポート * テストカバレッジ100% * 型アノテーション100%のコードベース ## Pydanticの特徴
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 12.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/ClassPathTest.java
import java.net.URL; import java.net.URLClassLoader; import java.util.jar.Attributes; import java.util.jar.JarOutputStream; import java.util.jar.Manifest; import java.util.logging.Logger; import java.util.zip.ZipEntry; import junit.framework.TestCase; import org.jspecify.annotations.NullUnmarked; import org.junit.Test; /** Functional tests of {@link ClassPath}. */ @NullUnmarked public class ClassPathTest extends TestCase {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 20:58:01 UTC 2025 - 23K bytes - Viewed (0) -
docs/uk/docs/alternatives.md
Він має: * Серйозно вражаючу продуктивність. * Підтримку WebSocket. * Фонові завдання в процесі. * Події запуску та завершення роботи. * Тестового клієнта, побудований на HTTPX. * CORS, GZip, статичні файли, потокові відповіді. * Підтримку сеансів і файлів cookie. * 100% покриття тестом. * 100% анотовану кодову базу. * Кілька жорстких залежностей.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 38.1K bytes - Viewed (0) -
api/go1.txt
pkg archive/zip, method (*FileHeader) SetMode(os.FileMode) pkg archive/zip, method (*ReadCloser) Close() error pkg archive/zip, method (*Writer) Close() error pkg archive/zip, method (*Writer) Create(string) (io.Writer, error) pkg archive/zip, method (*Writer) CreateHeader(*FileHeader) (io.Writer, error) pkg archive/zip, type File struct pkg archive/zip, type File struct, embedded FileHeader pkg archive/zip, type FileHeader struct
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
docs/changelogs/changelog_4x.md
[brotli]: https://github.com/google/brotli * **OkHttp's new okhttp-brotli module implements Brotli compression.** Install the interceptor to enable [Brotli compression][brotli], which compresses 5-20% smaller than gzip. ``` val client = OkHttpClient.Builder() .addInterceptor(BrotliInterceptor) .build() ``` This artifact has a dependency on Google's Brotli decoder (95 KiB).
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Apr 17 13:25:31 UTC 2024 - 25.2K bytes - Viewed (0)