Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 317 for inherits (0.1 sec)

  1. docs/fa/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  2. docs/ru/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  3. android/guava-testlib/src/com/google/common/testing/NullPointerTester.java

       * "inherited" from superclasses of the same package.
       */
      public void testAllPublicStaticMethods(Class<?> c) {
        testStaticMethods(c, Visibility.PUBLIC);
      }
    
      /**
       * Runs {@link #testMethod} on every instance method of the class of {@code instance} with at
       * least {@code minimalVisibility}, including those inherited from superclasses of the same
       * package.
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Jul 14 14:44:08 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  4. docs/es/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  5. api/pom.xml

                <reportSets>
                  <reportSet>
                    <id>aggregate</id>
                    <reports>
                      <report>aggregate</report>
                    </reports>
                    <inherited>false</inherited>
                  </reportSet>
                </reportSets>
              </plugin>
              <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jxr-plugin</artifactId>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun Jun 29 22:37:39 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  6. docs/ko/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Jun 25 12:33:58 UTC 2023
    - 26 bytes
    - Viewed (0)
  7. src/main/java/jcifs/internal/dtyp/ACE.java

     * the then same process is repeated for inherited ACEs.
     * <p>
     * For example, if user <code>WNET\alice</code> tries to open a file
     * with desired access bits <code>0x00000003</code> (<code>FILE_READ_DATA |
     * FILE_WRITE_DATA</code>) and the target file has the following security
     * descriptor ACEs:
     *
     * <pre>
     * Allow WNET\alice     0x001200A9  Direct
     * Allow Administrators 0x001F01FF  Inherited
     * Allow SYSTEM         0x001F01FF  Inherited
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/api/admin/reqheader/CreateBody.java

     */
    package org.codelibs.fess.app.web.api.admin.reqheader;
    
    import org.codelibs.fess.app.web.admin.reqheader.CreateForm;
    
    /**
     * Request body for creating request header via REST API.
     * Extends CreateForm to inherit validation and field definitions.
     */
    public class CreateBody extends CreateForm {
    
        /**
         * Creates a new CreateBody instance.
         */
        public CreateBody() {
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1011 bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/CreateBody.java

    package org.codelibs.fess.app.web.api.admin.dict.protwords;
    
    import org.codelibs.fess.app.web.admin.dict.protwords.CreateForm;
    
    /**
     * Request body for creating protected words dictionary via REST API.
     * Extends CreateForm to inherit validation and field definitions.
     */
    public class CreateBody extends CreateForm {
    
        /**
         * Creates a new CreateBody instance.
         */
        public CreateBody() {
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1K bytes
    - Viewed (0)
  10. docs/bn/mkdocs.yml

    INHERIT: ../en/mkdocs.yml...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Jan 10 17:43:35 UTC 2024
    - 26 bytes
    - Viewed (0)
Back to top