- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 95 for Jar (0.02 sec)
-
README.md
``` ### Code Quality and Formatting ```bash # Format code according to project standards mvn formatter:format # Apply license headers to source files mvn license:format # Build JAR with all verifications mvn clean package # Generate test coverage report mvn verify # Coverage report available at: target/site/jacoco/index.html ``` ### Project Structure ``` corelib/
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sun Aug 31 02:56:02 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/ResourceUtil.java
import java.io.InputStream; import java.net.URL; import java.util.Properties; import org.codelibs.core.exception.IORuntimeException; import org.codelibs.core.exception.ResourceNotFoundRuntimeException; import org.codelibs.core.jar.JarFileUtil; import org.codelibs.core.net.URLUtil; /** * Utility class for resource handling. * * @author higa */ public abstract class ResourceUtil { /** * Do not instantiate. */Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 14.7K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableCollection.java
public abstract UnmodifiableIterator<E> iterator(); @Override @IgnoreJRERequirement // used only from APIs with Java 8 types in them // (not used within guava-android as of this writing, but we include it in the jar as a test) public Spliterator<E> spliterator() { return Spliterators.spliterator(this, SPLITERATOR_CHARACTERISTICS); } private static final Object[] EMPTY_ARRAY = {}; @Override
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 21.4K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.plugin_type=Type labels.plugin_name=Name labels.plugin_version=Version labels.plugin_delete=Delete labels.plugin_install=Install labels.plugin_install_title=Install Plugin labels.plugin_jar_file=Jar File labels.plugin_local_install=Local labels.plugin_remote_install=Remote labels.crud_button_install=Install labels.storage_configuration=Storage labels.storage_name=Name labels.storage_size=Size
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.plugin_list_name=外掛程式列表 labels.plugin_type=類型 labels.plugin_name=名稱 labels.plugin_version=版本 labels.plugin_delete=刪除 labels.plugin_install=安裝 labels.plugin_install_title=安裝外掛程式 labels.plugin_jar_file=Jar檔案 labels.plugin_local_install=本地 labels.plugin_remote_install=遠端 labels.crud_button_install=安裝 labels.storage_configuration=儲存 labels.storage_name=名稱 labels.storage_size=大小
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 43.9K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.plugin_type=Typ labels.plugin_name=Name labels.plugin_version=Version labels.plugin_delete=Löschen labels.plugin_install=Installieren labels.plugin_install_title=Plugin installieren labels.plugin_jar_file=Jar-Datei labels.plugin_local_install=Lokal labels.plugin_remote_install=Remote labels.crud_button_install=Installieren labels.storage_configuration=Speicher labels.storage_name=Name labels.storage_size=Größe
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1) -
src/main/resources/fess_label_id.properties
labels.plugin_type=Jenis labels.plugin_name=Nama labels.plugin_version=Versi labels.plugin_delete=Hapus labels.plugin_install=Instal labels.plugin_install_title=Instal Plugin labels.plugin_jar_file=Berkas Jar labels.plugin_local_install=Lokal labels.plugin_remote_install=Remote labels.crud_button_install=Instal labels.storage_configuration=Penyimpanan labels.storage_name=Nama labels.storage_size=Ukuran
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.plugin_type=Typ labels.plugin_name=Nazwa labels.plugin_version=Wersja labels.plugin_delete=Usuń labels.plugin_install=Zainstaluj labels.plugin_install_title=Zainstaluj wtyczkę labels.plugin_jar_file=Plik Jar labels.plugin_local_install=Lokalnie labels.plugin_remote_install=Zdalnie labels.crud_button_install=Zainstaluj labels.storage_configuration=Przechowywanie labels.storage_name=Nazwa labels.storage_size=Rozmiar
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.1K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.plugin_type=Tür labels.plugin_name=Ad labels.plugin_version=Sürüm labels.plugin_delete=Sil labels.plugin_install=Kur labels.plugin_install_title=Eklenti Kur labels.plugin_jar_file=Jar Dosyası labels.plugin_local_install=Yerel labels.plugin_remote_install=Uzak labels.crud_button_install=Kur labels.storage_configuration=Depolama labels.storage_name=Ad labels.storage_size=Boyut
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
request itself. * New: `Headers.Builder.addAll(Headers)`. * New: `ResponseBody.create(MediaType, ByteString)`. * New: Embed R8/ProGuard rules in the jar. These will be applied automatically by R8. * Fix: Release the connection if `Authenticator` throws an exception. * Fix: Change the declaration of `OkHttpClient.cache()` to return a `@Nullable Cache`. The return
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0)