- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 336 for Lzip (0.11 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 Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Feb 26 01:48:39 UTC 2020 - 49.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/ClassPathTest.java
import java.security.Permission; import java.security.PermissionCollection; 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.junit.Test; /** Functional tests of {@link ClassPath}. */ public class ClassPathTest extends TestCase {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Jul 24 22:09:38 UTC 2024 - 25K bytes - Viewed (0) -
docs/ja/docs/features.md
* **WebSocket**のサポート * **GraphQL**のサポート * プロセス内バックグラウンドタスク * 起動およびシャットダウンイベント * `httpx`に基づいて構築されたテストクライアント * **CORS**、GZip、静的ファイル、ストリーミング応答 * **セッションとCookie**のサポート * テストカバレッジ100% * 型アノテーション100%のコードベース ## Pydanticの特徴
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 12.2K bytes - Viewed (0) -
docs/uk/docs/alternatives.md
Він має: * Серйозно вражаючу продуктивність. * Підтримку WebSocket. * Фонові завдання в процесі. * Події запуску та завершення роботи. * Тестового клієнта, побудований на HTTPX. * CORS, GZip, статичні файли, потокові відповіді. * Підтримку сеансів і файлів cookie. * 100% покриття тестом. * 100% анотовану кодову базу. * Кілька жорстких залежностей.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 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 Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
.bazelrc
build:rbe_win_base --config=rbe_base build:rbe_win_base --shell_executable=C:\\tools\\msys64\\usr\\bin\\bash.exe build:rbe_win_base --remote_instance_name=projects/tensorflow-testing/instances/windows # Don't build the python zip archive in the RBE build. build:rbe_win_base --remote_download_minimal build:rbe_win_base --enable_runfiles build:rbe_win_base --nobuild_python_zip build:rbe_win_base --define=override_eigen_strong_inline=true
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 28 22:02:31 UTC 2024 - 51.3K 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 Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 17 13:25:31 UTC 2024 - 25.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/reflect/ClassPathTest.java
import java.security.Permission; import java.security.PermissionCollection; 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.junit.Test; /** Functional tests of {@link ClassPath}. */ public class ClassPathTest extends TestCase {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Jul 24 22:09:38 UTC 2024 - 27.6K bytes - Viewed (0) -
docs/pt/docs/alternatives.md
* Suporte a WebSocket. * Suporte a GraphQL. * Tarefas de processamento interno por trás dos panos. * Eventos de inicialização e encerramento. * Cliente de testes construído com HTTPX. * Respostas CORS, GZip, Arquivos Estáticos, Streaming. * Suporte para Sessão e Cookie. * 100% coberto por testes. * Código base 100% anotado com tipagem. * Dependências complexas Zero.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 25.5K bytes - Viewed (0) -
cmd/post-policy_test.go
"policy": encodedPolicy, "x-amz-signature": signature, "x-amz-date": t.Format(iso8601DateFormat), "x-amz-algorithm": "AWS4-HMAC-SHA256", "x-amz-meta-uuid": "1234", "Content-Encoding": "gzip", } // Add form data for k, v := range addFormData { formData[k] = v } // Create the multipart form. var buf bytes.Buffer w := multipart.NewWriter(&buf)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 22 23:07:14 UTC 2024 - 30.2K bytes - Viewed (0)