Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 282 for inherits (0.05 sec)

  1. compat/maven-compat/src/test/resources/projects/scope/project-with-scoped-dependencies.xml

        <dependency>
          <groupId>maven-inherited</groupId>
          <artifactId>scope-default</artifactId>
          <version>1.0</version>
        </dependency>
    
        <dependency>
          <groupId>maven-inherited</groupId>
          <artifactId>scope-compile</artifactId>
          <version>1.0</version>
          <scope>compile</scope>
        </dependency>
    
        <dependency>
          <groupId>maven-inherited</groupId>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/collect/testing/features/SetFeature.java

     */
    
    package com.google.common.collect.testing.features;
    
    import static com.google.common.collect.testing.Helpers.copyToSet;
    
    import com.google.common.annotations.GwtCompatible;
    import java.lang.annotation.Inherited;
    import java.lang.annotation.Retention;
    import java.lang.annotation.RetentionPolicy;
    import java.util.Set;
    
    /**
     * Optional features of classes derived from {@code Set}.
     *
     * @author George van den Driessche
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/ACE.java

            return allow;
        }
        /**
         * Returns true if this ACE is an inherited ACE and false if it is a direct ACE.
         * <p>
         * Note: For reasons not fully understood, <tt>FLAGS_INHERITED</tt> may
         * not be set within all security descriptors even though the ACE was in
         * face inherited. If an inherited ACE is added to a parent the Windows
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 7.2K bytes
    - Viewed (0)
  4. docs/de/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  5. docs/ja/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  6. docs/ru/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  7. docs/fa/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  8. api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/After.java

     * under the License.
     */
    package org.apache.maven.api.plugin.annotations;
    
    import java.lang.annotation.Documented;
    import java.lang.annotation.ElementType;
    import java.lang.annotation.Inherited;
    import java.lang.annotation.Retention;
    import java.lang.annotation.RetentionPolicy;
    import java.lang.annotation.Target;
    
    import org.apache.maven.api.annotations.Experimental;
    
    /**
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Thu Aug 29 05:48:54 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. docs/az/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Jan 31 15:45:57 UTC 2024
    - 26 bytes
    - Viewed (0)
  10. docs/em/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
Back to top