Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 329 for __attribute (0.09 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigCB.java

    public class BsWebConfigCB extends EsAbstractConditionBean {
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        protected BsWebConfigCQ _conditionQuery;
        protected BsWebConfigCA _conditionAggregation;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/api/admin/boostdoc/ApiAdminBoostdocAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private BoostDocumentRuleService boostDocumentRuleService;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java

        public static final String ROLE = "admin-failureurl";
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private FailureUrlService failureUrlService;
        @Resource
        private FailureUrlPager failureUrlPager;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/joblog/AdminJoblogAction.java

        public static final String ROLE = "admin-joblog";
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private JobLogService jobLogService;
        @Resource
        private JobLogPager jobLogPager;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/api/admin/fileconfig/ApiAdminFileconfigAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private FileConfigService fileConfigService;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java

        private static final String MASKED_VALUE = "XXXXXXXX";
    
        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        protected DynamicProperties systemProperties;
    
        private static final String[] bugReportLabels =
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  7. compat/maven-model-builder/src/site/apt/index.apt

      property is not inherited from a POM to its child: child's POM will use child artifact id if property is not
      set.
    
      ** since Maven 3.6.1, inheritance can avoid appending any path to parent value by setting model attribute value to
      <<<false>>> for each url:
      <<<project/@child.project.url.inherit.append.path>>>,
      <<<project/distributionManagement/site/@child.site.url.inherit.append.path>>>,
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java

        // ===================================================================================
        //                                                                           Attribute
        //                                                                           =========
        @Resource
        private DataConfigService dataConfigService;
        @Resource
        private DataConfigPager dataConfigPager;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  9. docs/de/docs/tutorial/path-params.md

    Indem Sie von `str` erben, weiß die API Dokumentation, dass die Werte des Enums vom Typ `str` sein müssen, und wird in der Lage sein, korrekt zu rendern.
    
    Erstellen Sie dann Klassen-Attribute mit festgelegten Werten, welches die erlaubten Werte sein werden:
    
    ```Python hl_lines="1  6-9"
    {!../../docs_src/path_params/tutorial005.py!}
    ```
    
    /// info
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. impl/maven-core/src/main/java/org/apache/maven/graph/DefaultGraphBuilder.java

            for (MavenProject p : projectsInRequestScope) {
                if ("bom".equals(p.getPackaging())) {
                    LOGGER.info(
                            "The packaging attribute of the '{}' project is configured as 'bom' and changed to 'pom'",
                            p.getName());
                    p.setPackaging("pom");
                }
            }
        }
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top