- Sort Score
- Result 10 results
- Languages All
Results 1041 - 1050 of 2,158 for Boolean (0.07 sec)
-
src/main/java/jcifs/internal/fscc/FileRenameInformation2.java
*/ public class FileRenameInformation2 implements FileInformation { private boolean replaceIfExists; private String fileName; /** * */ public FileRenameInformation2 () {} /** * * @param name * @param replaceIfExists */ public FileRenameInformation2 ( String name, boolean replaceIfExists ) { this.fileName = name;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbComNTCreateAndXResponse.java
fileType, deviceState; long creationTime, lastAccessTime, lastWriteTime, changeTime, allocationSize, endOfFile; boolean directory; boolean isExtended; SmbComNTCreateAndXResponse() { } int writeParameterWordsWireFormat( byte[] dst, int dstIndex ) { return 0; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 3.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChange.java
int fid; private int completionFilter; private boolean watchTree; /** * * @param config * @param fid * @param completionFilter * @param watchTree */ public NtTransNotifyChange ( Configuration config, int fid, int completionFilter, boolean watchTree ) { super(config, NT_TRANSACT_NOTIFY_CHANGE); this.fid = fid;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.2K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/ProfileActivator.java
* {@code null}. * @return {@code true} if the profile is active, {@code false} otherwise. */ boolean isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems); /** * Determines whether specified activation method is present in configuration or not. It should help to have AND
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.7K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/profiles/activation/FileProfileActivator.java
@Deprecated public class FileProfileActivator extends DetectedProfileActivator implements LogEnabled { private Logger logger; protected boolean canDetectActivation(Profile profile) { return profile.getActivation() != null && profile.getActivation().getFile() != null; } public boolean isActive(Profile profile) { Activation activation = profile.getActivation(); ActivationFile actFile = activation.getFile();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.6K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/repository/legacy/metadata/ArtifactMetadata.java
* * @return whether this metadata should be stored alongside the artifact */ boolean storedInArtifactVersionDirectory(); /** * Whether this metadata should be stored alongside the group. * * @return whether this metadata should be stored alongside the group */ boolean storedInGroupDirectory(); String getGroupId(); String getArtifactId();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3K bytes - Viewed (0) -
src/test/java/jcifs/tests/DelegatingNameServiceClient.java
} @Override public Address getByName ( String hostname, boolean possibleNTDomainOrWorkgroup ) throws UnknownHostException { return this.nscl.getByName(hostname, possibleNTDomainOrWorkgroup); } @Override public Address[] getAllByName ( String hostname, boolean possibleNTDomainOrWorkgroup ) throws UnknownHostException {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.6K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/ProjectDependencyGraph.java
* downstream projects. * @return The downstream projects in the build order, never {@code null}. */ List<MavenProject> getDownstreamProjects(MavenProject project, boolean transitive); /** * Gets the upstream projects of the specified project. An upstream project is a project that directly or indirectly * is a prerequisite of the given project. *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.7K bytes - Viewed (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/artifact/MavenArtifactProperties.java
*/ @Deprecated(since = "4.0.0") public final class MavenArtifactProperties { /** * A boolean flag indicating whether the artifact presents some kind of bundle that physically includes its * dependencies, e.g. a fat WAR. */ public static final String INCLUDES_DEPENDENCIES = "includesDependencies"; /** * A boolean flag indicating whether the artifact is meant to be used for the compile/runtime/test build path of a
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.6K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/BlocksRenderer.java
blockDetailRenderer.renderTo(blockDoc, detailsSection); } } } } private boolean hasBlocks(ClassDoc classDoc) { boolean hasBlocks = false; if (!classDoc.getClassBlocks().isEmpty()) { hasBlocks = true; } for (ClassExtensionDoc extensionDoc : classDoc.getClassExtensions()) {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 4K bytes - Viewed (0)