- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 1,786 for Booleans (0.04 sec)
-
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractBehavior.java
} public boolean add(final E e) { return parent.add(e); } public boolean remove(final Object o) { return parent.remove(o); } public boolean containsAll(final Collection<?> c) { return parent.containsAll(c); } public boolean addAll(final Collection<? extends E> c) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 26.4K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NodeStatusResponse.java
String n; int hexCode; final String scope = this.queryAddress.hostName.scope; boolean groupName; int ownerNodeType; boolean isBeingDeleted; boolean isInConflict; boolean isActive; boolean isPermanent; int j; boolean addrFound = false; for (int i = 0; i < this.numberOfNames; srcIndex += 18, i++) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/KeyMatchPager.java
private int allRecordCount; /** The total number of pages. */ private int allPageCount; /** True if a previous page exists. */ private boolean existPrePage; /** True if a next page exists. */ private boolean existNextPage; /** The list of page numbers. */ private List<Integer> pageNumberList; /** The size of a page. */ private int pageSize;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/RoleDbm.java
// =========== @Override public boolean hasPrimaryKey() { return false; } @Override public boolean hasCompoundPrimaryKey() { return false; } @Override protected UniqueInfo cpui() { return null; }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.1K bytes - Viewed (0) -
src/test/java/jcifs/spnego/SpnegoTokenTest.java
* - parse: sets mechanismToken, throws on null * - toByteArray: returns mechanismToken or empty array if null */ static class TestSpnegoToken extends SpnegoToken { private boolean parsed = false; @Override public byte[] toByteArray() { byte[] tok = getMechanismToken(); return tok == null ? new byte[0] : tok; } @OverrideRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/MethodDesc.java
* * @return {@literal true} if the method is {@literal public} */ boolean isPublic(); /** * Returns {@literal true} if the method is {@literal static}. * * @return {@literal true} if the method is {@literal static} */ boolean isStatic(); /** * Returns {@literal true} if the method is {@literal final}. *Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 5.9K bytes - Viewed (0) -
android/guava/src/com/google/common/math/LinearTransformation.java
return NaNLinearTransformation.INSTANCE; } /** Returns whether this is a vertical transformation. */ public abstract boolean isVertical(); /** Returns whether this is a horizontal transformation. */ public abstract boolean isHorizontal(); /** * Returns the slope of the transformation, i.e. the rate of change of {@code y} with respect to
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 9.7K bytes - Viewed (0) -
android/guava-testlib/test/com/google/common/testing/SerializableTesterTest.java
@SuppressWarnings("EqualsHashCode") @Override public boolean equals(@Nullable Object other) { return (other instanceof ClassWhichIsAlwaysEqualButHasDifferentHashcodes); } } private static class ObjectWhichIsEqualButChangesClass implements Serializable { private static final long serialVersionUID = 1L; @Override public boolean equals(@Nullable Object other) {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 17:34:21 UTC 2025 - 4K bytes - Viewed (0) -
docs/smb3-features/04-directory-leasing-design.md
private final ConcurrentHashMap<String, FileInfo> children; private final ReadWriteLock lock; // Cache metadata private volatile boolean isComplete; // True if full enumeration cached private volatile boolean hasChanges; // True if changes detected private DirectoryCacheScope scope; private long maxAge;
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java
@NullUnmarked abstract class JSR166TestCase extends TestCase { protected static final boolean expensiveTests = Boolean.getBoolean("jsr166.expensiveTests"); /** * If true, report on stdout all "slow" tests, that is, ones that take more than profileThreshold * milliseconds to execute. */ private static final boolean profileTests = Boolean.getBoolean("jsr166.profileTests"); /**Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:07:52 UTC 2025 - 37.8K bytes - Viewed (0)