Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Requirement (0.05 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

              <name>version</name>
              <version>3.0.0+</version>
              <description>
                <![CDATA[
                The version requirement of the dependency, e.g. {@code 3.2.1}. The actual version will be resolved based on the usage context.
                Version requirement can also be specified as a range of versions, e.g. {@code [3.2.0,)}. This is discouraged as it may break <i>predictability</i> of resolved version.
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Aug 07 14:32:16 UTC 2025
    - 132.7K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * {@code SmbFile} refers to a workgroup, server, share, or directory,
         * the name will include a trailing slash '/' so that composing new
         * {@code SmbFile}s will maintain the trailing slash requirement.
         *
         * @return  The last component of the URL associated with this SMB
         *          resource or <code>smb1://</code> if the resource is <code>smb1://</code>
         *          itself.
         */
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbFile.java

            }
    
            // Directories only support read leases
            if (isDir) {
                return Smb2LeaseState.SMB2_LEASE_READ_HANDLE;
            }
    
            // Determine lease level based on access requirements
            // Check for delete access separately as it may require special handling
            final boolean hasDeleteAccess = (access & DELETE) != 0;
            final boolean hasWriteAccess =
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
Back to top