Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for logically (0.29 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * this file is open. This constant may be logically OR'd with other share
         * access flags.
         */
        public static final int FILE_SHARE_READ = 0x01;
        /**
         * When specified as the {@code shareAccess} constructor parameter,
         * other SMB clients will be permitted to write to the target file while
         * this file is open. This constant may be logically OR'd with other share
         * access flags.
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                functions, comparisons, and logical operators. Some key features include:</p>
    
                <ul>
                <li>Property access: {@code ${property.name}}</li>
                <li>Comparison operators: {@code ==}, {@code !=}, {@code <}, {@code >}, {@code <=}, {@code >=}</li>
                <li>Logical operators: {@code &&} (AND), {@code ||} (OR), {@code not(...)}</li>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Aug 07 14:32:16 UTC 2025
    - 132.7K bytes
    - Viewed (0)
Back to top