- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 377 for keeps (0.02 sec)
-
CHANGELOG/CHANGELOG-1.13.md
* This keeps the behavior consistent with Docker integration, and fixes an issue that some container Prometheus metrics don't work when there are summary stats for multiple instances of the same pod.
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java
import com.google.common.collect.testing.features.FeatureUtilTest.ExampleFeature.NotTesterAnnotation; import com.google.common.collect.testing.features.FeatureUtilTest.ExampleFeature.Require; import com.google.errorprone.annotations.Keep; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.reflect.Method; import java.util.Set; import junit.framework.TestCase; /** * @author George van den Driessche
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 11.6K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/ArbitraryInstances.java
} @Keep public static final class DeterministicRandom extends Random { @Keep public DeterministicRandom() { super(0); } } @Keep public static final class DummyScheduledThreadPoolExecutor extends ScheduledThreadPoolExecutor { @Keep public DummyScheduledThreadPoolExecutor() { super(1); } } @KeepRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 23 17:50:58 UTC 2025 - 21.4K bytes - Viewed (0) -
guava-testlib/test/com/google/common/testing/ClassSanityTesterTest.java
A; @Keep public void failToCheckNull(String s) {} } private interface AnInterface {} private abstract static class AnAbstractClass { @Keep public AnAbstractClass(String s) {} @Keep public void failsToCheckNull(String s) {} } private static class NoPublicStaticMethods { @Keep // To test non-public factory isn't used.Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 36.3K bytes - Viewed (0) -
proguard/base.pro
# into ints. # Throwables uses internal APIs for lazy stack trace resolution -dontnote sun.misc.SharedSecrets -keep class sun.misc.SharedSecrets { *** getJavaLangAccess(...); } -dontnote sun.misc.JavaLangAccess -keep class sun.misc.JavaLangAccess { *** getStackTraceElement(...); *** getStackTraceDepth(...); } # FinalizableReferenceQueue calls this reflectivelyRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue May 09 00:29:01 UTC 2023 - 1.2K bytes - Viewed (0) -
android/guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java
import com.google.common.collect.testing.features.FeatureUtilTest.ExampleFeature.NotTesterAnnotation; import com.google.common.collect.testing.features.FeatureUtilTest.ExampleFeature.Require; import com.google.errorprone.annotations.Keep; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.reflect.Method; import java.util.Set; import junit.framework.TestCase; /** * @author George van den Driessche
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@Size(max = 20) public String csvFileEncoding; /** * Number of days to keep search logs before purging. * Set to -1 to disable automatic purging of search logs. */ @Min(-1) @Max(100000) @ValidateTypeFailure public Integer purgeSearchLogDay; /** * Number of days to keep job logs before purging. * Set to -1 to disable automatic purging of job logs. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
docs/uk/llm-prompt.md
Translate to Ukrainian (українська). Language code: uk. ### Grammar and tone 1) Use polite/formal address consistent with existing Ukrainian docs (use “ви/ваш”). 2) Keep the tone concise and technical. ### Headings 1) Follow existing Ukrainian heading style; keep headings short and instructional. 2) Do not add trailing punctuation to headings. ### Quotes
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 19 12:51:53 UTC 2025 - 1.4K bytes - Viewed (0) -
docs/en/docs/deployment/index.md
I will show you some of the main concepts you should probably keep in mind when deploying a **FastAPI** application (although most of it applies to any other type of web application).
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Nov 17 19:33:53 UTC 2025 - 1.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
&& model.getDistributionManagement().getRelocation() != null) { // keep relocation only builder.distributionManagement(DistributionManagement.newBuilder() .relocation(model.getDistributionManagement().getRelocation()) .build()); } // only keep repositories other than 'central' builder.repositories(pruneRepositories(model.getRepositories()));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 27 07:40:26 UTC 2025 - 21.2K bytes - Viewed (0)