- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 315 for keeps (0.26 sec)
-
docs/ja/llm-prompt.md
### Target language Translate to Japanese (日本語). Language code: ja. ### Grammar and tone 1) Use polite, instructional Japanese (です/ます調). 2) Keep the tone concise and technical (match existing Japanese FastAPI docs). ### Headings 1) Follow the existing Japanese style: short, descriptive headings (often noun phrases), e.g. 「チェック」. 2) Do not add a trailing period at the end of headings. ### Quotes
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 17:30:52 UTC 2025 - 1.3K bytes - Viewed (0) -
guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java
} @Keep protected void protectedOneArg(String s) { checkNotNull(s); } @Keep public void oneNullableArg(@Nullable String s) {} @Keep public void oneNullableArgThrows(@Nullable String s) { doThrow(s); } @Keep public void twoArg(String s, Integer i) { checkNotNull(s); i.intValue(); } @KeepRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:44:53 UTC 2025 - 47.8K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/enhancement.yaml
A proposal that works through the design along with the implications of the change can be opened as a KEP. See https://git.k8s.io/enhancements/keps#kubernetes-enhancement-proposals-keps validations: required: true - type: textarea id: rationale attributes: label: Why is this needed? validations:Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Oct 05 16:55:38 UTC 2021 - 750 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) -
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) -
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) -
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) -
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/zh-hant/llm-prompt.md
### Quotes and punctuation 1) Keep punctuation style consistent with existing Traditional Chinese docs (they often mix English terms like “FastAPI” with Chinese text). 2) Never change punctuation inside inline code, code blocks, URLs, or file paths. 3) For more details, please follow the [Chinese Copywriting Guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines). ### Ellipsis
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:49:46 UTC 2025 - 2.2K bytes - Viewed (0)