- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 2,823 for BOOLEAN (0.05 seconds)
-
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
// Control behavior boolean createIndexResult = true; boolean deleteIndexResult = true; boolean reindexResult = true; boolean existsIndexResult = true; long documentCount = 10; int aliasCount = 2; // For simulating backup document count mismatch long backupDocumentCount = 10; boolean useBackupDocumentCount = false;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 28.6K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/io/xpp3/CoreExtensionsXpp3Reader.java
} } } // -- void checkUnknownElement( XmlPullParser, boolean ) /** * Returns the state of the "add default entities" flag. * * @return boolean */ public boolean getAddDefaultEntities() { return addDefaultEntities; } // -- boolean getAddDefaultEntities() /** * Method getBooleanValue. *Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Oct 27 13:24:03 GMT 2025 - 25.3K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt
val Project.maxParallelForks: Int get() = gradleProperty(MAX_PARALLEL_FORKS).getOrElse("4").toInt() val Project.autoDownloadAndroidStudio: Boolean get() = propertyFromAnySource(AUTO_DOWNLOAD_ANDROID_STUDIO).getOrElse("false").toBoolean() val Project.runAndroidStudioInHeadlessMode: Boolean get() = propertyFromAnySource(RUN_ANDROID_STUDIO_IN_HEADLESS_MODE).getOrElse("false").toBoolean()Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 05:13:29 GMT 2026 - 18K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/MinimalCollection.java
* wasn't going to be any actual work to do anyway */ @Override public boolean addAll(Collection<? extends E> elementsToAdd) { throw up(); } @Override public boolean removeAll(Collection<?> elementsToRemove) { throw up(); } @Override public boolean retainAll(Collection<?> elementsToRetain) { throw up(); } @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 3.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/admin/design/AdminDesignActionTest.java
private Boolean invokeIsValidUploadPath(File file, File baseDir) throws Exception { Method method = AdminDesignAction.class.getDeclaredMethod("isValidUploadPath", File.class, File.class); method.setAccessible(true); return (Boolean) method.invoke(action, file, baseDir); } private Boolean invokeIsValidVirtualHostPath(String path) throws Exception {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 13.6K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/OperatingSystemProfileActivator.java
return true; } private boolean ensureAtLeastOneNonNull(ActivationOS os) { return os.getArch() != null || os.getFamily() != null || os.getName() != null || os.getVersion() != null; } private boolean determineVersionMatch(String expectedVersion, String actualVersion) { String test = expectedVersion; boolean reverse = false; final boolean result;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsScheduledJob.java
/** available */ protected Boolean available; /** crawler */ protected Boolean crawler; /** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime; /** cronExpression */ protected String cronExpression; /** jobLogging */ protected Boolean jobLogging; /** name */ protected String name;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/artifact/resolver/filter/AbstractScopeArtifactFilter.java
* */ abstract class AbstractScopeArtifactFilter implements ArtifactFilter { private boolean compileScope; private boolean runtimeScope; private boolean testScope; private boolean providedScope; private boolean systemScope; void addScopeInternal(String scope) { if (Artifact.SCOPE_COMPILE.equals(scope)) { systemScope = true;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2.7K bytes - Click Count (0) -
src/test/java/jcifs/config/DelegatingConfigurationTest.java
// When boolean smb2Only = delegatingConfig.isUseSMB2OnlyNegotiation(); boolean secureNegotiate = delegatingConfig.isRequireSecureNegotiate(); boolean ntlmTargetName = delegatingConfig.isSendNTLMTargetName(); boolean port139Failover = delegatingConfig.isPort139FailoverEnabled(); boolean dfsStrictView = delegatingConfig.isDfsStrictView(); // ThenCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.7K bytes - Click Count (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/Options.java
* * @return an {@link Optional} containing the boolean flag, or empty if not set */ @Nonnull Optional<Boolean> showVersionAndExit(); /** * Indicates whether to show the version information. * * @return an {@link Optional} containing the boolean flag, or empty if not set */ @Nonnull Optional<Boolean> showVersion(); /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Jan 13 16:14:35 GMT 2025 - 6.5K bytes - Click Count (0)