Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 564 for inherit (0.03 sec)

  1. docs/ru/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  2. compat/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls2-child.xml

      <scm>
        <url>https://domain.org/override</url><!-- check that this won't impact child.site.url.inherit.append.path attribute inheritance -->
      </scm>
      <distributionManagement>
        <site><!-- overriding 1 element will reset all elements, but not child.site.url.inherit.append.path attribute -->
          <name>reset</name>
        </site>
      </distributionManagement>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. docs/fr/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  4. docs/pt/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  5. docs/zh-hant/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Jan 17 17:15:27 UTC 2024
    - 26 bytes
    - Viewed (0)
  6. src/test/java/jcifs/ACETest.java

                assertTrue((bothInherit & ACE.FLAGS_CONTAINER_INHERIT) != 0, "Should include container inherit");
    
                // Inherit only (no direct access)
                int inheritOnly = ACE.FLAGS_INHERIT_ONLY | ACE.FLAGS_OBJECT_INHERIT;
                assertTrue((inheritOnly & ACE.FLAGS_INHERIT_ONLY) != 0, "Should include inherit only flag");
    
                // No propagation
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 24.4K bytes
    - Viewed (0)
  7. docs/zh/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  8. docs/ko/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  9. compat/maven-model-builder/src/test/java/org/apache/maven/model/inheritance/DefaultInheritanceAssemblerTest.java

            testInheritance("flat-urls");
        }
    
        /**
         * MNG-5951 MNG-6059 child.x.y.inherit.append.path="false" test
         * @throws Exception
         */
        @Test
        void testNoAppendUrls() throws Exception {
            testInheritance("no-append-urls");
        }
    
        /**
         * MNG-5951 special case test: inherit with partial override
         * @throws Exception
         */
        @Test
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  10. docs/es/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
Back to top