- Sort Score
- Result 10 results
- Languages All
Results 951 - 960 of 5,836 for Public (0.05 sec)
-
src/main/java/jcifs/smb1/smb1/ACE.java
public static final int GENERIC_ALL = 0x10000000; // 28 /** Generic execute permission */ public static final int GENERIC_EXECUTE = 0x20000000; // 29 /** Generic write permission */ public static final int GENERIC_WRITE = 0x40000000; // 30 /** Generic read permission */ public static final int GENERIC_READ = 0x80000000; // 31 /** Inheritance flag: child objects inherit this ACE */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PurgeThumbnailJobTest.java
} return purgeCallCount; } public void setPurgeCallCount(long count) { this.purgeCallCount = count; } public void setThrowException(boolean throwException) { this.throwException = throwException; } public void setExceptionMessage(String message) { this.exceptionMessage = message; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/net/SmbShareInfo.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.5K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/Helpers.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NbtException.java
/** Format error in the name service */ public static final int FMT_ERR = 0x1; /** Server error in the name service */ public static final int SRV_ERR = 0x2; /** Implementation error in the name service */ public static final int IMP_ERR = 0x4; /** Refused error in the name service */ public static final int RFS_ERR = 0x5; /** Active error in the name service */ public static final int ACT_ERR = 0x6;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/LanguageHelperTest.java
@Override public String[] getIndexerLanguageFieldsAsArray() { return new String[] { "title", "content" }; } @Override public String[] getSupportedLanguagesAsArray() { return new String[] { "ja", "en", "zh", "ko" }; } @Override public Integer getIndexerLanguageDetectLengthAsInteger() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 12.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheBuilderSpecTest.java
} public void testParse_maximumWeightRepeated() { assertThrows(IllegalArgumentException.class, () -> parse("maximumWeight=10, maximumWeight=20")); } public void testParse_maximumSizeAndMaximumWeight() { assertThrows(IllegalArgumentException.class, () -> parse("maximumSize=10, maximumWeight=20")); } public void testParse_concurrencyLevel() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 19.1K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/google/MultisetNavigationTester.java
} } public void testTailClosedEntrySet() { testSubMultisetEntrySet(SubMultisetSpec.TAIL_CLOSED); } public void testTailClosedSize() { testSubMultisetSize(SubMultisetSpec.TAIL_CLOSED); } public void testTailClosedDistinctElements() { testSubMultisetDistinctElements(SubMultisetSpec.TAIL_CLOSED); } public void testTailOpenEntrySet() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 20:14:36 UTC 2024 - 26K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/DefaultNetworkImplementationsTest.java
} @Override public Set<N> nodes() { return network.nodes(); } @Override public Set<E> edges() { return network.edges(); } @Override public boolean isDirected() { return network.isDirected(); } @Override public boolean allowsParallelEdges() { return network.allowsParallelEdges();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 7.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/CronExpressionTest.java
private String specialCron; public String getDefaultCron() { return defaultCron; } public void setDefaultCron(String defaultCron) { this.defaultCron = defaultCron; } public String getSpecialCron() { return specialCron; } public void setSpecialCron(String specialCron) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.2K bytes - Viewed (0)